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-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12dpcm: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-01dpcm: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-25dpcm: convert to bytestream2.Ronald S. Bultje
2012-02-18dpcm: ignore extra unpaired bytes in stereo streams.Alex Converse
2012-01-09dpcm: Fix invalid writesLaurentiu Ion
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-11dpcm: do not try to decode empty packetsJustin Ruggles
2011-11-11dpcm: remove unneeded buf_size==0 check.Justin Ruggles
2011-10-01dpcm: return error if packet is too smallJustin Ruggles
2011-10-01dpcm: use smaller data types for static tablesJustin Ruggles
2011-10-01dpcm: use sol_table_16 directly instead of through the DPCMContext.Justin Ruggles
2011-10-01dpcm: replace short with int16_tJustin Ruggles
2011-10-01dpcm: check to make sure channels is 1 or 2.Justin Ruggles
2011-10-01dpcm: misc pretty-printingJustin Ruggles
2011-10-01dpcm: remove unnecessary variable by using bytestream functions.Justin Ruggles
2011-10-01dpcm: move codec-specific variable declarations to their corresponding decodi...Justin Ruggles
2011-10-01dpcm: consistently use the variable name 'n' for the next input byte.Justin Ruggles
2011-10-01dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2.Justin Ruggles
2011-10-01dpcm: calculate and check actual output data size prior to decoding.Justin Ruggles
2011-10-01dpcm: factor out the stereo flag calculationJustin Ruggles
2011-10-01dpcm: cosmetics: rename channel_number to chJustin Ruggles
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-11Remove final semicolon from some macrosMans Rullgard
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-02Remove redundant and harmful explicit filename after @file Doxygen command.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-02cosmetics: Reformat long_names so that "DPCM" comes first.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-12-18cosmetics: remove one unneeded spaceKostya Shishkov
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-15DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste itStefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constsMichael Niedermayer
2007-11-01simplify dpcm decoders declaration using a macroAurelien Jacobs
2007-09-22Guard against output buffer overflowsKostya Shishkov
2007-08-12use av_clip_int16() where it makes senseAurelien Jacobs
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-06Mark some read-only datastructures as const.Stefan Huehner
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun