summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Prefer "X" over ``X'', looks more readable and more consistent withStefano Sabatini2010-09-16
* Remove useless comment.Carl Eugen Hoyos2010-09-16
* swscale: remove useless temporary variableRamiro Polla2010-09-16
* swscale: factorize plane copying code out of 2 functionsRamiro Polla2010-09-16
* swscale-test: always use bilinear scaler to get output for SSDRamiro Polla2010-09-16
* Allow float values for libmp3lame quality.James Darnley2010-09-15
* Allow audiogen to take commandline parameters for sample rate and number ofJustin Ruggles2010-09-15
* rtsp: Handle standard assigned codec names for private payload types, tooMartin Storsjö2010-09-15
* Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö2010-09-15
* Check avctx width/height more thoroughly (e.g. all values 0 except width wouldReimar Döffinger2010-09-15
* Clarify what av_read_frame() returns.Michael Niedermayer2010-09-14
* Update pathscale compiler detectionMåns Rullgård2010-09-14
* ARM: fix NEON h264_idct_add8Måns Rullgård2010-09-14
* Add av_popcount() to libavutil/common.h and bump minor versionTomas Härdin2010-09-14
* Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje2010-09-14
* Implement libopencv smooth filter.Stefano Sabatini2010-09-14
* rgb2rgb: don't misuse HAVE_* definesRamiro Polla2010-09-14
* Limit av_log repeat detection to terminals so as to avoid filling files withMichael Niedermayer2010-09-14
* Reindent after r25115.Carl Eugen Hoyos2010-09-13
* Add R10k decoder.Zhou Zongyi2010-09-13
* Test lowres before codec init.Carl Eugen Hoyos2010-09-13
* swscale: indentation and emtpy line cosmeticsRamiro Polla2010-09-13
* swscale: avoid reading prior to the source buffer in planar2x() MMX2Ramiro Polla2010-09-13
* fix x11grab example in e.g. the manpage so that they actually workReinhard Tartler2010-09-13
* Apply minor simplification in av_read_image_line().Stefano Sabatini2010-09-12
* pixdesc: indentMåns Rullgård2010-09-12
* pixdesc: use 8-bit accesses when possible in av_read/write_image_line()Måns Rullgård2010-09-12
* Cosmetics: use x ? y : z construct and merge intialization andStefano Sabatini2010-09-12
* Cosmetics: simplify layout of fmt_conversion_table, make it shorterStefano Sabatini2010-09-12
* swscale-test: allow specifying src/dst pixel formatsRamiro Polla2010-09-12
* indentRamiro Polla2010-09-12
* swscale-test: take input from reference fileRamiro Polla2010-09-12
* swscale-test: always use SWS_BILINEAR to convert from ref to srcRamiro Polla2010-09-12
* swscale-test: move conversion from ref to source back to doTest()Ramiro Polla2010-09-12
* rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()Ramiro Polla2010-09-12
* Set a constant frame size for encoding G.726 audio.Justin Ruggles2010-09-11
* Cosmetics: apply minor style fixes.Stefano Sabatini2010-09-11
* Read all id3v2 tags at the beginning of mp3 files.David Byron2010-09-11
* indentRamiro Polla2010-09-11
* swscale: remove unused codeRamiro Polla2010-09-11
* rgb2rgb: remove unused yvu9toyv12 functionRamiro Polla2010-09-11
* Add a FATE test for the G.722 decoderMartin Storsjö2010-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
* FLV MetadataTomás Touceda2010-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
* Cosmetics: remove useless parentheses.Stefano Sabatini2010-09-10
* Fix 24 bpp CSCD decoding, as for Windows bitmaps in this (and only this)Reimar Döffinger2010-09-10