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
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-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-02-11Remove final semicolon from some macrosMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2004-09-28support for Sierra Online audio files and Apple QuickDraw codec,Mike Melanson
2004-03-14remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson
2004-01-31handle 0-length buffersMike Melanson
2003-09-19fix Interplay DPCM (frames are intracoded, predictors do not carryMike Melanson
2003-09-08New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCMMike Melanson
2003-09-02initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson