18836 Commits (ad52941faa9c95c9b078e0bc198d27424c75cd9e)
 

Author SHA1 Message Date
Justin Ruggles ad52941faa flacenc: remove unneeded context variable, 'ch_code' 16 years ago
Justin Ruggles 3159780b18 share channel mode constants between the FLAC decoder and FLAC encoder 16 years ago
David Conrad c15020dd1d Hostile takeover of the ogg demuxer, agreed to by Mans on irc 16 years ago
Stefano Sabatini 432603e376 Remove declaration of the removed function img_convert(). 16 years ago
Benjamin Larsson 39b60944a8 Get rid of av_random in cook.c 16 years ago
Benjamin Larsson 3b0b84797e Get rid of av_random in nellymoserdec.c 16 years ago
Daniel Verkamp effcedf738 PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. 16 years ago
Reimar Döffinger 20ddf5a8e4 Avoid crash on planarCopy to a destination without alpha. 16 years ago
Benoit Fouet 1cd98da820 Initialize pointer arrays which may be freed before being initialized. 16 years ago
Reimar Döffinger 04ef1d3f7b Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides it 16 years ago
Reimar Döffinger d55ef6362f Fix swscale compilation with Altivec enabled. 16 years ago
Cédric Schieli 3164d25e19 Reindent after last commit 16 years ago
Cédric Schieli b3b5946c12 Add a changelog entry for the alpha scaler support 16 years ago
Cédric Schieli 110f147a85 Also test the alpha channel in swscale-example 16 years ago
Cédric Schieli 6268f55be5 YUVA420P is now supported as output format 16 years ago
Cédric Schieli 6858492e6c Add alpha channel scaling 16 years ago
Cédric Schieli 3acd545f0c Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters 16 years ago
Cédric Schieli a9ddb5b1a4 Add a CONFIG_SWSCALE_ALPHA option for alpha channel scaling (enabled by default) 16 years ago
Cédric Schieli f6cf4ed08a Use a simpler and more general check for the gray case in the planarCopy function 16 years ago
Ramiro Polla 9731e7f13e mlp, truehd: support non 1:1 channel mapping. 16 years ago
Ramiro Polla cbf3cf19f3 Support "next parameter flags present" flag. 16 years ago
Ramiro Polla 932cee5d67 truehd: support up to 3 substreams. 16 years ago
Gwenole Beauchesne 952e2083bc Rename hwaccel_data_private to hwaccel_picture_private. 16 years ago
Diego Biurrun 294eaa2643 Replace random() usage in test programs by av_lfg_*(). 16 years ago
Diego Biurrun c7594e0764 Only build motion-test if MMX is enabled. 16 years ago
Diego Biurrun 578f90a8d5 Align test program output columns. 16 years ago
Diego Biurrun fa7aec5ceb Remove unused libavutil/random.h #include. 16 years ago
Diego Biurrun e814a59fee Use correct header for struct AVLFG. 16 years ago
Baptiste Coudurier 7c45723a98 resync ffm if error in stream 16 years ago
Baptiste Coudurier 21c6438f2c typo, fix eof check 16 years ago
Baptiste Coudurier b9edbe9953 do not write ffm write index by default, detect if file is being written and return EOF 16 years ago
Ronald S. Bultje cf16c17a69 Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec 16 years ago
Ronald S. Bultje e9fce261a6 Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a 16 years ago
Baptiste Coudurier 20f93c3ccf check av_find_stream_info return value 16 years ago
Baptiste Coudurier 77553ae360 uniformize log messages and add some more 16 years ago
Baptiste Coudurier 042819c520 use lfg and ff_random_get_seed instead of deprecated av_random 16 years ago
Baptiste Coudurier 637af098fd check if feed and stream already exist before registering new one 16 years ago
Diego Biurrun 7349392535 Make softfloat test program compile again: Setting the av_log_level variable 16 years ago
Diego Biurrun b56e34c5e9 Make AES test program compile again: Setting the av_log_level variable 16 years ago
Diego Biurrun 54ea773614 Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings: 16 years ago
Matthieu Castet e29c3f934f Remove useless casting in asm "m" operand. 16 years ago
Matthieu Castet ecf05a5971 Remove useless casting in asm "m" operand. 16 years ago
Stefano Sabatini 90da2b5086 Make ffmpeg fail if the argument provided to the -pix_fmt option is 16 years ago
Baptiste Coudurier 876578914b set avi fsize to INT64_MAX if riff tag end is not set and file size is not available 16 years ago
Baptiste Coudurier 3a5601885b move max analyze duration check before considering new packet 16 years ago
Ramiro Polla dd35beb29b Allocate executable memory with VirtualAlloc() in Windows. 16 years ago
Ramiro Polla 7c5bfe7add Check for VirtualAlloc() so it may be used to allocate executable memory in 16 years ago
Ramiro Polla 16a3717f8d Drop unnecessary cast and cosmetically align. 16 years ago
Ramiro Polla 23d9cc4563 Support raw TrueHD files 16 years ago
Reimar Döffinger 45bae968a9 Fix indentation after r18047. 16 years ago