aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-102-2/+3
* nuv: check ff_rtjpeg_decode_frame_yuv420 return valueLuca Barbato2013-09-071-2/+4
* avcodec: Stop exporting the removed audio_resample* symbolsDiego Biurrun2013-09-051-2/+0
* mpeg12enc: K&R formatting cosmeticsVittorio Giovara2013-09-051-455/+529
* mpeg12enc: drop forward declarationsVittorio Giovara2013-09-051-163/+158
* mpegvideo: Avoid 32-bit wrapping of linesize multiplicationsMartin Storsjö2013-09-041-1/+2
* mjpegb: Detect changing number of planes in interlaced videoMichael Niedermayer2013-09-031-0/+7
* alac: Check that the channels fit at the given offsetMartin Storsjö2013-09-031-1/+2
* alac: Limit max_samples_per_frameMartin Storsjö2013-09-031-1/+2
* cosmetics: Fix ATRAC codec name spellingDiego Biurrun2013-09-027-17/+17
* pictordec: pass correct context to avpriv_request_sampleAnton Khirnov2013-09-021-1/+1
* pictordec: break out of both decoding loops when y drops below 0Anton Khirnov2013-09-021-1/+2
* vcr1: add sanity checksAnton Khirnov2013-09-021-0/+21
* pcm-dvd: Fix build on big endianMartin Storsjö2013-08-311-1/+1
* 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