Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-07vorbisdec: Restore mistakenly removed debug output.Diego Biurrun
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03vorbis: Remove non-compiling debug statement.Diego Biurrun
2011-06-03vorbis: Remove pointless DEBUG #ifdef around debug output macros.Diego Biurrun
2011-06-03Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun
2011-06-03Replace custom debug output functions by av_dlog().Diego Biurrun
2011-05-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-19Add floating-point sample format support to the ac3, eac3, dca, aac, and vorbisJustin Ruggles
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun
2011-04-30Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-29vorbis: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun
2011-04-29vorbisdec: Replace some sizeof(type) by sizeof(*variable).Diego Biurrun
2011-04-28Change silly variable name "class" to "partition_class".Carl Eugen Hoyos
2011-04-28Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-27vorbisdec: Rename silly "class_" variable to plain "class".Diego Biurrun
2011-04-25vorbisdec: allow selecting float output at runtime.Reimar Döffinger
2011-04-25Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-25vorbisdec: Employ proper printf format specifiers for uint_fast32_t.Diego Biurrun
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-23vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun