source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @67690683   10 years martin g722: Split out g722_qmf_apply() function into g722dsp.c …
(edit) @4abfa387   10 years martin mov: Change DTS-based seek into CTS-based seek. CTS-based seek is …
(edit) @51ca3cb6   10 years lu_zero xcbgrab: Use the correct geometry for the region highlight The …
(edit) @e1a57cbb   10 years lu_zero ape: Use the proper variable type Avoid an unsigned underflow. …
(edit) @b4cda0a   10 years lu_zero ogg: check memory allocations Bug-Id: CID 1257795 CC: …
(edit) @53367b34   10 years lu_zero rtp: h264: Drop the asserts
(edit) @3b33dfb2   10 years lu_zero rtp: h264: Move FU-A NAL parsing to a function
(edit) @f0a87479   10 years lu_zero rtp: h264: Move STAP-A NAL parsing to a function
(edit) @a9a0b8d6   10 years lu_zero rtp: h264: Move parse_sprop_parameter_sets parsing to a function
(edit) @b8df0b71   10 years lu_zero rtp: h264: Move profile_level_id parsing to a function
(edit) @d40815a9   10 years lu_zero xcbgrab: Correctly make shm optional The segment field in the struct …
(edit) @c23ccaf9   10 years lu_zero xcbgrab: Check for xcb-shape It is required.
(edit) @e21d8530   10 years anton FATE: add a test for the SVQ1 header byte swapping
(edit) @d3449ac9   10 years anton changelog: mention DXVA/HEVC and AAC ELD480
(edit) @ecbcebd   10 years diego vdpau: Adjust necessary #includes for vdpau_internal.h
(edit) @36cf8eb4   10 years diego mov: Fix compilation with DEBUG enabled
(edit) @2a9c6fae   10 years diego dca: Move all tables into dcadata.h
(edit) @8a213179   10 years diego dca: Remove trace debugging code
(edit) @a96f51f   10 years diego dca: Return more informative error codes
(edit) @b339019d   10 years diego dca: Split code for handling the EXSS extension off into a separate file
(edit) @bf704132   10 years diego Don't anonymously typedef structs
(edit) @7f9f771   10 years diego avcodec: Don't anonymously typedef structs
(edit) @daf8cf35   10 years diego avformat: Don't anonymously typedef structs
(edit) @7769be59   10 years diego vp56: Return meaningful error codes Signed-off-by: Diego Biurrun …
(edit) @eea769df   10 years anton hevc: Use generic av_clip function, not C implementation hevc seems …
(edit) @faa8ffda   10 years anton doc/APIchanges: fill in missing dates and hashes Also, move a …
(edit) @9deaec78   10 years anton lavf: move internal fields from public to internal context This is …
(edit) @1509c018   10 years anton mpegts: relax restrictions on matching the packet start in read_header …
(edit) @6a5b8ca4   10 years anton lavf: remove unused code Nothing uses it, and it provides no public …
(edit) @0232ba62   10 years anton frame: clarify buf documentation Mention explicitly that the array …
(edit) @e352520e   10 years lu_zero oma: Report a timestamp Reported-By: jb@videolan.org Signed-off-by: …
(edit) @8029af58   10 years lu_zero dxva2_hevc: properly fill the scaling list structure The scaling list …
(edit) @9295d10e   10 years alex.converse fate: Add a test for AAC ELD480. The source is …
(edit) @8c1ce778   10 years alex.converse aacsbr: silence message for SBR extension "padding". Some files …
(edit) @d615187f   10 years alex.converse aacdec: Support for ER AAC ELD 480. Based in part on work from Niel …
(edit) @7640c4a   10 years alex.converse aacdec: Tables for length 480 AAC ELD.
(edit) @0ee25733   10 years alex.converse aacdec: Support for ER AAC in LATM
(edit) @edd9ea3f   10 years alex.converse aacdec: Refactor aac_er_decode_frame.
(edit) @82bd8a57   10 years alex.converse aacdec: Refactor decode_ics_info.
(edit) @898276c1   10 years vittorio.giovara r3d: Fix pos type avio_tell can return a negative number. Bug-Id: …
(edit) @ec524ed   10 years vittorio.giovara tta: Fix framepos and start_offset types Also propagate errors. CC: …
(edit) @a6653787   10 years vittorio.giovara libopencv: Check kernel_str life cycle The string might or might not …
(edit) @9b8c8a93   10 years vittorio.giovara svq1dec: Validate the stages value strictly It can be less than -1. …
(edit) @6f7a3283   10 years vittorio.giovara svq1enc: correctly handle memory error and allocations Signed-off-by: …
(edit) @67e9f390   10 years vittorio.giovara isom: Decode Prores 4444 XQ with the existing Prores decoder The …
(edit) @e3528d2a   10 years vittorio.giovara mov: Implement parsing of the "HandlerName" from the MP4 HDLR atom …
(edit) @27b99d92   10 years vittorio.giovara siff: Return more meaningful error values
(edit) @75439bb3   10 years vittorio.giovara siff: K&R formatting cosmetics
(edit) @11e0553   10 years diego Ignore generated file tools/sidxindex.
(edit) @3d5d4623   10 years janne-libav opus: Factor out imdct15 into a standalone component It will be …
(edit) @28df0151   10 years martin configure: Add a dependency on vc1_decoder from vc1_parser This fixes …
(edit) @60392480   10 years lu_zero mem: fix pointer pointer aliasing violations This uses explicit …
(edit) @f726fc21   10 years lu_zero ogg: Provide an option to offset the serial number The ogg serial …
(edit) @22b985d5   10 years vittorio.giovara hqdn3d: check memory allocations and propagate errors
(edit) @70d246d5   10 years vittorio.giovara flacenc: initialize sums matrix CC: libav-stable@libav.org Bug-Id: …
(edit) @c01ccccb   10 years vittorio.giovara ituh263dec: use macro instead of #if
(edit) @08fa34bf   10 years vittorio.giovara yuv4mpegdec: initialize field_order in yuv4_read_header() CC: …
(edit) @302ca6b2   10 years vittorio.giovara mpegvideo_enc: initialize the encoding context This prevents several …
(edit) @1a07df31   10 years vittorio.giovara DNxHD: Add support for id 1258 (DNx100 960x720@8) Signed-off-by: …
(edit) @598f7d04   10 years vittorio.giovara DNxHD: Simplify pixel format detection Error out in case of unknown …
(edit) @41e03e28   10 years vittorio.giovara DNxHD: More verbose error messages
(edit) @1279221c   10 years vittorio.giovara lavu: Check av_dict_set allocations Bug-Id: CID 1257772 …
(edit) @6996fd20   10 years martin libopenh264: Log debug messages to a non-null context Signed-off-by: …
(edit) @61928b68   10 years lu_zero h264: Do not share rbsp_buffer across threads Signed-off-by: Luca …
(edit) @3c18a7b1   10 years lu_zero avio: Do not consider the end-of-buffer position valid Trigger a …
(edit) @6a808f5a   10 years lu_zero libdc1394: Add support for MONO8 (gray) video mode Signed-off-by: …
(edit) @8805589b   10 years vittorio.giovara libopencv: Rework error handling in parse_iplconvkernel() Fix …
(edit) @607ad990   10 years vittorio.giovara dvbsubdec: check memory allocations and propagate errors
(edit) @e71149a7   10 years vittorio.giovara nuv: validate image size Avoid a division by zero. CC: …
(edit) @7c51d79c   10 years vittorio.giovara nsvdec: validate channels and samplerate Avoid a division by zero. …
(edit) @a536a4e4   10 years anton lavc: support extracting audio service type from side data
(edit) @32125781   10 years anton mov: export audio service type as side data
(edit) @4227e4fe   10 years anton lavf: add a convenience function for adding side data to a stream
(edit) @728685f3   10 years anton Add a side data type for audio service type. Currently, audio service …
(edit) @80a11de7   10 years anton nutenc: do not use has_b_frames It is unreliable, especially when the …
(edit) @e44b5892   10 years anton lavc: deprecate unused AVCodecContext.stream_codec_tag
(edit) @f771b3ab   10 years anton avidec: do not export stream_codec_tag Handle its only existing use …
(edit) @167e004e   10 years anton h264: drop any pretense of support for data partitioning It does not …
(edit) @58ae8d5   10 years anton h264_parser: restore a comment lost in 0268a54
(edit) @ecab21ac   10 years anton h264: do not reset the ref lists in flush_change() They are always …
(edit) @9404a47a   10 years anton h264: move parser-only variables to their own context
(edit) @cf1e0786   10 years anton error_resilience: move the MECmpContext initialization into ER code …
(edit) @a7e03804   10 years anton avconv_dxva2: add hevc support Signed-off-by: Anton Khirnov …
(edit) @7e850fa6   10 years anton Add DXVA2 HEVC HWAccel Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @b82722df   10 years anton hevc: reindent after previous commit Signed-off-by: Anton Khirnov …
(edit) @e72e8c5a   10 years anton hevc: add hwaccel hooks Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @4b95e95d   10 years anton hevc: store the short term rps flag and size in the context For …
(edit) @36779a84   10 years anton hevc: store the escaped/raw bitstream in HEVCNAL Hardware …
(edit) @b0593a4b   10 years anton hevc: pass the full HEVCNAL struct to decode_nal_unit This enables …
(edit) @3a70c0c9   10 years anton examples/transcode_aac: generate proper PTS and set the muxer timebase …
(edit) @c9b19ac8   10 years anton examples/transcode_aac: fix a typo Signed-off-by: Anton Khirnov …
(edit) @749a89d1   10 years anton examples/transcode_aac: properly select the output sample format …
(edit) @443b7192   10 years anton hevc: unref the current frame if frame_start() fails Prevents DPB …
(edit) @1dd02192   10 years anton hevc: clear unused refs on failure
(edit) @f9f883af   10 years anton h264: simplify code in flush_dpb() There is no point in clearing …
(edit) @3a6dfec8   10 years vittorio.giovara segment: Check av_get_frame_filename() return value CC: …
(edit) @7915e674   10 years vittorio.giovara hlsproto: Properly close avio buffer in case of error Fix a memory …
(edit) @4c5fa628   10 years vittorio.giovara mov: Do not compute negative SAR values This partially reverts …
(edit) @2a06c2a0   10 years martin mpegvideo_enc: Draw edges on input for non-multiple of 16 resolutions …
(edit) @91089675   10 years martin rtspdec: Consistently use rtsp_hd_out for writing Signed-off-by: …
Note: See TracRevisionLog for help on using the revision log.