]> git.sesse.net Git - ffmpeg/history - libavcodec/pcm.c
Add a note to remind people that new PCM/ADPCM formats need to be added to
[ffmpeg] / libavcodec / pcm.c
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
2004-05-21 Michael Niedermayermore data_size=0 cleanup
2003-09-28 Michael Niedermayersimpler
2003-03-06 Michael Niedermayertypos & cosmetics
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-19 Måns RullgårdC99 initializers and kill warnings patch by (mru at...
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-09-07 Nikolai Zhubrfixing overflow in 16->8 bit conversion, patch by ...
2002-05-27 Zdenek Kabelac* started to cleanup name clashes for onetime compilation
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-18 Fabrice Bellardremoved useless header includes - use av memory functions
2002-05-14 Philip Gladstone* Mea culpa: it seems that I broke encoding to 8-bit...
2002-05-09 Philip Gladstone* Every frame is a key_frame
2001-09-23 Fabrice Bellardadded pcm codecs