source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9721901   13 years rsbultje adpcm: convert adpcm_ima_iss to bytestream2.
(edit) @1da95870   13 years rsbultje adpcm: convert adpcm_dk3 to bytestream2.
(edit) @d570a968   13 years rsbultje adpcm: convert adpcm_dk4 to bytestream2.
(edit) @5353ee3c   13 years rsbultje adpcm: convert adpcm_ms to bytestream2.
(edit) @89f3aa8c   13 years rsbultje adpcm: use av_clip() in adpcm_ima_expand_nibble().
(edit) @689be85a   13 years rsbultje adpcm: convert adpcm_4xm to bytestream2.
(edit) @39505f42   13 years rsbultje adpcm: convert adpcm_ima_wav to bytestream2.
(edit) @9604307d   13 years rsbultje adpcm: convert adpcm_ima_qt to bytestream2.
(edit) @c346f630   13 years rsbultje adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference.
(edit) @72ec043a   13 years rsbultje oma: Fix out of array read. Input: 01-Untitled-partial.oma ZZUF …
(edit) @a56fba50   13 years mans fate: make compare() function compatible with POSIX bc Signed-off-by: …
(edit) @f36d5c14   13 years diego Update Janne's email address.
(edit) @343bfdd   13 years diego APIchanges: Replace Subversion revision numbers by Git hashes.
(edit) @f03183d9   13 years diego bytestream: Eliminate one level of pointless macro indirection.
(edit) @abe3c697   13 years rsbultje xwd: convert to bytestream2.
(edit) @5a3a906b   13 years rsbultje vqavideo: port to bytestream2 API Protects against overreads. …
(edit) @050dc127   13 years siretart Read preset files with suffix .avpreset The preset files have been …
(edit) @6acac061   13 years kostya.shishkov prores: allow user to set fixed quantiser
(edit) @8bc5d90a   13 years anton lavf: remove some disabled code.
(edit) @f35f8eeb   13 years anton lavf: only set average frame rate for video.
(edit) @9ade26ee   13 years anton lavf: remove a pointless check. Timebase is already checked in …
(edit) @0afd8f12   13 years justin.ruggles avcodec: add XBM encoder Signed-off-by: Paul B Mahol …
(edit) @6ca3b248   13 years justin.ruggles resample: allocate a large enough output buffer Fixes invalid writes …
(edit) @b1740cb   13 years mans fate: fix enc_dec_pcm tests with remote target Signed-off-by: Mans …
(edit) @c3da9f50   13 years justin.ruggles wmaenc: remove bit-exact hack It may have improved cross-platform …
(edit) @85cf49fa   13 years justin.ruggles FATE: remove WMA acodec tests
(edit) @3a1e453   13 years justin.ruggles FATE: add WMAv1 and WMAv2 encode/decode tests with fuzzy comparison
(edit) @a4cf4ef2   13 years justin.ruggles FATE: add AC-3 and E-AC-3 encode/decode tests with fuzzy comparison
(edit) @de64d8cf   13 years rsbultje qtrle: Use bytestream2 functions to prevent buffer overreads. …
(edit) @341404f7   13 years rsbultje vqavideo: check malloc return values Signed-off-by: Paul B Mahol …
(edit) @d3958ab4   13 years rsbultje x11grab: fix a memory leak exposed by valgrind When using "-f x11grab …
(edit) @05b9a89e   13 years rsbultje threads: fix old frames returned after avcodec_flush_buffers() …
(edit) @7b60799a   13 years janne-libav MPV: always mark dummy frames as reference If the dummy frame are not …
(edit) @1e26a48f   13 years rsbultje h264: fix deadlocks on incomplete reference frame decoding. If …
(edit) @c6ccb96b   13 years rsbultje mpeg4: report frame decoding completion at ff_MPV_frame_end(). …
(edit) @80387f0e   13 years rsbultje mimic: don't use self as reference, and report completion at end of …
(edit) @e5d40372   13 years diego h264: K&R formatting cosmetics Also remove some disabled code and fix …
(edit) @ad4cec6b   13 years diego s3tc.h: Add missing #include to fix standalone header compilation.
(edit) @90e5b58a   13 years justin.ruggles FATE: add capability for audio encode/decode tests with fuzzy psnr …
(edit) @cffd7580   13 years justin.ruggles FATE: allow a tolerance in the size comparison in do_tiny_psnr() This …
(edit) @bb684296   13 years justin.ruggles FATE: use absolute difference from a target value in do_tiny_psnr() …
(edit) @5ecadc66   13 years justin.ruggles FATE: allow tests to set CMP_SHIFT to pass to tiny_psnr This will …
(edit) @0720d263   13 years justin.ruggles FATE: use $fuzz directly in do_tiny_psnr() instead of passing it around
(edit) @702985b8   13 years anton dxa: remove useless code Signed-off-by: Paul B Mahol …
(edit) @cd9a3c3   13 years anton lavf: don't select an attached picture as default stream for seeking.
(edit) @25142298   13 years anton avconv: remove pointless checks. OutputStream.picref is guaranteed to …
(edit) @ce326c11   13 years anton avconv: check for get_filtered_frame() failure.
(edit) @2636e691   13 years anton avconv: remove a pointless check. output_video_filter is always …
(edit) @45fdcc8e   13 years rsbultje swscale: convert hscale() to use named arguments.
(edit) @98b9da2a   13 years rsbultje x86inc: add *mp named argument support to DEFINE_ARGS.
(edit) @aba7a827   13 years rsbultje swscale: convert hscale to cpuflags().
(edit) @e0febda2   13 years rsbultje h264: stricter reference limit enforcement. Progressive images can …
(edit) @48cbe4b0   13 years rsbultje h264: increase reference poc list from 16 to 32. Interlaced images …
(edit) @86020073   13 years rsbultje xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds …
(edit) @1f8ff2b1   13 years rsbultje snow: check reference frame indices. Fixes NULL ptr dereference …
(edit) @c9837954   13 years rsbultje snow: reject unsupported chroma shifts. Found-by: Mateusz "j00ru" …
(edit) @92a02d93   13 years rsbultje Add ffvhuff encoding and decoding regression test Signed-off-by: Paul …
(edit) @5b4d026a   13 years rsbultje anm: convert to bytestream2 API Protects from overreads. …
(edit) @f1ce053   13 years rsbultje bytestream: add more unchecked variants for bytestream2 API …
(edit) @a1c036e9   13 years janne-libav jvdec: unbreak video decoding The safe bitstream reader broke it …
(edit) @d3d1b25e   13 years janne-libav jv demux: set video stream duration Signed-off-by: Paul B Mahol …
(edit) @05e0061e   13 years janne-libav fate: add pam image regression test Signed-off-by: Paul B Mahol …
(edit) @972880f   13 years anton doc/general: update supported devices table. Add libcdio and fbdev, …
(edit) @29e4046e   13 years anton doc/general: add missing @tab to codecs table.
(edit) @758ec111   13 years rsbultje h264: Fix invalid interlaced/progressive MB combinations for direct …
(edit) @64334ddb   13 years anton avconv: reindent CC: libav-stable@libav.org
(edit) @6e8be949   13 years anton avconv: link '-passlogfile' option to libx264 'stats' AVOption. Fixes …
(edit) @d533e39   13 years anton libx264: add 'stats' private option for setting 2pass stats filename. …
(edit) @9d5c131e   13 years anton libx264: fix help text for slice-max-size option. CC: …
(edit) @499ad54   13 years martin http: Clear the auth state on redirects Currently we only try …
(edit) @e75bbcf4   13 years martin http: Retry auth if it failed due to being stale Allow up to 4 …
(edit) @cdf9108   13 years martin rtsp: Resend new keepalive commands if they used stale auth These …
(edit) @2f96cc1f   13 years martin rtsp: Retry authentication if failed due to being stale …
(edit) @8a3360d1   13 years martin httpauth: Parse the stale field in digest auth Signed-off-by: Martin …
(edit) @7103c835   13 years anton dxva2_vc1: pass the overlap flag to the decoder Signed-off-by: Anton …
(edit) @b2b0aa7   13 years anton dxva2_vc1: fix decoding of BI frames Signed-off-by: Anton Khirnov …
(edit) @6efe1807   13 years rsbultje FATE: add shorthand to wavpack test Signed-off-by: Paul B Mahol …
(edit) @29b0d94b   13 years rsbultje dfa: convert to bytestream2 API Protects from overreads. …
(edit) @015da6e3   13 years rsbultje anm decoder: move buffer allocation from decode_init() to …
(edit) @3aa661ec   13 years janne-libav h264: improve parsing of broken AVC SPS Parsing the entire NAL as SPS …
(edit) @bd3e07c8   13 years janne-libav pcm-mpeg: convert to bytestream2 API Signed-off-by: Paul B Mahol …
(edit) @8a6037c3   13 years janne-libav Revert "h264: clear trailing bits in partially parsed NAL units" This …
(edit) @363bd1c6   13 years janne-libav remove iwmmxt optimizations The were broken since August of 2010 …
(edit) @33c5c3a   13 years rsbultje mimic: do not continue if swap_buf_size is 0 Signed-off-by: Paul B …
(edit) @dba425ad   13 years rsbultje mimic: convert to bytestream2 API Signed-off-by: Paul B Mahol …
(edit) @05d089a8   13 years rsbultje frwu: use MKTAG to check marker instead of AV_RL32 Using …
(edit) @919f3554   13 years rsbultje txd: port to bytestream2 API Protects against overreads. …
(edit) @85aded74   13 years martin c93: convert to bytestream2 API Protects against overreads. …
(edit) @947e103a   13 years martin iff: make .long_name more descriptive Signed-off-by: Paul B Mahol …
(edit) @5a877d95   13 years martin FATE: add test for cdxl demuxer Signed-off-by: Paul B Mahol …
(edit) @705eeb5e   13 years martin rtsp: Fix a typo Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @c95fefa   13 years rsbultje dsicinvideo: validate buffer offset before copying pixels. Found-by: …
(edit) @97e48b2f   13 years rsbultje cook: error out on quant_index values outside [-63, 63] range. …
(edit) @d7eabd50   13 years rsbultje mpc: pad mpc_CC/SCF[] tables to allow for negative indices. MPC8 …
(edit) @442c3a8c   13 years rsbultje cook: expand dither_tab[], and make sure indexes into it don't …
(edit) @71af42bd   13 years rsbultje xxan: reindent xan_unpack_luma(). It used 3-space indent instead of …
(edit) @f77bfa83   13 years rsbultje xxan: protect against chroma LUT overreads. Found-by: Mateusz "j00ru" …
(edit) @55188278   13 years rsbultje xxan: convert to bytestream2 API. Protects against overreads. …
(edit) @f1279e28   13 years rsbultje xxan: don't read before start of buffer in av_memcpy_backptr(). …
(edit) @a928ed37   13 years rsbultje vp8: convert mbedge loopfilter x86 assembly to use named arguments.
Note: See TracRevisionLog for help on using the revision log.