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-16smacker: use the AVFrame API properly.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-11smacker: Free memory properly if the init function failsMartin Storsjö
2013-09-11smacker: Make sure we don't fill in huffman codes out of rangeMartin Storsjö
2013-09-11smacker: Check malloc return valuesMartin Storsjö
2013-06-16smacker: check the return value of smacker_decode_treeKostya Shishkov
2013-06-16smacker: fix an off by one in huff.length computationKostya Shishkov
2013-05-28smacker: add a clarification notice about audio decodingKostya Shishkov
2013-05-27Revert "smackaud: clip output samples"Kostya Shishkov
2013-03-08lavc decoders: properly initialize AVFrame.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
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