summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* flacdec: remove unneeded variable, 'assignment'Justin Ruggles2009-03-21
* flacdec: cosmetics: rename 'decorrelation' to 'ch_mode'Justin Ruggles2009-03-21
* flacenc: remove unneeded context variable, 'ch_code'Justin Ruggles2009-03-21
* share channel mode constants between the FLAC decoder and FLAC encoderJustin Ruggles2009-03-21
* Hostile takeover of the ogg demuxer, agreed to by Mans on ircDavid Conrad2009-03-20
* Remove declaration of the removed function img_convert().Stefano Sabatini2009-03-20
* Get rid of av_random in cook.cBenjamin Larsson2009-03-20
* Get rid of av_random in nellymoserdec.cBenjamin Larsson2009-03-20
* PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp2009-03-20
* Avoid crash on planarCopy to a destination without alpha.Reimar Döffinger2009-03-20
* Initialize pointer arrays which may be freed before being initialized.Benoit Fouet2009-03-20
* Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides itReimar Döffinger2009-03-20
* Fix swscale compilation with Altivec enabled.Reimar Döffinger2009-03-20
* Reindent after last commitCédric Schieli2009-03-20
* Add a changelog entry for the alpha scaler supportCédric Schieli2009-03-20
* Also test the alpha channel in swscale-exampleCédric Schieli2009-03-20
* YUVA420P is now supported as output formatCédric Schieli2009-03-20
* Add alpha channel scalingCédric Schieli2009-03-20
* Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled convertersCédric Schieli2009-03-20
* Add a CONFIG_SWSCALE_ALPHA option for alpha channel scaling (enabled by default)Cédric Schieli2009-03-20
* Use a simpler and more general check for the gray case in the planarCopy func...Cédric Schieli2009-03-20
* mlp, truehd: support non 1:1 channel mapping.Ramiro Polla2009-03-20
* Support "next parameter flags present" flag.Ramiro Polla2009-03-20
* truehd: support up to 3 substreams.Ramiro Polla2009-03-20
* Rename hwaccel_data_private to hwaccel_picture_private.Gwenole Beauchesne2009-03-20
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-20
* Only build motion-test if MMX is enabled.Diego Biurrun2009-03-20
* Align test program output columns.Diego Biurrun2009-03-20
* Remove unused libavutil/random.h #include.Diego Biurrun2009-03-20
* Use correct header for struct AVLFG.Diego Biurrun2009-03-20
* resync ffm if error in streamBaptiste Coudurier2009-03-20
* typo, fix eof checkBaptiste Coudurier2009-03-20
* do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier2009-03-20
* Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codecRonald S. Bultje2009-03-20
* Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add aRonald S. Bultje2009-03-20
* check av_find_stream_info return valueBaptiste Coudurier2009-03-20
* uniformize log messages and add some moreBaptiste Coudurier2009-03-20
* use lfg and ff_random_get_seed instead of deprecated av_randomBaptiste Coudurier2009-03-20
* check if feed and stream already exist before registering new oneBaptiste Coudurier2009-03-20
* Make softfloat test program compile again: Setting the av_log_level variableDiego Biurrun2009-03-20
* Make AES test program compile again: Setting the av_log_level variableDiego Biurrun2009-03-20
* Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:Diego Biurrun2009-03-19
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-19
* Remove useless casting in asm "m" operand.Matthieu Castet2009-03-19
* Make ffmpeg fail if the argument provided to the -pix_fmt option isStefano Sabatini2009-03-19
* set avi fsize to INT64_MAX if riff tag end is not set and file size is not av...Baptiste Coudurier2009-03-19
* move max analyze duration check before considering new packetBaptiste Coudurier2009-03-19
* Allocate executable memory with VirtualAlloc() in Windows.Ramiro Polla2009-03-19
* Check for VirtualAlloc() so it may be used to allocate executable memory inRamiro Polla2009-03-19
* Drop unnecessary cast and cosmetically align.Ramiro Polla2009-03-19