summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* adpcm: convert adpcm_xa to bytestream2.Ronald S. Bultje2012-03-18
* adpcm: convert ima_ws to bytestream2.Ronald S. Bultje2012-03-18
* adpcm: convert adpcm_ima_apc to bytestream2.Ronald S. Bultje2012-03-18
* adpcm: convert adpcm_ima_iss to bytestream2.Ronald S. Bultje2012-03-18
* adpcm: convert adpcm_dk3 to bytestream2.Ronald S. Bultje2012-03-18
* adpcm: convert adpcm_dk4 to bytestream2.Ronald S. Bultje2012-03-18
* adpcm: convert adpcm_ms to bytestream2.Ronald S. Bultje2012-03-18
* adpcm: use av_clip() in adpcm_ima_expand_nibble().Ronald S. Bultje2012-03-18
* adpcm: convert adpcm_4xm to bytestream2.Ronald S. Bultje2012-03-18
* adpcm: convert adpcm_ima_wav to bytestream2.Ronald S. Bultje2012-03-18
* adpcm: convert adpcm_ima_qt to bytestream2.Ronald S. Bultje2012-03-18
* adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference.Ronald S. Bultje2012-03-18
* Update Janne's email address.Diego Biurrun2012-03-18
* bytestream: Eliminate one level of pointless macro indirection.Diego Biurrun2012-03-18
* xwd: convert to bytestream2.Ronald S. Bultje2012-03-18
* vqavideo: port to bytestream2 APIPaul B Mahol2012-03-18
* prores: allow user to set fixed quantiserKostya Shishkov2012-03-18
* avcodec: add XBM encoderPaul B Mahol2012-03-17
* resample: allocate a large enough output bufferJustin Ruggles2012-03-17
* wmaenc: remove bit-exact hackJustin Ruggles2012-03-17
* qtrle: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-03-16
* vqavideo: check malloc return valuesPaul B Mahol2012-03-16
* threads: fix old frames returned after avcodec_flush_buffers()Uoti Urpala2012-03-16
* MPV: always mark dummy frames as referenceJanne Grunau2012-03-16
* h264: fix deadlocks on incomplete reference frame decoding.Ronald S. Bultje2012-03-16
* mpeg4: report frame decoding completion at ff_MPV_frame_end().Ronald S. Bultje2012-03-16
* mimic: don't use self as reference, and report completion at end of decode().Ronald S. Bultje2012-03-16
* h264: K&R formatting cosmeticsDiego Biurrun2012-03-16
* s3tc.h: Add missing #include to fix standalone header compilation.Diego Biurrun2012-03-16
* dxa: remove useless codePaul B Mahol2012-03-15
* h264: stricter reference limit enforcement.Ronald S. Bultje2012-03-14
* h264: increase reference poc list from 16 to 32.Ronald S. Bultje2012-03-14
* xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns.Ronald S. Bultje2012-03-14
* snow: check reference frame indices.Michael Niedermayer2012-03-14
* snow: reject unsupported chroma shifts.Michael Niedermayer2012-03-14
* anm: convert to bytestream2 APIPaul B Mahol2012-03-14
* bytestream: add more unchecked variants for bytestream2 APIPaul B Mahol2012-03-14
* jvdec: unbreak video decodingPaul B Mahol2012-03-14
* h264: Fix invalid interlaced/progressive MB combinations for direct mode pred...Michael Niedermayer2012-03-13
* libx264: add 'stats' private option for setting 2pass stats filename.Anton Khirnov2012-03-13
* libx264: fix help text for slice-max-size option.Anton Khirnov2012-03-13
* dxva2_vc1: pass the overlap flag to the decoderHendrik Leppkes2012-03-13
* dxva2_vc1: fix decoding of BI framesHendrik Leppkes2012-03-13
* dfa: convert to bytestream2 APIPaul B Mahol2012-03-12
* anm decoder: move buffer allocation from decode_init() to decode_frame()Peter Ross2012-03-12
* h264: improve parsing of broken AVC SPSMichael Niedermayer2012-03-13
* pcm-mpeg: convert to bytestream2 APIPaul B Mahol2012-03-12
* Revert "h264: clear trailing bits in partially parsed NAL units"Janne Grunau2012-03-12
* remove iwmmxt optimizationsJanne Grunau2012-03-12
* mimic: do not continue if swap_buf_size is 0Paul B Mahol2012-03-12