]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/pcm.c
Started attempt to fix seek handling - still not completed
[frescor/ffmpeg.git] / libavcodec / pcm.c
2009-04-19 michaelIndent
2009-04-19 michaelDo not discard truncated packets.
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-02 diegocosmetics: Reformat long_names so that "PCM" comes...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-14 aurelWORDS_BIGENDIAN must be checked with #ifdef
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-09-01 bcouduriermake pcm encoder setting bits_per_sample field
2008-08-23 prossUpgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32...
2008-08-20 prossFix PCM DVD divide by zero bug introduced in r14659...
2008-08-19 prossAdd F64BE, F64LE and F64BE PCM codecs.
2008-08-19 prossFix PCM_S16LE_PLANAR channel-address calculation bug...
2008-08-16 prossUse memcpy() for PCM S16/S32 codecs when codec byte...
2008-08-12 prossFix CODEC_ID_PCM_U8 decoder output size calculation...
2008-08-11 prossApply PCM ENCODE/DECODE() macros to the S/U,8/24/32...
2008-08-07 prossAdd simpler/cleaner/faster F32BE encoding/decoding.
2008-08-07 prossSimplify PCM codec; change 'n' in pcm_decode_frame...
2008-08-07 prossPrevent DAUD PCM encoder from fetching values outside...
2008-08-04 prossSimplify PCM codec; replace switch() statements with...
2008-08-04 prossSimplify PCM codec; use sample_fmts field to set the...
2008-07-31 prossModify all codecs to report their supported input and...
2008-07-26 prossadd CODEC_ID_PCM_F32BE (32-bit floating point PCM big...
2008-07-05 diegoAdd a note to remind people that new PCM/ADPCM formats...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-17 diegoLPCM 24 bits support, patch by Lars Täuber, lars.taeube...
2008-05-16 diegoFix big-endian vs. little-endian typo.
2008-05-16 diegoAdd PCM codec long names; by Stefano Sabatini, stefano...
2008-05-06 diegoRemove unnecessary parentheses from return calls.
2008-04-17 diegocosmetics: Sort some lists alphabetically.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-01 michaelconsts
2007-12-17 benoitFix crash in PCM decoder when number of channels is...
2007-11-27 aurelcosmetics: alignment
2007-11-25 aureladd pcm_s16le_planar support for electronicarts files
2007-11-07 aurelsplit definition of PCM_CODEC into PCM_ENCODER and...
2007-11-01 aurelremove useless #undef
2007-07-30 michaelsupport silly PCM variant used by zork nemesis
2007-05-10 ramiroRevert r8979 (Ugly fix for r8963)
2007-05-10 ramiroFix r8963
2007-05-09 ramiroSimplify ptr[0]; ptr++; to *ptr++
2007-05-09 ramiroUse bytestream
2007-05-09 ramiroUse AV_XX16 macros
2007-05-09 ramiroFactorize usum
2007-03-13 michael10^10l to whoever wrote this
2007-02-09 michaelpackets with half pcm samples are invalid
2007-01-14 michaelavcodec_decode_audio2()
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-02 reimarDocument "us" parameter for PCM conversion functions.
2005-09-02 reimarSupport de-/encoding of 24 and 32 bit PCM (from and...
2005-02-13 michaelbuffer overflow
2004-11-06 michaelcbr audio muxing fix
2004-05-21 michaelmore data_size=0 cleanup
2003-09-28 michaelnisimpler
2003-03-06 michaelnitypos & cosmetics
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-01-19 michaelniC99 initializers and kill warnings patch by (mru at...
2002-12-09 michaelniAVVideoFrame -> AVFrame
2002-09-07 michaelnifixing overflow in 16->8 bit conversion, patch by ...
2002-05-27 kabi* started to cleanup name clashes for onetime compilation
2002-05-25 glantaulicense/copyright change
2002-05-18 glantauremoved useless header includes - use av memory functions
2002-05-14 philipjsg* Mea culpa: it seems that I broke encoding to 8-bit...
2002-05-09 philipjsg* Every frame is a key_frame
2001-09-23 glantauadded pcm codecs