summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* mpegaudio: move some struct definitions from mpegaudio.hMans Rullgard2011-05-193-55/+53
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-1916-249/+377
* g729: Merge g729.h into g729dec.c.Diego Biurrun2011-05-192-30/+6
* 10l: wrap float_interleave functions in HAVE_YASM.Justin Ruggles2011-05-181-0/+6
* Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles2011-05-186-32/+104
* Add request_sample_fmt field to AVCodecContext.Justin Ruggles2011-05-183-1/+14
* Add float_interleave() to FmtConvertContext with x86-optimized versions.Justin Ruggles2011-05-184-0/+200
* mpegaudiodec: remove decode_end() functionMans Rullgard2011-05-181-11/+4
* mpegaudio: sanitise compute_antialias_* namesMans Rullgard2011-05-181-6/+3
* mpeg12: add slice-threading checks to slice-threading initializers.Ronald S. Bultje2011-05-181-3/+3
* h264: copy pixel_shift between slice threading contexts.Ronald S. Bultje2011-05-181-0/+1
* mdec: enable frame-level multithreading.Alexander Strange2011-05-181-3/+17
* mdec.c: fix overread.Ronald S. Bultje2011-05-181-1/+2
* Fix compilation of iirfilter-test.Justin Ruggles2011-05-171-1/+1
* libx264: handle closed GOP codec flagJindrich Makovicka2011-05-171-0/+2
* mpegaudio: add _fixed suffix to some namesMans Rullgard2011-05-176-17/+17
* Modify x86util.asm to ease transitioning to 10-bit H.264 assembly.Daniel Kang2011-05-174-110/+160
* dct: build dct32 as separate object filesMans Rullgard2011-05-177-14/+81
* qdm2: include correct header for rdftMans Rullgard2011-05-171-1/+1
* mathops: remove ancient confusing commentMans Rullgard2011-05-161-3/+0
* mpegaudio: move OUT_FMT macro to mpegaudiodec.cMans Rullgard2011-05-162-2/+2
* mpegaudio: remove OUT_MIN/MAX macrosMans Rullgard2011-05-162-3/+1
* Add missing #includes to mp3_header_(de)compress bsfMans Rullgard2011-05-162-0/+2
* dct: fix indentationMans Rullgard2011-05-161-15/+15
* dct: bypass table allocation for DCT_II of size 32Mans Rullgard2011-05-161-3/+6
* h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64.Gil Pedersen2011-05-161-0/+2
* Remove unused header mpegaudio3.h.Diego Biurrun2011-05-162-54/+0
* aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding.Justin Ruggles2011-05-152-4/+4
* acelp: Remove unused gray_decode table.Diego Biurrun2011-05-151-10/+0
* dfa: Remove unused variable.Diego Biurrun2011-05-151-1/+0
* Fix FSF address copy paste error in some license headers.Diego Biurrun2011-05-1417-17/+17
* arm: properly mark external symbol callMartin Aumüller2011-05-142-2/+2
* Add av_clip_uintp2() functionMans Rullgard2011-05-131-3/+1
* dfa: fix buffer overflow checks to avoid integer overflows.Reimar Döffinger2011-05-131-16/+19
* ac3enc: put the counting of stereo rematrixing bits in the same place toJustin Ruggles2011-05-121-7/+4
* ac3enc: clean up count_frame_bits() and count_frame_bits_fixed()Justin Ruggles2011-05-121-20/+46
* mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just...Michael Niedermayer2011-05-121-2/+7
* srtdec: make sure we don't write past the end of bufferAurelien Jacobs2011-05-121-1/+1
* wmaenc: improve channel count and bitrate error handling in encode_init()Tomas Härdin2011-05-121-4/+10
* tiff: add support for SamplesPerPixel tag in tiff_decode_tag()Stefano Sabatini2011-05-121-57/+65
* tiff: Prefer enum TiffCompr over int for TiffContext.compr.Stefano Sabatini2011-05-121-1/+1
* dnxhdenc: add AVClass in private context.Baptiste Coudurier2011-05-122-2/+3
* Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun2011-05-127-108/+119
* jfdct: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-05-122-18/+18
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-3/+0
* 10-bit H.264 x86 chroma v loopfilter asmJason Garrett-Glaser2011-05-113-42/+121
* Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier2011-05-114-0/+144
* Fix crash of interlaced MPEG2 decodingAnatoly Nenashev2011-05-111-2/+7
* h264pred: fix one more aliasing violation.Ronald S. Bultje2011-05-111-2/+4
* flacenc: use proper initializers for AVOption default values.Anton Khirnov2011-05-111-16/+16
OpenPOWER on IntegriCloud