summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swscale-test: cosmetic alignmentRamiro Polla2010-09-161-2/+2
* Cosmetics: fix weird align.Stefano Sabatini2010-09-161-1/+1
* Use <> for system headers inclusion.Stefano Sabatini2010-09-161-2/+2
* Fix copyright notice, make it more consistent with the rest of FFmpeg.Stefano Sabatini2010-09-161-1/+1
* Fix grammar in the ocv_smooth filter documentation.Stefano Sabatini2010-09-161-4/+4
* Prefer "X" over ``X'', looks more readable and more consistent withStefano Sabatini2010-09-161-7/+7
* Remove useless comment.Carl Eugen Hoyos2010-09-161-1/+0
* swscale: remove useless temporary variableRamiro Polla2010-09-161-5/+3
* swscale: factorize plane copying code out of 2 functionsRamiro Polla2010-09-161-27/+23
* swscale-test: always use bilinear scaler to get output for SSDRamiro Polla2010-09-161-1/+1
* Allow float values for libmp3lame quality.James Darnley2010-09-152-2/+3
* Allow audiogen to take commandline parameters for sample rate and number ofJustin Ruggles2010-09-151-30/+48
* rtsp: Handle standard assigned codec names for private payload types, tooMartin Storsjö2010-09-151-0/+6
* Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö2010-09-154-1/+26
* Check avctx width/height more thoroughly (e.g. all values 0 except width wouldReimar Döffinger2010-09-151-3/+8
* Clarify what av_read_frame() returns.Michael Niedermayer2010-09-141-0/+5
* Update pathscale compiler detectionMåns Rullgård2010-09-141-1/+1
* ARM: fix NEON h264_idct_add8Måns Rullgård2010-09-141-4/+4
* Add av_popcount() to libavutil/common.h and bump minor versionTomas Härdin2010-09-142-1/+18
* Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje2010-09-145-592/+908
* Implement libopencv smooth filter.Stefano Sabatini2010-09-147-2/+196
* rgb2rgb: don't misuse HAVE_* definesRamiro Polla2010-09-142-87/+83
* Limit av_log repeat detection to terminals so as to avoid filling files withMichael Niedermayer2010-09-141-1/+7
* Reindent after r25115.Carl Eugen Hoyos2010-09-131-3/+3
* Add R10k decoder.Zhou Zongyi2010-09-138-1/+30
* Test lowres before codec init.Carl Eugen Hoyos2010-09-131-6/+6
* 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
OpenPOWER on IntegriCloud