summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Cosmetics: remove useless parentheses.Stefano Sabatini2010-09-101-2/+2
* Fix 24 bpp CSCD decoding, as for Windows bitmaps in this (and only this)Reimar Döffinger2010-09-101-10/+17
* nutenc: fix unstable floating-point calculationsMåns Rullgård2010-09-101-2/+2
* Allow the lowres option to affect audio codecs, tooMartin Storsjö2010-09-102-3/+2
* Remove h264 asm items off the GPL-only list. They are LGPL now.Ronald S. Bultje2010-09-101-2/+0
* LGPL SSE2 H.264 iDCTJason Garrett-Glaser2010-09-103-14/+14
* adts demuxer: Set the time base to be the LCM of all ADTS sample rates.Alex Converse2010-09-091-0/+3
* Update the audio sample rate when doing lowres audio decoding, before opening...Martin Storsjö2010-09-091-0/+5
* Fix indentation.Reimar Döffinger2010-09-091-1/+1
* Add missing #include <string.h> in x86/cpu.cMåns Rullgård2010-09-091-0/+1
* Add a muxer and demuxer for raw G.722Martin Storsjö2010-09-095-1/+33
* Add G.722 ADPCM audio decoderMartin Storsjö2010-09-096-2/+311
* Cache detected CPU flagsMåns Rullgård2010-09-091-4/+11
* Clean up av_get_cpu_flag()Måns Rullgård2010-09-096-28/+17
* av_fill_image_linesizes -> av_image_fill_linesizesRamiro Polla2010-09-081-1/+1
* av_fill_image_linesizes -> av_image_fill_linesizesRamiro Polla2010-09-081-2/+2
* In mov muxer, write reduced sample aspect ratio values in paspBaptiste Coudurier2010-09-081-2/+2
* Check dref size based on a patch by googleBaptiste Coudurier2010-09-081-0/+3
* In mov demuxer, do not override aspect ratio in tkhd by pasp like quicktime, ...Baptiste Coudurier2010-09-081-6/+7
* 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
* Add APIchanges entry for the av_get_cpu_flags() addition of r25076.Stefano Sabatini2010-09-081-0/+3
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-0834-81/+156
* Remove reference to not anymore existing symbol has_altivec and useStefano Sabatini2010-09-081-4/+2
* rgb2rgb: build SSE2 codepathRamiro Polla2010-09-083-1/+14
* 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
* Add missing checks on invalid pixel format inStefano Sabatini2010-09-071-2/+2
* Add APIchanges entry after the recent changes to imgutils.h API ofStefano Sabatini2010-09-071-0/+6
* Cosmetics: use plural form for *linesizes arguments ofStefano Sabatini2010-09-072-8/+8
* Remove use of deprecated functions av_image_fill_pointers/linesizes inStefano Sabatini2010-09-071-2/+2
* Reindent.Stefano Sabatini2010-09-073-5/+5
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-078-40/+59
* 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-077-13/+41
* Fix formatting for negative start times (issue 2139).Christian d'Heureuse2010-09-071-1/+1
* 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
* Add APIchanges entry after the libavcore/imgutils.h renames of r25057.Stefano Sabatini2010-09-071-0/+4
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-0751-66/+66
* Adopt a hierarchical name scheme for the imgutils.h API. SimplifyStefano Sabatini2010-09-073-12/+68
* Amend documention for the option -prefix.Stefano Sabatini2010-09-071-2/+2
* Prefer "foo" over ``foo'' in the ffprobe docs.Stefano Sabatini2010-09-071-7/+7
* Read the number of channels from the 'dac3' tag for AC-3 in MP4.Justin Ruggles2010-09-061-0/+16
* Make av_fill_image_max_pixsteps() non static non inline.Stefano Sabatini2010-09-062-17/+20
OpenPOWER on IntegriCloud