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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-228svx/iff: fix decoding of compressed stereo 8svx files.Justin Ruggles
2011-09-228svx: log an error message if output buffer is too smallJustin Ruggles
2011-09-228svx: check packet size before reading the initial sample value.Justin Ruggles
2011-09-228svx: output 8-bit samples instead of 16-bit.Justin Ruggles
2011-09-228svx: split delta decoding into a separate function.Justin Ruggles
2011-07-14doxygen: place empty line between brief description and detailed descriptionDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-10-02Make 8svx codec context table pointer const to match the type of theReimar Döffinger
2008-10-02Use "static const" instead of "const static"Reimar Döffinger
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Make 8SVX codec names just a single word for consistency with other codec names.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-31minor typo fixesDiego Biurrun
2008-03-31cosmetics: Write some Doxygen comments in a more compact fashion.Diego Biurrun
2008-03-308SVX decoderJai Menon