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-10-07vmd: fix segfaults on corruped streamsLaurent Aimar
2011-09-25vmdaudio: fix decoding of 16-bit audio format.Justin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
2011-06-02Remove unused variablesMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-24vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.Justin Ruggles
2011-02-24vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...Justin Ruggles
2011-02-24vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...Justin Ruggles
2011-02-24vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...Justin Ruggles
2011-02-24cosmetics: reindent after previous commitJustin Ruggles
2011-02-24vmdaudio: move all silence chunk handling to vmdaudio_loadsound().Justin Ruggles
2011-02-24cosmetics: remove debugging cruftJustin Ruggles
2011-02-24cosmetics: reindent after previous commitJustin Ruggles
2011-02-24vmdaudio: simplify buffer pointer and header size handling.Justin Ruggles
2011-02-24vmdaudio: set *data_size to zero when skipping small packets and add a warnin...Justin Ruggles
2011-02-24vmdaudio: validate block typeJustin Ruggles
2011-02-24vmdaudio: use macros and a local variable for block type.Justin Ruggles
2011-02-24vmdaudio: correct the silent chunk count in the first block.Justin Ruggles
2011-02-24vmdaudio: output audio samples for standalone silent blocks.Justin Ruggles
2011-02-24vmdaudio: remove duplicated code by merging mono and stereo decoding.Justin Ruggles
2011-02-24vmdaudio: fix raw_block_size calculation.Justin Ruggles
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-07-23Remove useless #include <unistd.h> from many filesMåns Rullgård
2009-04-24Remove useless assignment during initialization for some decodersKostya Shishkov
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
2009-01-27Fix filenames in Doxygen comments.Diego Biurrun
2009-01-21VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-25mark read-only data as constStefan Gehrer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-10These video decoders do not need to include and initialize the DSPMike Melanson
2008-02-01constMichael Niedermayer
2007-09-23Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff).Kostya Shishkov
2007-08-12use av_clip_int16() where it makes senseAurelien Jacobs
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-05-29Do proper frame swapping so VMD video decoder works againKostya Shishkov
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-04-07Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung
2007-02-25Add av_ prefix to clip functionsReimar Döffinger