aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* vorbisenc: remove VLAsMåns Rullgård2010-09-241-6/+17
* Remove unused variable.Ronald S. Bultje2010-09-241-1/+0
* Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, thisRonald S. Bultje2010-09-241-28/+28
* Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in theRonald S. Bultje2010-09-241-29/+20
* Deprecate av_opt_show() in favor of a new function av_opt_show2(),Stefano Sabatini2010-09-243-7/+37
* Add a G.722 encoderMartin Storsjö2010-09-233-2/+84
* rawdec: only allocate a full-frame size buffer if it actually willReimar Döffinger2010-09-231-9/+11
* The debug text output of macroblocks can indicate MB_TYPE_INTERLACED,Ivan Kalvachev2010-09-211-1/+1
* x86: disable SSE functions using stack when stack is not alignedMåns Rullgård2010-09-212-2/+4
* ARM: disable movw/movt for relocated values on Apple platformsMåns Rullgård2010-09-201-1/+1
* Support deinterlacing of YUVJ420P.Benjamin Larsson2010-09-201-0/+2
* x86: remove hack disabling sse2 h264 loop filter with 32-bit iccMåns Rullgård2010-09-181-2/+1
* Remove pointless semicolonVitor Sessak2010-09-171-1/+1
* Don't access upper 32 bits of a 32-bit int on 64-bit systems.Ronald S. Bultje2010-09-171-1/+1
* Properly add HAVE_YASM around yasmified symbols. Should fix compile errorRonald S. Bultje2010-09-171-1/+9
* Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,Ronald S. Bultje2010-09-173-212/+291
* Move sse16_sse2() from inline asm to yasm. It is one of the functions causingRonald S. Bultje2010-09-173-62/+90
* Remove useless comment.Carl Eugen Hoyos2010-09-161-1/+0
* Allow float values for libmp3lame quality.James Darnley2010-09-151-1/+2
* Check avctx width/height more thoroughly (e.g. all values 0 except width wouldReimar Döffinger2010-09-151-3/+8
* ARM: fix NEON h264_idct_add8Måns Rullgård2010-09-141-4/+4
* Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje2010-09-145-592/+908
* Reindent after r25115.Carl Eugen Hoyos2010-09-131-3/+3
* Add R10k decoder.Zhou Zongyi2010-09-134-1/+26
* Test lowres before codec init.Carl Eugen Hoyos2010-09-131-6/+6
* Set a constant frame size for encoding G.726 audio.Justin Ruggles2010-09-111-1/+8
* tta: remove stray semicolonMåns Rullgård2010-09-111-1/+1
* Allow mpeg encoding with qscale and very low frame rate.James Darnley2010-09-101-1/+1
* Move AMR-NB frame unpacking code to a common file so it can be reused inMarcelo Galvăo Póvoa2010-09-102-18/+70
* Update H263_AIC asm offset for the apple variantLuca Barbato2010-09-101-1/+1
* aacdec: Rework channel mapping compatibility hacks.Alex Converse2010-09-102-24/+4
* Fix 24 bpp CSCD decoding, as for Windows bitmaps in this (and only this)Reimar Döffinger2010-09-101-10/+17
* Allow the lowres option to affect audio codecs, tooMartin Storsjö2010-09-102-3/+2
* LGPL SSE2 H.264 iDCTJason Garrett-Glaser2010-09-103-14/+14
* Fix indentation.Reimar Döffinger2010-09-091-1/+1
* Add G.722 ADPCM audio decoderMartin Storsjö2010-09-094-2/+309
* Use filename as pattern for multiple inclusion guards.Diego Biurrun2010-09-081-3/+3
* Add missing stdint.h #include; necessary to pass 'make checkheaders'.Diego Biurrun2010-09-081-0/+2
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-0829-285/+43
* Remove reference to not anymore existing symbol has_altivec and useStefano Sabatini2010-09-081-4/+2
* Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini2010-09-086-23/+15
* Only draw the actually visible area in vp3_draw_horiz_band.Reimar Döffinger2010-09-081-4/+2
* Remove use of deprecated functions av_image_fill_pointers/linesizes inStefano Sabatini2010-09-071-2/+2
* Reindent.Stefano Sabatini2010-09-071-1/+1
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-072-35/+9
* Reimplement av_picture_data_copy() avoiding the use of PixFmtInfoStefano Sabatini2010-09-071-16/+17
* Reindent after the last commit.Stefano Sabatini2010-09-071-4/+4
* Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini2010-09-074-12/+14
* Move lsp2lpc_sipr() function to common code so it can be reused in aMarcelo Galvăo Póvoa2010-09-073-27/+32
* Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder.Marcelo Galvăo Póvoa2010-09-073-16/+15