summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check rc_buffer_size value using integer arithmeticMåns Rullgård2010-09-071-1/+1
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-0742-55/+55
* Fix slice height for y position calculation for vp3_draw_horiz_bandReimar Döffinger2010-09-061-1/+1
* Fix vp3_draw_horiz_band to not produce completely chaotical valuesReimar Döffinger2010-09-061-1/+1
* VP3/Theora: validate aspect and reduce it before exporting itReimar Döffinger2010-09-061-3/+8
* Add #ifndef around FF_API_MM_FLAGS.Stefano Sabatini2010-09-051-0/+2
* Use "d" suffix for general-purpose registers used with movd.Reimar Döffinger2010-09-054-30/+30
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-0424-149/+154
* Fix the dependencies of the RTP muxerMartin Storsjö2010-09-031-1/+1
* Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje2010-09-035-325/+230
* Fix typo in r25019.Eli Friedman2010-09-011-1/+1
* Unscrew breakage after my last commit because of symbol prefixes.Ronald S. Bultje2010-09-011-8/+8
* Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-squareRonald S. Bultje2010-09-014-291/+427
* Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje2010-09-015-1319/+1343
* add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControlAurelien Jacobs2010-09-011-1/+11
* Use quotes instead of angle brackets for local #includes.Diego Biurrun2010-09-011-1/+1
* Fix vertical align.Ronald S. Bultje2010-08-311-1/+1
* Checking return values of av_malloc(z) and report an error in case.Tobias Bindhammer2010-08-311-6/+13
* aacenc: Remove an unused variable from adjust_frame_information().Alex Converse2010-08-311-2/+1
* aacenc: Don't set s->cur_channel before apply_window_and_mdct().Alex Converse2010-08-311-1/+0
* aacenc: Write tag.elem_id early.Alex Converse2010-08-301-2/+2
* psymodel: Const correct FFPsyWindowInfo.Alex Converse2010-08-303-4/+4
* aacenc: Only apply M/S if common_window is set.Alex Converse2010-08-301-1/+1
* vorbisdec: Use int instead of uint16_fast_t for index variablesDavid Conrad2010-08-301-1/+1
* Fix compilation failure if yasm is disabled (missing vp3 symbols).Ronald S. Bultje2010-08-301-3/+3
* Split intra prediction initialization (i.e. assigning of function pointers)Ronald S. Bultje2010-08-303-83/+103
* Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1Ronald S. Bultje2010-08-307-718/+754
* Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6Ronald S. Bultje2010-08-307-701/+637
* Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()Ronald S. Bultje2010-08-308-27/+27
* Include stdint.h instead of inttypes.h, it is enough for what this file need.Vitor Sessak2010-08-291-1/+1
* Hopefully fix the fate-ws_snd breakage on PPCVitor Sessak2010-08-281-3/+4
* cosmetics in imdct_sseLoren Merritt2010-08-281-25/+20
* cosmeticAurelien Jacobs2010-08-281-1/+1
* Fix typos when converting inline asm to yasm, fixes MMX-only fate-ea-vp61.Ronald S. Bultje2010-08-261-5/+5
* Clarify code/avoid possible bugs by using precalculated values that are used ...Tobias Bindhammer2010-08-261-9/+9
* enable a flexible lifetimeTobias Bindhammer2010-08-261-2/+1
* Setting proper values in extradata for future use in muxerTobias Bindhammer2010-08-261-0/+14
* Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QTMartin Storsjö2010-08-261-0/+1
* Implement avcodec_get_channel_layout().S.N. Hemanth Meenakshisundaram2010-08-263-2/+19
* Revert r24931, it broke Win32 and some BSD compiles (yay fate).Ronald S. Bultje2010-08-251-1/+0
* Remove duplicate definitions of fullpel MC functionsMåns Rullgård2010-08-254-43/+34