aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* pcm_dvd: consolidate pieces from pcm.c and mpeg.cChristian Schmidt2013-08-314-44/+290
* pcm_bluray: cosmeticsChristian Schmidt2013-08-311-6/+8
* pcm_bluray: rename pcm-mpeg.c to pcm-bluray.cChristian Schmidt2013-08-312-3/+3
* x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun2013-08-297-197/+197
* x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun2013-08-2912-48/+54
* ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun2013-08-297-28/+35
* cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-295-17/+24
* arm: fmtconvert: Split armv6 fmtconvert code off from vfp codeDiego Biurrun2013-08-294-63/+85
* arm: dcadsp: Move synth filter initialization to dcadsp fileDiego Biurrun2013-08-292-24/+22
* ppc: Add missing AltiVec cpuflag detection invocationsDiego Biurrun2013-08-293-0/+12
* ppc: fdct: Remove vim editor settings commentDiego Biurrun2013-08-281-2/+0
* mpegvideo: Replace arch initialization ifdeffery by standard conditionalsDiego Biurrun2013-08-281-11/+10
* x86: rv40dsp: Move inline assembly optimizations out of YASM init sectionDiego Biurrun2013-08-281-4/+7
* dsputil: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-284-9/+8
* ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-281-3/+2
* apedec: do not buffer decoded samples over AVPacketsRafaël Carré2013-08-281-3/+1
* ac3: Return proper error codesLuca Barbato2013-08-271-15/+15
* ac3: Clean up the error pathsLuca Barbato2013-08-271-3/+6
* ac3: Do not clash with normal AVERRORLuca Barbato2013-08-271-7/+7
* imc: support mode 1Kostya Shishkov2013-08-261-57/+120
* twinvq: set block align for codecs and use it in size checksKostya Shishkov2013-08-263-13/+13
* h264_cabac: Mark functions calling decode_cabac_residual_internal as noinlineDiego Biurrun2013-08-241-12/+17
* arm: h264chroma: Do not compile h264_chroma_mc* dependent on h264 decoderDiego Biurrun2013-08-231-2/+0
* libfdk-aacdec: formatting cosmeticsDiego Biurrun2013-08-231-13/+23
* vp56: Mark VP6-only optimizations as such.Diego Biurrun2013-08-238-23/+19
* x86: Split DCT and FFT initialization into separate filesDiego Biurrun2013-08-214-18/+42
* x86: h264_idct: Remove incorrect commentDiego Biurrun2013-08-211-1/+0
* avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARMDiego Biurrun2013-08-211-1/+1
* h264_ps: Use more meaningful error valuesDiego Biurrun2013-08-201-12/+12
* h264_ps: K&R formatting cosmeticsDiego Biurrun2013-08-201-287/+313
* h264_ps: Drop commented-out cruftDiego Biurrun2013-08-201-4/+0
* h264data: Move some tables to the only place they are usedDiego Biurrun2013-08-203-94/+94
* h264data: Remove unused luma_dc_field_scan tableDiego Biurrun2013-08-201-7/+0
* Add a libfdk-aac decoderMartin Storsjö2013-08-204-2/+302
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-2011-11/+0
* dxa: fix decoding of first I-frame by separating I/P-frame decodingJanne Grunau2013-08-171-10/+15
* dxa: Make sure the reference frame existsLuca Barbato2013-08-161-0/+4
* h261: check the mtype indexLuca Barbato2013-08-161-0/+5
* altivec: perform an explicit unaligned loadKostya Shishkov2013-08-161-3/+1
* vp56data: Move all data tables to the .c fileDiego Biurrun2013-08-153-196/+206
* vp56data: Move all shared enum/struct declarations to common headerDiego Biurrun2013-08-154-29/+30
* mpeg12decdata.h: Move all tables to the only place they are usedDiego Biurrun2013-08-153-94/+57
* mpeg12decdata: Remove unused #defineDiego Biurrun2013-08-151-1/+0
* avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun2013-08-156-13/+11
* ivi_common: Make some tables only used within the file staticDiego Biurrun2013-08-151-33/+31
* 8bps: decode 24bit files correctly as rgb32 on bigendianJanne Grunau2013-08-151-11/+7
* rtjpeg: Use init_get_bits8Luca Barbato2013-08-131-2/+5
* rtjpeg: return meaningful error codesLuca Barbato2013-08-131-3/+3
* nuv: Use av_fast_reallocLuca Barbato2013-08-131-5/+10
* nuv: Reset the frame on resizeLuca Barbato2013-08-131-0/+1