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
2013-11-16vmdvideo: use the AVFrame API properly.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-06-02vmd: decode videos with no LZ buffer size provided - they might not need itKostya Shishkov
2013-06-02vmd: fix mode 3 decodingKostya Shishkov
2013-05-29vmd: drop incomplete chunks and spurious samplesLuca Barbato
2013-05-29vmd: refactor the inner decode loopLuca Barbato
2013-05-29vmd: return meaningful errorsLuca Barbato
2013-05-29vmd: use the PALETTE_COUNT constant uniformlyLuca Barbato
2013-03-28vmdav: convert to bytestream2Alexandra Khirnova
2013-03-08vmdaudio: fix invalid reads when packet size is not a multiple of chunk sizeAnton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12vmdaudio: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-01vmdaudio: set channel layoutJustin Ruggles
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
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