summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* apedec: check bits <= 32.Michael Niedermayer2012-03-31
* cavs: Remove unused code.Aneesh Dogra2012-03-31
* libspeexdec: set frame size in libspeex_decode_init()Justin Ruggles2012-03-30
* smacker audio: sign-extend the initial 16-bit predicted valueFranz Brauße2012-03-30
* h264: drop ff_h264_ prefix from static function ff_h264_decode_rbsp_trailing()Diego Biurrun2012-03-30
* h264: Make ff_h264_decode_end() static, it is not used externally.Diego Biurrun2012-03-30
* lzw: fix potential integer overflow.Ronald S. Bultje2012-03-29
* truemotion: forbid invalid VLC bitsizes and token values.Ronald S. Bultje2012-03-29
* truemotion2: handle out-of-frame motion vectors through edge extension.Ronald S. Bultje2012-03-29
* mp3dec: perform I/S and M/S only when frame mode is joint stereo.Kostya Shishkov2012-03-29
* lzw: prevent buffer overreads.Ronald S. Bultje2012-03-28
* WMAL: Remove inaccurate and unnecessary doxyMashiat Sarker Shakkhar2012-03-29
* h264: fix cabac-on-stack after safe cabac reader.Ronald S. Bultje2012-03-28
* truemotion2: convert packet header reading to bytestream2.Ronald S. Bultje2012-03-28
* cabac: add overread protection to BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-28
* cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-28
* cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().Ronald S. Bultje2012-03-28
* cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-28
* h264: add overread protection to get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-28
* h264: reindent get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-28
* h264: use struct offsets in get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-28
* h264: fix overreads in cabac reader.Ronald S. Bultje2012-03-28
* wmall: fix seeking.Ronald S. Bultje2012-03-28
* lagarith: fix buffer overreads.Ronald S. Bultje2012-03-28
* dvdec: drop unnecessary dv_tablegen.h #includeDiego Biurrun2012-03-28
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun2012-03-28
* dvenc: print allowed profiles if the video doesn't conform to any of them.Anton Khirnov2012-03-28
* avcodec_encode_{audio,video}: only reallocate output packet when it has non-z...Anton Khirnov2012-03-28
* westwood_vqa: fix SND0 chunk handlingPaul B Mahol2012-03-27
* raw: forward avpicture_fill() error code in raw_decode().Ronald S. Bultje2012-03-27
* dv: Split off DV video decoder into its own file.Diego Biurrun2012-03-27
* vc1: Do not read from array if index is invalid.Mashiat Sarker Shakkhar2012-03-26
* targa: convert to bytestream2.Ronald S. Bultje2012-03-26
* rv34: set mb_num_left to 0 after finishing a frameRonald S. Bultje2012-03-26
* build: ppc: drop stray leftover backslashDiego Biurrun2012-03-26
* build: Only clean the architecture subdirectory we build for.Diego Biurrun2012-03-26
* build: prettyprinting cosmeticsDiego Biurrun2012-03-26
* smacker: convert palette and header reading to bytestream2.Ronald S. Bultje2012-03-25
* alac: convert extradata reading to bytestream2.Ronald S. Bultje2012-03-25
* x86: dsputil: prettyprint gcc inline asmDiego Biurrun2012-03-25
* x86: K&R prettyprinting cosmetics for dsputil_mmx.cDiego Biurrun2012-03-25
* x86: conditionally compile H.264 QPEL optimizationsDiego Biurrun2012-03-25
* dsputil_mmx: Surround QPEL macros by "do { } while (0);" blocks.Diego Biurrun2012-03-25
* dpcm: convert to bytestream2.Ronald S. Bultje2012-03-24
* interplayvideo: convert to bytestream2.Ronald S. Bultje2012-03-24
* h264: fix memleak in error path.Alexander Strange2012-03-24
* pthread: Immediately release all frames in ff_thread_flush()Alexander Strange2012-03-24
* h264: Add check for invalid chroma_format_idcAlexander Strange2012-03-24
* utvideo: port header reading to bytestream2.Ronald S. Bultje2012-03-24