summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* aarch64: add cpuflags support for NEON and VFPJanne Grunau2014-01-157-7/+150
* dct-test: test ff_simple_idct_neon only on ARM for nowJanne Grunau2014-01-151-1/+1
* mov: Free an earlier allocated array if allocating a new oneMartin Storsjö2014-01-151-0/+1
* mov: Free intermediate arrays in the normal cleanup functionMartin Storsjö2014-01-151-0/+8
* aarch64: bswap inline assemblyJanne Grunau2014-01-142-1/+53
* aarch64: configure: set arch dependent featuresJanne Grunau2014-01-141-4/+4
* cabac: remove leftovers from the cabac encoderJanne Grunau2014-01-142-16/+0
* mxf: Fix potential leak in mxf_read_local_tags()Tomas Härdin2014-01-141-0/+3
* mxf: Correctly support files from Pinnacle ThunderTomas Härdin2014-01-141-1/+5
* mxf: Fix a possible leak of extradataMichael Niedermayer2014-01-141-0/+2
* mxf: Use av_malloc_arrayLuca Barbato2014-01-141-7/+7
* mxf: Drop unnecessary checksLuca Barbato2014-01-141-5/+0
* mxf: Fix off by one error in d10 aes3 decodingMarton Balint2014-01-141-1/+1
* mxf: Do not use int to check the seek positionLuca Barbato2014-01-141-2/+4
* mxf: Set AV_FIELD_PROGRESSIVEReimar Döffinger2014-01-141-0/+1
* vf_yadif: Relicense from GPL to LGPLRobert Krüger2014-01-146-38/+36
* x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun2014-01-143-5/+6
* arm: Use full filenames as multiple inclusion guardsDiego Biurrun2014-01-143-9/+9
* lavf: make av_probe_input_buffer more robustAnton Khirnov2014-01-131-2/+1
* lavf: use a fixed width typeAnton Khirnov2014-01-131-1/+1
* lavf: simplify handling of offset in av_probe_input_buuffer()Anton Khirnov2014-01-131-6/+4
* x86/arm: Add clobber tests to libavresampleMartin Storsjö2014-01-135-1/+70
* 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
* flv: Workaround for buggy Omnia A/XE encoderBenjamin Larsson2014-01-111-0/+6
* arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö2014-01-114-0/+155
* fate: Explicitly specify the rgb555le pixel format for the mss2 rgb555 testsMartin Storsjö2014-01-101-2/+2
* avutil: do not use avcodec header in frame.hVittorio Giovara2014-01-091-2/+1
* avfilter: fix leaks on error in ff_filter_frameVittorio Giovara2014-01-091-6/+19
* avfilter: add needs_writable field to the internal AVFilterPad structureVittorio Giovara2014-01-091-0/+8
* avfilter: add documentation for needs_writableVittorio Giovara2014-01-091-0/+6
* fate: add framepack filter testVittorio Giovara2014-01-096-0/+88
* lavfi: add framepack filterVittorio Giovara2014-01-096-1/+412
* flac muxer: add option to disable writing the global headerJustin Ruggles2014-01-092-1/+29
* ATRAC3+ decoderMaxim Polijakowski2014-01-0912-3/+5007
* 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
* FATE: add MSS2 testsAnton Khirnov2014-01-096-0/+131
* vp9: drop support for real (non-emulated) edgesAnton Khirnov2014-01-092-3/+2
* vp8: drop support for real (non-emulated) edgesAnton Khirnov2014-01-092-68/+29
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-0910-114/+50