18823 Commits (110f147a85f563ad3074fa78b4d8c68e6f4f4ba3)
 

Author SHA1 Message Date
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
Reimar Döffinger c9d6e84778 Change linesize alignment method to ensure that linesize[0] == 2*linesize[1] 16 years ago
Reimar Döffinger b435725b4c Do not set linesize for palette data, it does not make sense and creates 16 years ago
Ramiro Polla 9ba4821d93 Split TrueHD decoder from MLP 16 years ago
Alex Converse 5c3d507f1a MOV: Use the AOT enum for the mp4_audio_types mapping. 16 years ago
Michael Niedermayer 9326d3f355 Revert 16 years ago
Michael Niedermayer 8e3d8a82e6 typedef int x86_reg on non x86 16 years ago
Michael Niedermayer 72ef3dd72e Fix 10l typo. 16 years ago
Diego Biurrun 2029e934d2 Nicely align output columns. 16 years ago
Michael Niedermayer 0411072ee3 Unscaled converters for 16 years ago
Justin Ruggles 07d16e2ecf share some constants between the FLAC encoder and FLAC decoder 16 years ago
Diego Biurrun bb504ac45e Fix compilation of adler32 test program: Use av_log_set_level() 16 years ago
Diego Biurrun 23869b4af4 Fix copy and paste typo in input/output devices section. 16 years ago
Reimar Döffinger 62651fa729 Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again. 16 years ago