source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2de887e4   10 years derek.buitenhuis libx265: Reduce the scope of some variables Signed-off-by: Derek …
(edit) @195942ed   10 years vittorio.giovara riff: Support QT RLE Animation in avi ('rle ' FourCC) Signed-off-by: …
(edit) @c78dc121   10 years vittorio.giovara riff: Support ProRes in avi (APCH fourcc) Signed-off-by: Vittorio …
(edit) @42c8f92e   10 years vittorio.giovara wmv2: Return meaningful error codes
(edit) @f3e04526   10 years vittorio.giovara qdm2: Return meaningful error codes
(edit) @a1e2c47c   10 years vittorio.giovara libxvid: Return meaningful error messages
(edit) @18f4fa25   10 years vittorio.giovara aac_adtstoasc_bsf: Check extradata memory allocation Signed-off-by: …
(edit) @fe0f4e56   10 years vittorio.giovara avpacket: Check buffer reference CC: libav-stable@libav.org Bug-Id: …
(edit) @31dc73e   10 years vittorio.giovara vorbisdec: Check memory allocations
(edit) @ec17782e   10 years vittorio.giovara dvdsubdec: Check memory allocations
(edit) @e51f2212   10 years vittorio.giovara swscale: Check memory allocations CC: libav-stable@libav.org Bug-Id: …
(edit) @3035d21b   10 years vittorio.giovara nutdec: Check memory allocations Signed-off-by: Vittorio Giovara …
(edit) @a8765852   10 years vittorio.giovara movenc: Check memory allocations Signed-off-by: Vittorio Giovara …
(edit) @da7e31a2   10 years vittorio.giovara rmdec: Check memory allocations from ff_rm_alloc_rmstream() Bug-Id: …
(edit) @d89e58f5   10 years vittorio.giovara dct-test: Fix initialization syntax Related to "warning: suggest …
(edit) @bb770168   10 years vittorio.giovara lavf: Document the codec context initialization During remuxing …
(edit) @cb70a93c   10 years vittorio.giovara lavc: Document interaction between avcodec_open2() and decoding routines
(edit) @733f4b05   10 years vittorio.giovara avplay: Check format allocation inside decode_thread() CC: …
(edit) @266f2411   10 years vittorio.giovara avplay: Check frame allocation inside video_thread() CC: …
(edit) @81688e68   10 years vittorio.giovara avconv: Check rc_override memory allocation CC: …
(edit) @9d3b752f   10 years vittorio.giovara graphparser: Check av_get_token() memory error CC: …
(edit) @5dc47a2b   10 years vittorio.giovara matroskaenc: Validate chapter start and end times CC: …
(edit) @f8c17197   10 years diego dca: Remove separate header for DCA ExSS There is no point in having …
(edit) @81ef4602   10 years diego bktr: Use av_strerror and propagate error codes Signed-off-by: Diego …
(edit) @3a651f5   10 years diego dca: Move data tables from a header to an object file This allows …
(edit) @65df9904   10 years diego dca: Add array sizes to array declarations
(edit) @70245853   10 years martin g722: Add ARM NEON implementation for g722_apply_qmf() Signed-off-by: …
(edit) @73ae0a9d   10 years martin g722: Split out computation of band->s_zero and unroll code …
(edit) @b16057b5   10 years martin g722: Unroll g722_apply_qmf() Signed-off-by: Peter Meerwald …
(edit) @10f16076   10 years martin g722: Reduce number of pointers passed to g722_apply_qmf() function …
(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. …
Note: See TracRevisionLog for help on using the revision log.