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-03-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-25dpcm: convert to bytestream2.Ronald S. Bultje
2012-02-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-18dpcm: ignore extra unpaired bytes in stereo streams.Alex Converse
2012-01-26dpcm: Round output buffer size up.Michael Niedermayer
2012-01-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-09dpcm: Fix invalid writesLaurentiu Ion
2011-12-16CODEC_ID_SOL_DPCM: Fix used write buffer.Michael Niedermayer
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-11dpcm: do not try to decode empty packetsJustin Ruggles
2011-11-11dpcm: remove unneeded buf_size==0 check.Justin Ruggles
2011-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-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