18908 Commits (4285c2923cbc99256362c58d0d962aab03361334)
 

Author SHA1 Message Date
Baptiste Coudurier 31e2d5d321 update ffserver regression ref 16 years ago
Baptiste Coudurier 85fe4ae0d0 do not call av_find_stream_info if stream is ffm, should fix stalling 16 years ago
Baptiste Coudurier 0bdd8b858f send busy reply if max connections number is exceeded 16 years ago
David Conrad 1a4ab332c6 Reindent 16 years ago
David Conrad 6e6abd0237 Fix Speex header parsing in ogg demuxer 16 years ago
David Conrad 1fa9726cf6 Document ogg_codec's header function 16 years ago
Baptiste Coudurier be2a6e2f82 fix compilation when DEBUG_SEEK is defined 16 years ago
Baptiste Coudurier 92a0f33878 fix valid seeking range 16 years ago
Baptiste Coudurier 7e24aa0c13 adjust write index if not set 16 years ago
Baptiste Coudurier a9c6fc7b3e update seek regression ref due to 18063 16 years ago
Justin Ruggles d7687763a5 Take over sole maintainership for all FLAC-related stuff 16 years ago
Justin Ruggles 59f60d0554 Fix the ogg regression test, which was broken by r18092. This is an 16 years ago
Justin Ruggles 0e442b8432 add myself as maintainer for new FLAC files 16 years ago
Justin Ruggles 0fb2182d46 add a function to calculate a more accurate estimate for maximum FLAC 16 years ago
Justin Ruggles f5187c7f04 flacdec: account for frame and subframe header overhead when calculating 16 years ago
Justin Ruggles f121622114 revert accidental unrelated change in last commit 16 years ago
Justin Ruggles d4df4e5088 share sample rate and blocksize tables between the FLAC encoder and FLAC 16 years ago
Baptiste Coudurier b4800b8b7d protect realloc overflow 16 years ago
Justin Ruggles b9b4fc5e07 flacenc: remove unneeded variable, 'min_encoded_framesize' and use 16 years ago
Justin Ruggles 29b0d168e6 seek backwards 4 bytes if 'fLaC' marker is not found 16 years ago
Justin Ruggles d9e7fa8074 flacdec: remove unneeded variable, 'assignment' 16 years ago
Justin Ruggles 2a34672500 flacdec: cosmetics: rename 'decorrelation' to 'ch_mode' 16 years ago
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