summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* dct: build dct32 as separate object filesMans Rullgard2011-05-17
* qdm2: include correct header for rdftMans Rullgard2011-05-17
* mathops: remove ancient confusing commentMans Rullgard2011-05-16
* mpegaudio: move OUT_FMT macro to mpegaudiodec.cMans Rullgard2011-05-16
* mpegaudio: remove OUT_MIN/MAX macrosMans Rullgard2011-05-16
* Add missing #includes to mp3_header_(de)compress bsfMans Rullgard2011-05-16
* dct: fix indentationMans Rullgard2011-05-16
* dct: bypass table allocation for DCT_II of size 32Mans Rullgard2011-05-16
* h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64.Gil Pedersen2011-05-16
* Remove unused header mpegaudio3.h.Diego Biurrun2011-05-16
* aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding.Justin Ruggles2011-05-15
* acelp: Remove unused gray_decode table.Diego Biurrun2011-05-15
* dfa: Remove unused variable.Diego Biurrun2011-05-15
* Fix FSF address copy paste error in some license headers.Diego Biurrun2011-05-14
* arm: properly mark external symbol callMartin Aumüller2011-05-14
* Add av_clip_uintp2() functionMans Rullgard2011-05-13
* dfa: fix buffer overflow checks to avoid integer overflows.Reimar Döffinger2011-05-13
* ac3enc: put the counting of stereo rematrixing bits in the same place toJustin Ruggles2011-05-12
* ac3enc: clean up count_frame_bits() and count_frame_bits_fixed()Justin Ruggles2011-05-12
* mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just...Michael Niedermayer2011-05-12
* srtdec: make sure we don't write past the end of bufferAurelien Jacobs2011-05-12
* wmaenc: improve channel count and bitrate error handling in encode_init()Tomas Härdin2011-05-12
* tiff: add support for SamplesPerPixel tag in tiff_decode_tag()Stefano Sabatini2011-05-12
* tiff: Prefer enum TiffCompr over int for TiffContext.compr.Stefano Sabatini2011-05-12
* dnxhdenc: add AVClass in private context.Baptiste Coudurier2011-05-12
* Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun2011-05-12
* jfdct: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-05-12
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* 10-bit H.264 x86 chroma v loopfilter asmJason Garrett-Glaser2011-05-11
* Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier2011-05-11
* Fix crash of interlaced MPEG2 decodingAnatoly Nenashev2011-05-11
* h264pred: fix one more aliasing violation.Ronald S. Bultje2011-05-11
* flacenc: use proper initializers for AVOption default values.Anton Khirnov2011-05-11
* lavc: deprecate named constants for deprecated antialias_algo.Anton Khirnov2011-05-11
* aac: workaround for compilation on cygwinReinhard Tartler2011-05-11
* swscale: extend YUV422p support to 10bits depthBaptiste Coudurier2011-05-11
* tiff: add support for inverted FillOrder for uncompressed dataStefano Sabatini2011-05-11
* h264pred: fix aliasing violations.Ronald S. Bultje2011-05-11
* cosmetics: Fix crazy formatting in resample.Alex Converse2011-05-10
* Allow resampling with no channel count change for up to 8 channels.Alex Converse2011-05-10
* Don't allow unsupported resampling configurations.Alex Converse2011-05-10
* Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser2011-05-10
* Update x86 H.264 deblock asmJason Garrett-Glaser2011-05-10
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* arm/h264pred: add missing argument type.Ronald S. Bultje2011-05-10
* h264dsp_mmx: place bracket outside #if/#endif block.Ronald S. Bultje2011-05-10
* h264: do not print "too many references" warning for intra-only.Ronald S. Bultje2011-05-10
* Enable decoding of high bit depth h264.Oskar Arvidsson2011-05-10
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* Add support for higher QP values in h264.Oskar Arvidsson2011-05-10