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
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-04-20IndentMichael Niedermayer
2009-04-20Do not discard truncated packets.Michael Niedermayer
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-02cosmetics: Reformat long_names so that "PCM" comes first.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-15WORDS_BIGENDIAN must be checked with #ifdefAurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-09-02make pcm encoder setting bits_per_sample fieldBaptiste Coudurier
2008-08-24Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars ...Peter Ross
2008-08-20Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars d...Peter Ross
2008-08-19Add F64BE, F64LE and F64BE PCM codecs.Peter Ross
2008-08-19Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659.Peter Ross
2008-08-16Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byt...Peter Ross
2008-08-12Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of ...Peter Ross
2008-08-11Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs.Peter Ross
2008-08-07Add simpler/cleaner/faster F32BE encoding/decoding.Peter Ross
2008-08-07Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number o...Peter Ross
2008-08-07Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array b...Peter Ross
2008-08-04Simplify PCM codec; replace switch() statements with av_get_bits_per_sample().Peter Ross
2008-08-04Simplify PCM codec; use sample_fmts field to set the avctx->sample_fmt field.Peter Ross
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-07-26add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross
2008-07-05Add a note to remind people that new PCM/ADPCM formats need to be added toDiego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-17LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx netLars Täuber
2008-05-16Fix big-endian vs. little-endian typo.Diego Biurrun
2008-05-16Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it.Diego Biurrun
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-04-18cosmetics: Sort some lists alphabetically.Diego Biurrun
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constsMichael Niedermayer
2007-12-17Fix crash in PCM decoder when number of channels is not set.wg
2007-11-28cosmetics: alignmentAurelien Jacobs
2007-11-25add pcm_s16le_planar support for electronicarts filesAurelien Jacobs
2007-11-08split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODERAurelien Jacobs
2007-11-01remove useless #undefAurelien Jacobs
2007-07-30support silly PCM variant used by zork nemesisMichael Niedermayer
2007-05-10Revert r8979 (Ugly fix for r8963)Ramiro Polla
2007-05-10Fix r8963Ramiro Polla
2007-05-10Simplify ptr[0]; ptr++; to *ptr++Ramiro Polla
2007-05-10Use bytestreamRamiro Polla
2007-05-10Use AV_XX16 macrosRamiro Polla
2007-05-10Factorize usumRamiro Polla
2007-03-1410^10l to whoever wrote thisMichael Niedermayer
2007-02-09packets with half pcm samples are invalidMichael Niedermayer