summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* ac3: Return proper error codesLuca Barbato2013-08-27
* ac3: Clean up the error pathsLuca Barbato2013-08-27
* ac3: Do not clash with normal AVERRORLuca Barbato2013-08-27
* imc: support mode 1Kostya Shishkov2013-08-26
* twinvq: set block align for codecs and use it in size checksKostya Shishkov2013-08-26
* h264_cabac: Mark functions calling decode_cabac_residual_internal as noinlineDiego Biurrun2013-08-24
* arm: h264chroma: Do not compile h264_chroma_mc* dependent on h264 decoderDiego Biurrun2013-08-23
* libfdk-aacdec: formatting cosmeticsDiego Biurrun2013-08-23
* vp56: Mark VP6-only optimizations as such.Diego Biurrun2013-08-23
* x86: Split DCT and FFT initialization into separate filesDiego Biurrun2013-08-21
* x86: h264_idct: Remove incorrect commentDiego Biurrun2013-08-21
* avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARMDiego Biurrun2013-08-21
* h264_ps: Use more meaningful error valuesDiego Biurrun2013-08-20
* h264_ps: K&R formatting cosmeticsDiego Biurrun2013-08-20
* h264_ps: Drop commented-out cruftDiego Biurrun2013-08-20
* h264data: Move some tables to the only place they are usedDiego Biurrun2013-08-20
* h264data: Remove unused luma_dc_field_scan tableDiego Biurrun2013-08-20
* Add a libfdk-aac decoderMartin Storsjö2013-08-20
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-20
* dxa: fix decoding of first I-frame by separating I/P-frame decodingJanne Grunau2013-08-17
* dxa: Make sure the reference frame existsLuca Barbato2013-08-16
* h261: check the mtype indexLuca Barbato2013-08-16
* altivec: perform an explicit unaligned loadKostya Shishkov2013-08-16
* vp56data: Move all data tables to the .c fileDiego Biurrun2013-08-15
* vp56data: Move all shared enum/struct declarations to common headerDiego Biurrun2013-08-15
* mpeg12decdata.h: Move all tables to the only place they are usedDiego Biurrun2013-08-15
* mpeg12decdata: Remove unused #defineDiego Biurrun2013-08-15
* avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun2013-08-15
* ivi_common: Make some tables only used within the file staticDiego Biurrun2013-08-15
* 8bps: decode 24bit files correctly as rgb32 on bigendianJanne Grunau2013-08-15
* rtjpeg: Use init_get_bits8Luca Barbato2013-08-13
* rtjpeg: return meaningful error codesLuca Barbato2013-08-13
* nuv: Use av_fast_reallocLuca Barbato2013-08-13
* nuv: Reset the frame on resizeLuca Barbato2013-08-13
* nuv: Pad the lzo outbufLuca Barbato2013-08-13
* nuv: Do not ignore lzo decompression failuresLuca Barbato2013-08-13
* png: allow encoding 16-bit grayscaleIan Taylor2013-08-13
* wmall: use AVFrame API properlyHendrik Leppkes2013-08-11
* lavc: Add refcounted api to AVPacketLuca Barbato2013-08-10
* h264: check one context_init() allocationVittorio Giovara2013-08-10
* h264: use explicit variable names for *_field_flagVittorio Giovara2013-08-10
* h264: return meaningful valuesVittorio Giovara2013-08-10
* libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö2013-08-10
* arm: Add assembly version of h264_find_start_code_candidateBen Avison2013-08-08
* h264dsp: Factorize code into a new function, h264_find_start_code_candidateBen Avison2013-08-08
* h264_parser: Initialize the h264dsp context in the parser as wellBen Avison2013-08-08
* Voxware MetaSound decoderKostya Shishkov2013-08-08
* libavcodec: use avpriv_open()Rémi Denis-Courmont2013-08-07
* mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern ...Vittorio Giovara2013-08-07
* deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND insteadKostya Shishkov2013-08-07