]> git.sesse.net Git - ffmpeg/history - libavcodec/pcm.c
aacdec: Drop some unused function arguments
[ffmpeg] / libavcodec / pcm.c
2012-10-22 Mans Rullgardpcm: define AVCodec instances only for enabled codecs
2012-10-12 Diego BiurrunMove av_reverse table to libavcodec
2012-10-09 Justin Rugglespcmdec: use planar sample format for pcm_lxf
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-17 Mans Rullgardpcmenc: set correct bitrate value
2012-04-04 Aneesh Dograpcm: K&R formatting cosmetics
2012-02-25 Justin Rugglescheck for coded_frame allocation failure in several...
2012-02-25 Justin Rugglesaudio encoders: do not set coded_frame->key_frame.
2012-02-01 Justin Rugglespcmenc: Do not set avpkt->size.
2012-01-16 Justin Rugglespcmenc: use AVCodec.encode2()
2012-01-16 Justin Rugglesavcodec: Add avcodec_encode_audio2() as replacement...
2012-01-11 Justin Rugglespcmenc: set frame_size to 0.
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-23 Justin Rugglespcmdec: remove unneeded resetting of samples pointer
2011-10-26 Justin Rugglespcmdec: fix output buffer size check by calculating...
2011-10-26 Justin Rugglespcmdec: move codec-specific variable declarations to...
2011-10-26 Justin Rugglespcmdec: return buf_size instead of src-buf.
2011-10-26 Justin Rugglesavcodec: remove the Zork PCM encoder.
2011-10-26 Justin Rugglespcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting...
2011-10-26 Justin Rugglespcmenc: remove unneeded sample_fmt check.
2011-10-26 Justin Rugglespcmdec: move number of channels check to pcm_decode_init()
2011-10-26 Justin Rugglespcmdec: remove unnecessary check for sample_fmt change
2011-10-26 Justin Rugglespcmdec: move DVD PCM bits_per_coded_sample check near...
2011-10-26 Justin Rugglespcmdec: do not needlessly set *data_size to 0
2011-10-13 Mans Rullgardpcm: reduce pointer type casting
2011-07-03 Mans RullgardRemove statements immediately following unconditional...
2011-04-19 Diego Biurrunpcm: Add const to cast in ENCODE macro.
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...
2011-01-25 Diego Elio PettenòDon't declare a pcm_dvd encoder.
2011-01-11 Daniel KangDo not crash for illegal sample size, fixes issue 2502.
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-10-01 Tomas HärdinAdd pcm_lxf, a decoder for the 20-bit planar PCM format...
2010-07-24 Reimar DöffingerUse "const" qualifier for pointers that point to input...
2010-07-16 Peter RossUse designated initialisers for pcm codec struct
2010-06-10 Justin RugglesSet bits_per_raw_sample in the pcm decoder.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-01 Reimar DöffingerAllow hardcoding of ulaw and alaw tables.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-11-09 Francesco LavraMove ff_reverse in libavcodec to av_reverse in libavutil.
2009-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-04-19 Michael NiedermayerIndent
2009-04-19 Michael NiedermayerDo not discard truncated packets.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-02 Diego Biurruncosmetics: Reformat long_names so that "PCM" comes...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-14 Aurelien JacobsWORDS_BIGENDIAN must be checked with #ifdef
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-09-01 Baptiste Couduriermake pcm encoder setting bits_per_sample field
2008-08-23 Peter RossUpgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32...
2008-08-20 Peter RossFix PCM DVD divide by zero bug introduced in r14659...
2008-08-19 Peter RossAdd F64BE, F64LE and F64BE PCM codecs.
2008-08-19 Peter RossFix PCM_S16LE_PLANAR channel-address calculation bug...
2008-08-16 Peter RossUse memcpy() for PCM S16/S32 codecs when codec byte...
2008-08-12 Peter RossFix CODEC_ID_PCM_U8 decoder output size calculation...
2008-08-11 Peter RossApply PCM ENCODE/DECODE() macros to the S/U,8/24/32...
2008-08-07 Peter RossAdd simpler/cleaner/faster F32BE encoding/decoding.
2008-08-07 Peter RossSimplify PCM codec; change 'n' in pcm_decode_frame...
2008-08-07 Peter RossPrevent DAUD PCM encoder from fetching values outside...
2008-08-04 Peter RossSimplify PCM codec; replace switch() statements with...
2008-08-04 Peter RossSimplify PCM codec; use sample_fmts field to set the...
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-26 Peter Rossadd CODEC_ID_PCM_F32BE (32-bit floating point PCM big...
2008-07-05 Diego BiurrunAdd a note to remind people that new PCM/ADPCM formats...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-17 Lars TäuberLPCM 24 bits support, patch by Lars Täuber, lars.taeube...
2008-05-16 Diego BiurrunFix big-endian vs. little-endian typo.
2008-05-16 Diego BiurrunAdd PCM codec long names; by Stefano Sabatini, stefano...
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-04-17 Diego Biurruncosmetics: Sort some lists alphabetically.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconsts
2007-12-17 wgFix crash in PCM decoder when number of channels is...
2007-11-27 Aurelien Jacobscosmetics: alignment
2007-11-25 Aurelien Jacobsadd pcm_s16le_planar support for electronicarts files
2007-11-07 Aurelien Jacobssplit definition of PCM_CODEC into PCM_ENCODER and...
2007-11-01 Aurelien Jacobsremove useless #undef
2007-07-30 Michael Niedermayersupport silly PCM variant used by zork nemesis
2007-05-10 Ramiro PollaRevert r8979 (Ugly fix for r8963)
2007-05-10 Ramiro PollaFix r8963
2007-05-09 Ramiro PollaSimplify ptr[0]; ptr++; to *ptr++
2007-05-09 Ramiro PollaUse bytestream
2007-05-09 Ramiro PollaUse AV_XX16 macros
2007-05-09 Ramiro PollaFactorize usum
2007-03-13 Michael Niedermayer10^10l to whoever wrote this
2007-02-09 Michael Niedermayerpackets with half pcm samples are invalid
2007-01-14 Michael Niedermayeravcodec_decode_audio2()
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-02 Reimar DöffingerDocument "us" parameter for PCM conversion functions.
2005-09-02 Reimar DöffingerSupport de-/encoding of 24 and 32 bit PCM (from and...
2005-02-13 Michael Niedermayerbuffer overflow
2004-11-06 Michael Niedermayercbr audio muxing fix
next