summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini2010-09-08
* Only draw the actually visible area in vp3_draw_horiz_band.Reimar Döffinger2010-09-08
* Remove use of deprecated functions av_image_fill_pointers/linesizes inStefano Sabatini2010-09-07
* Reindent.Stefano Sabatini2010-09-07
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-07
* Reimplement av_picture_data_copy() avoiding the use of PixFmtInfoStefano Sabatini2010-09-07
* Reindent after the last commit.Stefano Sabatini2010-09-07
* Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini2010-09-07
* Move lsp2lpc_sipr() function to common code so it can be reused in aMarcelo Galvăo Póvoa2010-09-07
* Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder.Marcelo Galvăo Póvoa2010-09-07
* Check rc_buffer_size value using integer arithmeticMåns Rullgård2010-09-07
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Fix slice height for y position calculation for vp3_draw_horiz_bandReimar Döffinger2010-09-06
* Fix vp3_draw_horiz_band to not produce completely chaotical valuesReimar Döffinger2010-09-06
* VP3/Theora: validate aspect and reduce it before exporting itReimar Döffinger2010-09-06
* Add #ifndef around FF_API_MM_FLAGS.Stefano Sabatini2010-09-05
* Use "d" suffix for general-purpose registers used with movd.Reimar Döffinger2010-09-05
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* Fix the dependencies of the RTP muxerMartin Storsjö2010-09-03
* Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje2010-09-03
* Fix typo in r25019.Eli Friedman2010-09-01
* Unscrew breakage after my last commit because of symbol prefixes.Ronald S. Bultje2010-09-01
* Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-squareRonald S. Bultje2010-09-01
* Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje2010-09-01
* add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControlAurelien Jacobs2010-09-01
* Use quotes instead of angle brackets for local #includes.Diego Biurrun2010-09-01
* Fix vertical align.Ronald S. Bultje2010-08-31
* Checking return values of av_malloc(z) and report an error in case.Tobias Bindhammer2010-08-31
* aacenc: Remove an unused variable from adjust_frame_information().Alex Converse2010-08-31
* aacenc: Don't set s->cur_channel before apply_window_and_mdct().Alex Converse2010-08-31
* aacenc: Write tag.elem_id early.Alex Converse2010-08-30
* psymodel: Const correct FFPsyWindowInfo.Alex Converse2010-08-30
* aacenc: Only apply M/S if common_window is set.Alex Converse2010-08-30
* vorbisdec: Use int instead of uint16_fast_t for index variablesDavid Conrad2010-08-30
* Fix compilation failure if yasm is disabled (missing vp3 symbols).Ronald S. Bultje2010-08-30