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
2012-02-17shorten: Use separate pointers for the allocated memory for decoded samples.Michael Niedermayer
2011-12-08shorten: avoid abort() on unknown audio typesJohn Brooks
2011-12-05shorten: remove dead initializationPaul B. Mahol
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-11shorten: do not modify samples pointer when interleavingJustin Ruggles
2011-10-20shorten: fix end-of-stream decoding.Justin Ruggles
2011-10-20shorten: do not use block size to determine whether to read the header.Justin Ruggles
2011-10-20shorten: check output buffer size before decodingJustin Ruggles
2011-10-20shorten: use av_clip_int16() for output sample clippingJustin Ruggles
2011-10-20shorten: use bytestream functions to decode the embedded WAVE headerJustin Ruggles
2011-10-20shorten: add some commentsJustin Ruggles
2011-10-20shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc()Justin Ruggles
2011-10-20cosmetics: remove some needless commented-out stuffJustin Ruggles
2011-10-20shorten: validate block sizeJustin Ruggles
2011-10-20shorten: move declaration of 'ret' to top of shorten_decode_frame()Justin Ruggles
2011-10-20shorten: pass on error value from allocate_buffers() instead of returning -1Justin Ruggles
2011-10-20shorten: check for realloc failureJustin Ruggles
2011-10-20shorten: move decoding of prediction order and applying of global offset toJustin Ruggles
2011-10-20shorten: only calculate output size when returning decoded samples, otherwiseJustin Ruggles
2011-10-20cosmetics: reindentJustin Ruggles
2011-10-20shorten: separate processing of audio commands from non-audio commandsJustin Ruggles
2011-10-20shorten: skip some fields in the WAV header embedded in the shorten header.Justin Ruggles
2011-10-20shorten: split reading of file header into a separate functionsJustin Ruggles
2011-10-14shorten: remove the flush function.Justin Ruggles
2011-10-07shorten: Fix out of bound writes in fix_bitshift()Laurent Aimar
2011-10-07shorten: Prevent block size from increasingLaurent Aimar
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-03Remove statements immediately following unconditional jumpsMans Rullgard
2011-06-07shorten: Remove stray DEBUG #define and corresponding av_dlog statement.Diego Biurrun
2011-06-02Remove unused variablesMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30Replace dprintf with av_dlogLuca Barbato
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-06-26shorten: remove VLA and check for buffer overflowMå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-04-13Rename bitstream.h to get_bits.h.Stefano 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
2009-02-01shorten: trivial simplification of signature checkMåns Rullgård
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
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-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constMichael Niedermayer
2007-12-24typo: begining --> beginningDiego Biurrun