source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @07493148   11 years lu_zero h263: Return meaningful errors
(edit) @de606120   11 years lu_zero configure: Disable -Wmaybe-uninitialized by default It is by …
(edit) @0b357a80   11 years anton AVOptions: do not range check flag options. It does not make sense in …
(edit) @94603fe   11 years anton h264_ps: when parsing a VUI fails, only abort when explode is set A …
(edit) @79ef4b19   11 years anton FATE: add bitexact sws flags to the fieldorder test swscale is called …
(edit) @ddc589c   11 years anton avconv: drop a now useless variable
(edit) @529a9893   11 years anton avframe: mark source frame const in _ref and _clone Signed-off-by: …
(edit) @fc06ee6e   11 years anton mmvideo: fix uninitialized variable use in mm_decode_intra …
(edit) @211ca69b   11 years justin.ruggles lavr: check that current_buffer is not NULL before using it Fixes a …
(edit) @83425952   11 years anton fft-test: add a missing #include stdio.h needed for printf since …
(edit) @b284e1ff   11 years anton mem: do not check for negative size size_t is guaranteed to be …
(edit) @4e326ec7   11 years alex.converse fate: aac: Add test for AAC-ELD
(edit) @adea4512   11 years alex.converse aacdec: Fix calls to avpriv_report_missing_feature(). It does not …
(edit) @4d6ee07   11 years derek.buitenhuis libavutil: x86: Add AVX2 capable CPU detection. Patch based on x264's …
(edit) @7177df9   11 years derek.buitenhuis fft-test: Remove possibility of returning restricted exit code …
(edit) @5331d2b9   11 years derek.buitenhuis dct-test: Remove possibility of returning a restricted exit code …
(edit) @8dc1b7b   11 years derek.buitenhuis base64-test: Remove posibility of returning restricted exit codes …
(edit) @530cd289   11 years derek.buitenhuis tree-test: Don't return restricted exit codes Signed-off-by: Derek …
(edit) @fb13fe83   11 years diego golomb: reduce scope of a few variables Signed-off-by: Diego Biurrun …
(edit) @0e73049   11 years diego avfilter: x86: Port gradfun filter optimizations to yasm …
(edit) @2c993e8b   11 years diego golomb: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @1ce3ec24   11 years diego h263: K&R formatting cosmetics Signed-off-by: Vittorio Giovara …
(edit) @0d6d4a9e   11 years diego avstring-test: Mark pointer passed to av_free() as non-const …
(edit) @72072bf9   11 years lu_zero mpegvideo: Drop a faulty assert That check is easily reachable by …
(edit) @f6633c55   11 years diego avfilter: Fix typo in Loren's email address
(edit) @e01fba55   11 years martin movenc: Add an F4V muxer F4V is Adobe's mp4/iso media variant, with …
(edit) @b3be41ca   11 years alex.converse aac: Add support for Enhanced AAC Low Delay (ER AAC ELD). This does …
(edit) @f457edb6   11 years alex.converse aacdec: Use avpriv_report_missing_feature() instead of custom logging.
(edit) @b1fcdc08   11 years derek.buitenhuis nut: Fix unchecked allocations CC: libav-stable@libav.org
(edit) @3511d4fc   11 years derek.buitenhuis pthread: Avoid crashes/odd behavior caused by spurious wakeups This …
(edit) @157dc0b4   11 years lu_zero fate: add fieldorder filter test Signed-off-by: Luca Barbato …
(edit) @00d7369d   11 years lu_zero vf_fieldorder: log when processing is skipped Signed-off-by: Luca …
(edit) @103d073d   11 years lu_zero h264_parser: Use ff_h264_reset_sei() Signed-off-by: Luca Barbato …
(edit) @19f53840   11 years lu_zero h264_parser: Fix order of operations Signed-off-by: Michael …
(edit) @f825d42b   11 years lu_zero avplay: Accept cpuflags option Quite useful for debugging. …
(edit) @ea71aafd   11 years lu_zero avio: Use AVERROR_PROTOCOL_NOT_FOUND When the protocol is missing …
(edit) @5152196b   11 years lu_zero pthread: Avoid spurious wakeups pthread_wait_cond can wake up …
(edit) @23e6d3d4   11 years diego fate: vpx: Remove one redundant $(eval) invocation
(edit) @2b72f8ac   11 years lu_zero wtv: Seek by sector properly Use an helper function to seek by sector …
(edit) @a27f1116   11 years martin fate: Increase the tolerance in the lavr tests A few fate instances …
(edit) @f52fd3f3   11 years diego fate: aac: Add test for AAC-LD
(edit) @d433e1ae   11 years martin mem: Make av_strdup allocate using av_realloc This makes sure that …
(edit) @825c7c6   11 years lu_zero mpegvideo: Move 8x8 in a separate function
(edit) @95587859   11 years lu_zero mpegvideo: Move obmc in a separate function
(edit) @a90905db   11 years lu_zero ffv1: Assume bitdepth 0 means 8bit CC: libav-stable@libav.org
(edit) @a84616b7   11 years lu_zero mpegvideo: K&R formatting cosmetics
(edit) @93f30547   11 years lu_zero lavc: Convert some remaining strides to ptrdiff_t
(edit) @4baba6c8   11 years anton h264_parser: Fix POC parsing for the case where MMCO_RESET is present. …
(edit) @b81dbd6c   11 years anton h264_parser: Fix POC parsing for the case where MMCO_RESET is absent. …
(edit) @6b081eff   11 years anton fate: add vorbiscomment cover art test Signed-off-by: James Almer …
(edit) @68edd5be   11 years anton FATE: use proper comparison mode in the lavr tests
(edit) @dd33637   11 years anton tiny_psnr: switch f32 handling to floating point Also add support for f64.
(edit) @29c455ce   11 years diego bitstream: Check the result of av_malloc()
(edit) @3b4fa548   11 years diego cavs: more K&R formatting cosmetics
(edit) @c0085f9   11 years derek.buitenhuis mpegaudio_tablegen: Don't use llrint You cannot count on it being …
(edit) @479a5279   11 years derek.buitenhuis cos_tablegen: Don't use lrint You cannot count on it being present on …
(edit) @bc31a7a3   11 years derek.buitenhuis tablegen: Don't use cbrtf in host tools You cannot count on them …
(edit) @884fd4d2   11 years derek.buitenhuis tableprint: Fix use of a size_t print with MSVC %zu was introduced in …
(edit) @708b32b   11 years martin http: Check the auth string contents and not only the pointer This …
(edit) @a3fabc6c   11 years derek.buitenhuis x86: more AVX2 framework Signed-off-by: Derek Buitenhuis …
(edit) @c6908d6b   11 years derek.buitenhuis x86inc: FMA3/4 Support Signed-off-by: Derek Buitenhuis …
(edit) @20689570   11 years derek.buitenhuis x86inc: Remove our FMA4 support This is so we can sync to x264's …
(edit) @c108ba01   11 years derek.buitenhuis x86inc: Use VEX-encoded instructions in AVX functions Automatically …
(edit) @15748773   11 years derek.buitenhuis avresample/x86: Switch operand order for mulps With the forthcoming …
(edit) @84a125c   11 years martin rtmp: Allocate the prev_pkt arrays dynamically Normally, all channel …
(edit) @39185ec4   11 years lu_zero cavs: Check for negative cbp Sample-Id: 00000647-google Reported-by: …
(edit) @1b20d0f5   11 years lu_zero cavs: Return meaningful error values
(edit) @14ddbb47   11 years lu_zero cavs: K&R formatting cosmetics
(edit) @71549a85   11 years martin http: Support auth method detection for POST Inspired by a patch by …
(edit) @eb8b05a3   11 years martin http: Add an option for forcing basic authentication The default is …
(edit) @eb90a209   11 years derek.buitenhuis pthread: Fix deadlock during thread initialization Sometimes, if …
(edit) @c9ef6b09   11 years lu_zero indeo4: Check the inherited quant_mat Invalidate it if not supported. …
(edit) @0cb83c56   11 years lu_zero indeo4: Check the block size if reusing the band configuration …
(edit) @fd2384f0   11 years anton oggparsevorbis: fail on memory allocation error
(edit) @c18375ec   11 years anton oggvorbisdec: add support for embedded cover art Signed-off-by: James …
(edit) @601d6228   11 years anton flac: move picture parsing code in a separate file Signed-off-by: …
(edit) @ecab1c77   11 years anton oggdec: add support for Opus in Ogg demuxing
(edit) @ed9245db   11 years anton oggparsevorbis: check allocations Signed-off-by: Anton Khirnov …
(edit) @9c15ef35   11 years anton oggparsevorbis: support official chapter extension Signed-off-by: …
(edit) @16ea20c8   11 years anton lavc doxy: extend/clarify avcodec_decode_audio4() doxy Elaborate on …
(edit) @66d3f5fd   11 years anton lavc doxy: remove false statements about alignment requirements. The …
(edit) @364af376   11 years anton FATE: add lavr resampling tests
(edit) @9ab5f710   11 years anton FATE: add lavr mixing tests
(edit) @df6737a5   11 years anton audio_mix: fix channel order in mix_1_to_2_fltp_flt_c …
(edit) @a52b5a5a   11 years martin riff: Add a mapping for VP6A This allows demuxing VP6A from F4V …
(edit) @c0de9a23   11 years lu_zero prores: Reject negative run and level values Sample-Id: …
(edit) @054454c6   11 years lu_zero mxf: Add jpeg2000 codec to intra only codecs Conform with SMPTE RP …
(edit) @5f5ada3d   11 years lu_zero shorten: Fix out-of-array read pred_order == …
(edit) @ed796fba   11 years diego atrac3: Better name for IMDCT window initialization Signed-off-by: …
(edit) @be764150   11 years diego atrac3: Remove unused gain compensation tables Signed-off-by: Diego …
(edit) @2df7f771   11 years lu_zero prores: Error out only on surely incomplete ac_coeffs
(edit) @44690dfa   11 years lu_zero prores: Add a codepath for decoding errors
(edit) @e6ed866   11 years martin flvenc: Write proper cropping for VP6 even if there's no extradata …
(edit) @be1e1373   11 years martin flvenc: Support muxing VP6A as well Handle it in the same way as …
(edit) @4d7aeff9   11 years martin flvenc: Don't pretend to support muxing "plain" VP6 The plain VP6 …
(edit) @41a10f3b   11 years martin vp6: Support cropping to AVCodecContext.width/height In these cases, …
(edit) @ceec6e7   11 years lu_zero avi: directly resync on DV in AVI read failure Reported-by: Mateusz …
(edit) @756547ce   11 years lu_zero avi: DV in AVI must be considered single stream Reported-by: Mateusz …
(edit) @1cac9acc   11 years lu_zero avi: properly fail if the dv demuxer is missing CC: libav-stable@libav.org
(edit) @1018a922   11 years lu_zero jpeg2000: Check block length Reported-by: Mateusz "j00ru" Jurczyk and …
Note: See TracRevisionLog for help on using the revision log.