32910 Commits (4a876eba8db8366aa43c63a9dc7e239ad106526e)
 

Author SHA1 Message Date
Ronald S. Bultje 4a876eba8d adpcm: convert adpcm_ea to bytestream2. 13 years ago
Ronald S. Bultje 524af484ed adpcm convert adpcm_ima_ea_sead to bytestream2. 13 years ago
Ronald S. Bultje 8f2ed09289 adpcm: convert adpcm_ima_ea_eacs to bytestream2. 13 years ago
Ronald S. Bultje 159831cc09 adpcm: convert adpcm_xa to bytestream2. 13 years ago
Ronald S. Bultje 16b7a5e241 adpcm: convert ima_ws to bytestream2. 13 years ago
Ronald S. Bultje 74d7ac95fb adpcm: convert adpcm_ima_apc to bytestream2. 13 years ago
Ronald S. Bultje 9721901440 adpcm: convert adpcm_ima_iss to bytestream2. 13 years ago
Ronald S. Bultje 1da9587026 adpcm: convert adpcm_dk3 to bytestream2. 13 years ago
Ronald S. Bultje d570a96808 adpcm: convert adpcm_dk4 to bytestream2. 13 years ago
Ronald S. Bultje 5353ee3c30 adpcm: convert adpcm_ms to bytestream2. 13 years ago
Ronald S. Bultje 89f3aa8ce2 adpcm: use av_clip() in adpcm_ima_expand_nibble(). 13 years ago
Ronald S. Bultje 689be85a9a adpcm: convert adpcm_4xm to bytestream2. 13 years ago
Ronald S. Bultje 39505f4240 adpcm: convert adpcm_ima_wav to bytestream2. 13 years ago
Ronald S. Bultje 9604307dd8 adpcm: convert adpcm_ima_qt to bytestream2. 13 years ago
Ronald S. Bultje c346f6304c adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference. 13 years ago
Michael Niedermayer 72ec043af4 oma: Fix out of array read. 13 years ago
Mans Rullgard a56fba502e fate: make compare() function compatible with POSIX bc 13 years ago
Diego Biurrun f36d5c1422 Update Janne's email address. 13 years ago
Diego Biurrun 343bfdd38a APIchanges: Replace Subversion revision numbers by Git hashes. 13 years ago
Diego Biurrun f03183d9a8 bytestream: Eliminate one level of pointless macro indirection. 13 years ago
Ronald S. Bultje abe3c697a3 xwd: convert to bytestream2. 13 years ago
Paul B Mahol 5a3a906ba2 vqavideo: port to bytestream2 API 13 years ago
Reinhard Tartler 050dc12778 Read preset files with suffix .avpreset 13 years ago
Kostya Shishkov 6acac061ab prores: allow user to set fixed quantiser 13 years ago
Anton Khirnov 8bc5d90a7e lavf: remove some disabled code. 13 years ago
Anton Khirnov f35f8eeb0d lavf: only set average frame rate for video. 13 years ago
Anton Khirnov 9ade26ee91 lavf: remove a pointless check. 13 years ago
Paul B Mahol 0afd8f12e9 avcodec: add XBM encoder 13 years ago
Justin Ruggles 6ca3b248e2 resample: allocate a large enough output buffer 13 years ago
Mans Rullgard b1740cb00a fate: fix enc_dec_pcm tests with remote target 13 years ago
Justin Ruggles c3da9f5060 wmaenc: remove bit-exact hack 13 years ago
Justin Ruggles 85cf49fab7 FATE: remove WMA acodec tests 13 years ago
Justin Ruggles 3a1e453e54 FATE: add WMAv1 and WMAv2 encode/decode tests with fuzzy comparison 13 years ago
Justin Ruggles a4cf4ef256 FATE: add AC-3 and E-AC-3 encode/decode tests with fuzzy comparison 13 years ago
Aneesh Dogra de64d8cf17 qtrle: Use bytestream2 functions to prevent buffer overreads. 13 years ago
Paul B Mahol 341404f753 vqavideo: check malloc return values 13 years ago
Antonio Ospite d3958ab4ed x11grab: fix a memory leak exposed by valgrind 13 years ago
Uoti Urpala 05b9a89ed7 threads: fix old frames returned after avcodec_flush_buffers() 13 years ago
Janne Grunau 7b60799aa8 MPV: always mark dummy frames as reference 13 years ago
Ronald S. Bultje 1e26a48fa2 h264: fix deadlocks on incomplete reference frame decoding. 13 years ago
Ronald S. Bultje c6ccb96bc9 mpeg4: report frame decoding completion at ff_MPV_frame_end(). 13 years ago
Ronald S. Bultje 80387f0e25 mimic: don't use self as reference, and report completion at end of decode(). 13 years ago
Diego Biurrun e5d403720e h264: K&R formatting cosmetics 13 years ago
Diego Biurrun ad4cec6b80 s3tc.h: Add missing #include to fix standalone header compilation. 13 years ago
Justin Ruggles 90e5b58a53 FATE: add capability for audio encode/decode tests with fuzzy psnr comparison 13 years ago
Justin Ruggles cffd7580bb FATE: allow a tolerance in the size comparison in do_tiny_psnr() 13 years ago
Justin Ruggles bb6842966e FATE: use absolute difference from a target value in do_tiny_psnr() 13 years ago
Justin Ruggles 5ecadc6620 FATE: allow tests to set CMP_SHIFT to pass to tiny_psnr 13 years ago
Justin Ruggles 0720d263ea FATE: use $fuzz directly in do_tiny_psnr() instead of passing it around 13 years ago
Paul B Mahol 702985b8b7 dxa: remove useless code 13 years ago