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-10-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-23cosmetics: remove extra spaces before end-of-statement semi-colonsJustin Ruggles
2011-10-23vorbisdec: check output buffer size before writing outputJustin Ruggles
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-15doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun
2011-06-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
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