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-02-12smackaud: 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-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-01smacker: remove some unused codeMans Rullgard
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-30smacker audio: sign-extend the initial 16-bit predicted valueFranz Brauße
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-26smacker: convert palette and header reading to bytestream2.Ronald S. Bultje
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-26smacker: Sanity check huffman tables found in the headers.Alex Converse
2012-01-26smacker: remove dead storeAlex Converse
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-10smackaud: use uint8_t* for 8-bit output buffer typeJustin Ruggles
2011-11-10smackaud: clip output samplesJustin Ruggles
2011-11-10smackaud: use sign_extend() for difference value instead of castingJustin Ruggles
2011-10-11smacker: validate channels and sample format.Justin Ruggles
2011-10-11smacker: check buffer size before reading output sizeJustin Ruggles
2011-10-11smacker: validate number of channelsJustin Ruggles
2011-09-14smacker: fix a few off by 1 errorsMichael Niedermayer
2011-09-14Check for invalid VLC value in smacker decoder.Laurent Aimar
2011-09-14Check and propagate errors when VLC trees cannot be built in smacker decoder.Laurent Aimar
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-27smacker: remove unnecessary call to avctx->release_buffer in decode_frame()Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2011-02-03Remove a few if (p) av_free(p) formsClément Bœsch
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-07-11Add av_ prefix to bswap macrosMåns Rullgård
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-11-01Set the sample format for Smacker audio in the decoder rather than in theJustin Ruggles
2009-10-14Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger
2009-06-05smacker video decoder uses reget_buffer, set CODEC_CAP_DR1Baptiste Coudurier
2009-04-24Remove useless assignment during initialization for some decodersKostya Shishkov
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-21Make Smacker audio decoder output audio in original bit depthDaniel Verkamp
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-15Fix one peculiar case in Smacker decoding.Daniel Verkamp
2008-11-19Add channel layout to several audio decoders I maintainKostya Shishkov
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