summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* Add x86 assembly for some 10-bit H.264 intra predict functions.Daniel Kang2011-06-063-5/+396
* Skip tableprint.h during 'make checkheaders'.Diego Biurrun2011-06-051-2/+5
* Drop explicit filenames from @file Doxygen tags.Diego Biurrun2011-06-053-3/+3
* Skip generated table headers during 'make checkheaders'.Diego Biurrun2011-06-051-2/+3
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-051-0/+3
* tableprint: Restore mistakenly deleted common.h #include for FF_ARRAY_ELEMS.Diego Biurrun2011-06-051-0/+2
* tiff: print log in case of unknown / unsupported tag.Stefano Sabatini2011-06-051-0/+2
* tiff: fix linesize for mono-white/black formats.Stefano Sabatini2011-06-051-1/+1
* Fix build of eval-test programMans Rullgard2011-06-051-1/+1
* ac3enc: extract all exponents for the frame at onceJustin Ruggles2011-06-041-8/+4
* ARM: remove MULL inline asmMans Rullgard2011-06-041-12/+0
* mathops: use MUL64 macro where it forms part of other opsMans Rullgard2011-06-041-6/+6
* Skip headers not designed to work standalone during 'make checkheaders'.Diego Biurrun2011-06-041-1/+2
* Add missing #includes to make headers self-contained.Diego Biurrun2011-06-045-2/+5
* musepack: remove unnecessary #include from mpcdata.hMans Rullgard2011-06-041-2/+0
* musepack: remove extraneous mpcdata.h inclusionsMans Rullgard2011-06-042-3/+0
* mpegvideoenc: fix multislice fate tests with threading disabled.Ronald S. Bultje2011-06-032-5/+5
* Mark some variables with av_unusedMans Rullgard2011-06-032-2/+2
* Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini2011-06-033-3/+5
* svq3: Check negative mb_type to fix potential crash.Baptiste Coudurier2011-06-031-1/+1
* svq3: Move svq3-specific fields to their own context.Baptiste Coudurier2011-06-032-42/+62
* Remove unused get_psnr() prototypeVladimir Pantelic2011-06-031-5/+0
* Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-036-16/+7
* vorbis: Remove non-compiling debug statement.Diego Biurrun2011-06-031-3/+0
* vorbis: Remove pointless DEBUG #ifdef around debug output macros.Diego Biurrun2011-06-031-6/+0
* cook: Remove non-compiling debug output.Diego Biurrun2011-06-031-1/+0
* Remove pointless #ifdefs around function declarations in a header.Diego Biurrun2011-06-031-2/+0
* Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun2011-06-033-28/+17
* Replace custom debug output functions by av_dlog().Diego Biurrun2011-06-033-123/+115
* cook: Remove unused debug functions.Diego Biurrun2011-06-031-32/+0
* targa: fix big-endian buildMans Rullgard2011-06-021-0/+1
* Remove unused variablesMans Rullgard2011-06-0222-82/+38
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-0212-246/+949
* Cosmetic changes to h264_idct_10bit.asm.Loren Merritt2011-06-021-68/+71
* 2x faster h264_idct_add8_10.Loren Merritt2011-06-021-34/+21
* aacenc: Add stereo_mode option.Nathan Caldwell2011-06-022-3/+35
* h264: remove CONFIG_GPL from x86 intra prediction code.Ronald S. Bultje2011-06-022-14/+0
* ARM: ac3dsp: optimised update_bap_counts()Mans Rullgard2011-06-013-1/+39
* mpegaudiodec: Fix av_dlog() invocation.Diego Biurrun2011-06-011-2/+3
* h264/10bit: add HAVE_ALIGNED_STACK checks.Daniel Kang2011-05-311-4/+8
* Update 8-bit H.264 IDCT function names to reflect bit-depth.Daniel Kang2011-05-313-72/+57
* Add IDCT functions for 10-bit H.264.Daniel Kang2011-05-313-1/+631
* mpegaudioenc: Fix broken av_dlog statement.Diego Biurrun2011-05-311-3/+3
* ARM: fix MUL64 inline asm for pre-armv6Mans Rullgard2011-05-311-3/+11
* mpegaudiodec: remove unusued code and variablesMans Rullgard2011-05-311-26/+4
* mpegaudio: clean up compute_antialias() definitionMans Rullgard2011-05-312-69/+36
* vp8: fix segmentation race during frame-threading.Ronald S. Bultje2011-05-311-1/+1
* ARM: simplify inline asm with 64-bit operandsMans Rullgard2011-05-301-8/+5
* ARM: enable UAL syntax in asm.SMans Rullgard2011-05-295-6/+3
* vp8: use av_clip_uintp2() where possibleMans Rullgard2011-05-291-6/+6
OpenPOWER on IntegriCloud