summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Bump minor version for the addition of the G.722 encoderMartin Storsjö2010-09-26
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov2010-09-26
* RES_SM in WMV3 is really two flags, so split it in decoderKostya Shishkov2010-09-26
* Add d suffix to movd target register to make it work with nasm.Reimar Döffinger2010-09-26
* Split and then simplify address generation macro.Reimar Döffinger2010-09-26
* Fix rv20 encoding so the binary decoder can decode it.Michael Niedermayer2010-09-26
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-25
* Support deinterlacing of YUVJ422P in old deinterlacer.Maksym Veremeyenko2010-09-25
* rawdec: ensure that there is always a valid palette for formats thatReimar Döffinger2010-09-25
* vorbisenc: remove VLAsMåns Rullgård2010-09-24
* Remove unused variable.Ronald S. Bultje2010-09-24
* Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, thisRonald S. Bultje2010-09-24
* Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in theRonald S. Bultje2010-09-24
* Deprecate av_opt_show() in favor of a new function av_opt_show2(),Stefano Sabatini2010-09-24
* Add a G.722 encoderMartin Storsjö2010-09-23
* rawdec: only allocate a full-frame size buffer if it actually willReimar Döffinger2010-09-23
* The debug text output of macroblocks can indicate MB_TYPE_INTERLACED,Ivan Kalvachev2010-09-21
* x86: disable SSE functions using stack when stack is not alignedMåns Rullgård2010-09-21
* ARM: disable movw/movt for relocated values on Apple platformsMåns Rullgård2010-09-20
* Support deinterlacing of YUVJ420P.Benjamin Larsson2010-09-20
* x86: remove hack disabling sse2 h264 loop filter with 32-bit iccMåns Rullgård2010-09-18
* Remove pointless semicolonVitor Sessak2010-09-17
* Don't access upper 32 bits of a 32-bit int on 64-bit systems.Ronald S. Bultje2010-09-17
* Properly add HAVE_YASM around yasmified symbols. Should fix compile errorRonald S. Bultje2010-09-17
* Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,Ronald S. Bultje2010-09-17
* Move sse16_sse2() from inline asm to yasm. It is one of the functions causingRonald S. Bultje2010-09-17
* Remove useless comment.Carl Eugen Hoyos2010-09-16
* Allow float values for libmp3lame quality.James Darnley2010-09-15
* Check avctx width/height more thoroughly (e.g. all values 0 except width wouldReimar Döffinger2010-09-15
* ARM: fix NEON h264_idct_add8Måns Rullgård2010-09-14
* Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje2010-09-14
* Reindent after r25115.Carl Eugen Hoyos2010-09-13
* Add R10k decoder.Zhou Zongyi2010-09-13
* Test lowres before codec init.Carl Eugen Hoyos2010-09-13
* Set a constant frame size for encoding G.726 audio.Justin Ruggles2010-09-11
* tta: remove stray semicolonMåns Rullgård2010-09-11
* Allow mpeg encoding with qscale and very low frame rate.James Darnley2010-09-10
* Move AMR-NB frame unpacking code to a common file so it can be reused inMarcelo Galvăo Póvoa2010-09-10
* Update H263_AIC asm offset for the apple variantLuca Barbato2010-09-10
* aacdec: Rework channel mapping compatibility hacks.Alex Converse2010-09-10
* Fix 24 bpp CSCD decoding, as for Windows bitmaps in this (and only this)Reimar Döffinger2010-09-10
* Allow the lowres option to affect audio codecs, tooMartin Storsjö2010-09-10
* LGPL SSE2 H.264 iDCTJason Garrett-Glaser2010-09-10
* Fix indentation.Reimar Döffinger2010-09-09
* Add G.722 ADPCM audio decoderMartin Storsjö2010-09-09
* Use filename as pattern for multiple inclusion guards.Diego Biurrun2010-09-08
* Add missing stdint.h #include; necessary to pass 'make checkheaders'.Diego Biurrun2010-09-08
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Remove reference to not anymore existing symbol has_altivec and useStefano Sabatini2010-09-08