aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* ac3: set default matrix encoding modes in parse_frame_header.Tim Walker2014-01-192-9/+2
* h264: check that an IDR NAL only contains I slicesAnton Khirnov2014-01-181-0/+6
* h264: reset num_reorder_frames if it is invalidAnton Khirnov2014-01-181-1/+3
* h264: reset ref count if decoding the slice header failsAnton Khirnov2014-01-181-2/+3
* h264: prevent two matching fields from being both a short/long ref combinationAnton Khirnov2014-01-181-0/+2
* h264: do not call field_end if we do not have a current pictureAnton Khirnov2014-01-181-1/+1
* h264: limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3Anton Khirnov2014-01-181-3/+3
* h264: reset first_field if frame_start() fails for missing refsAnton Khirnov2014-01-181-1/+4
* x86: dsputil: Simplify xvmc deprecation conditionalDiego Biurrun2014-01-151-8/+8
* build: Add separate hidden config option for the intrax8 codeDiego Biurrun2014-01-151-4/+3
* aarch64: port neon clobber test from armJanne Grunau2014-01-152-0/+80
* aarch64: h264 (bi)weight NEON optimizationsJanne Grunau2014-01-152-0/+264
* aarch64: h264 loop filter NEON optimizationsJanne Grunau2014-01-154-1/+299
* aarch64: hpeldsp NEON optimizationsJanne Grunau2014-01-156-5/+531
* aarch64: h264 qpel NEON optimizationsJanne Grunau2014-01-156-0/+1175
* aarch64: h264 idct NEON assembler optimizationsJanne Grunau2014-01-156-0/+536
* aarch64: h264 chroma motion compensation NEON optimizationsJanne Grunau2014-01-1511-0/+570
* dct-test: test ff_simple_idct_neon only on ARM for nowJanne Grunau2014-01-151-1/+1
* cabac: remove leftovers from the cabac encoderJanne Grunau2014-01-142-16/+0
* x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun2014-01-141-1/+1
* arm: Use full filenames as multiple inclusion guardsDiego Biurrun2014-01-143-9/+9
* vc1: Enable the interlaced B-frame codepath.Tim Walker2014-01-131-1/+0
* vc1: Add avg_no_rnd_vc1_chroma_mc4_c()Michael Niedermayer2014-01-131-0/+23
* vc1: Factorize out chroma MCLuca Barbato2014-01-131-48/+23
* vc1dsp: K&R formatting cosmeticsLuca Barbato2014-01-121-321/+403
* arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö2014-01-112-0/+80
* ATRAC3+ decoderMaxim Polijakowski2014-01-098-1/+5003
* x86: hpeldsp: Add missing av_cold attribute to init functionDiego Biurrun2014-01-091-1/+2
* x86: avcodec: Add a bunch of missing #includes for av_coldDiego Biurrun2014-01-096-0/+6
* ac3tab.h: #include the correct headersDiego Biurrun2014-01-091-1/+3
* mjpegdec: apply flipping after decoding, not beforeAnton Khirnov2014-01-092-15/+20
* hevc: fix decoding of one PU wide filesGuillaume Martres2014-01-092-17/+22
* vp9: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-2/+2
* vp8: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-67/+29
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-0910-114/+50
* arm: Add a missing # as prefix for an immediate constantMartin Storsjö2014-01-071-1/+1
* arm: Allow overriding the alignment set in the function macroMartin Storsjö2014-01-072-18/+9
* arm: Remove a leftover define for the pld instructionMartin Storsjö2014-01-071-4/+0
* arm: cosmetics: Reindent the h264dsp neon init functionMartin Storsjö2014-01-071-19/+19
* Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun2014-01-0613-24/+24
* libopusenc: Change default frame duration to 20 msPaul B Mahol2014-01-061-1/+1
* pthread_frame: unref decoded frames on failureAnton Khirnov2014-01-061-0/+7
* h264: do not use 422 functions for monochromeAnton Khirnov2014-01-066-30/+30
* h264: check that execute_decode_slices() is not called too many timesAnton Khirnov2014-01-061-0/+6
* h264: reject mismatching luma/chroma bit depths during sps parsingAnton Khirnov2014-01-062-6/+5
* h264: rebuild the default ref list if the reference count changesAnton Khirnov2014-01-061-11/+23
* cavsdec: check ff_get_buffer() return valueAnton Khirnov2014-01-061-2/+5
* lavc: do not leak the internal frame if opening the codec failsAnton Khirnov2014-01-061-1/+3
* lavc: add 422/444 YUV with alpha to align_dimensions()Anton Khirnov2014-01-061-0/+4
* lagarith: do not call simd functions on unaligned linesKostya Shishkov2014-01-061-6/+19