]> git.sesse.net Git - ffmpeg/history - libavcodec/dpcm.c
dpcm: use AVCodecContext.channels instead of keeping a private copy
[ffmpeg] / libavcodec / dpcm.c
2012-11-01 Justin Rugglesdpcm: use AVCodecContext.channels instead of keeping...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-03-25 Ronald S. Bultjedpcm: convert to bytestream2.
2012-02-17 Alex Conversedpcm: ignore extra unpaired bytes in stereo streams.
2012-01-08 Laurentiu Iondpcm: Fix invalid writes
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-11 Justin Rugglesdpcm: do not try to decode empty packets
2011-11-11 Justin Rugglesdpcm: remove unneeded buf_size==0 check.
2011-09-30 Justin Rugglesdpcm: return error if packet is too small
2011-09-30 Justin Rugglesdpcm: use smaller data types for static tables
2011-09-30 Justin Rugglesdpcm: use sol_table_16 directly instead of through...
2011-09-30 Justin Rugglesdpcm: replace short with int16_t
2011-09-30 Justin Rugglesdpcm: check to make sure channels is 1 or 2.
2011-09-30 Justin Rugglesdpcm: misc pretty-printing
2011-09-30 Justin Rugglesdpcm: remove unnecessary variable by using bytestream...
2011-09-30 Justin Rugglesdpcm: move codec-specific variable declarations to...
2011-09-30 Justin Rugglesdpcm: consistently use the variable name 'n' for the...
2011-09-30 Justin Rugglesdpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs...
2011-09-30 Justin Rugglesdpcm: calculate and check actual output data size prior...
2011-09-30 Justin Rugglesdpcm: factor out the stereo flag calculation
2011-09-30 Justin Rugglesdpcm: cosmetics: rename channel_number to ch
2011-09-24 Diego BiurrunUse explicit struct initializers for AVCodec declarations.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-10 Mans RullgardRemove final semicolon from some macros
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-07-02 Diego BiurrunRemove redundant and harmful explicit filename after...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-02 Diego Biurruncosmetics: Reformat long_names so that "DPCM" comes...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-18 Kostya Shishkovcosmetics: remove one unneeded space
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-24 Stefan Gehrermark read-only data as const
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-15 Stefano SabatiniDPCM codec long names, patch by Stefano Sabatini, stefa...
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconsts
2007-11-01 Aurelien Jacobssimplify dpcm decoders declaration using a macro
2007-09-22 Kostya ShishkovGuard against output buffer overflows
2007-08-11 Aurelien Jacobsuse av_clip_int16() where it makes sense
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-06 Stefan HuehnerMark some read-only datastructures as const.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-09-28 Mike Melansonsupport for Sierra Online audio files and Apple QuickDr...
2004-03-14 Mike Melansonremove numerous definitions of BE_*/LE_* macros; conver...
2004-01-31 Mike Melansonhandle 0-length buffers
2003-09-19 Mike Melansonfix Interplay DPCM (frames are intracoded, predictors...
2003-09-08 Mike MelansonNew fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4...
2003-09-02 Mike Melansoninitial commit for Id RoQ and Interplay MVE multimedia...