aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swscale: indentation and emtpy line cosmeticsRamiro Polla2010-09-131-5/+5
* swscale: avoid reading prior to the source buffer in planar2x() MMX2Ramiro Polla2010-09-132-3/+15
* fix x11grab example in e.g. the manpage so that they actually workReinhard Tartler2010-09-131-2/+2
* Apply minor simplification in av_read_image_line().Stefano Sabatini2010-09-121-4/+3
* pixdesc: indentMåns Rullgård2010-09-121-9/+9
* pixdesc: use 8-bit accesses when possible in av_read/write_image_line()Måns Rullgård2010-09-121-1/+15
* Cosmetics: use x ? y : z construct and merge intialization andStefano Sabatini2010-09-121-3/+1
* Cosmetics: simplify layout of fmt_conversion_table, make it shorterStefano Sabatini2010-09-121-75/+16
* swscale-test: allow specifying src/dst pixel formatsRamiro Polla2010-09-121-6/+33
* indentRamiro Polla2010-09-121-12/+12
* swscale-test: take input from reference fileRamiro Polla2010-09-121-19/+118
* swscale-test: always use SWS_BILINEAR to convert from ref to srcRamiro Polla2010-09-121-4/+3
* swscale-test: move conversion from ref to source back to doTest()Ramiro Polla2010-09-121-30/+43
* rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()Ramiro Polla2010-09-123-6/+4
* Set a constant frame size for encoding G.726 audio.Justin Ruggles2010-09-112-5/+12
* Cosmetics: apply minor style fixes.Stefano Sabatini2010-09-111-14/+14
* Read all id3v2 tags at the beginning of mp3 files.David Byron2010-09-112-3/+10
* indentRamiro Polla2010-09-111-4/+4
* swscale: remove unused codeRamiro Polla2010-09-111-7/+0
* rgb2rgb: remove unused yvu9toyv12 functionRamiro Polla2010-09-111-11/+0
* Add a FATE test for the G.722 decoderMartin Storsjö2010-09-112-0/+170
* 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
* FLV MetadataTomás Touceda2010-09-101-0/+8
* 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