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 (Collapse)Author
2009-03-02cosmetics: Reformat long_names so that "PCM" comes first.Diego Biurrun
Originally committed as revision 17719 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-15WORDS_BIGENDIAN must be checked with #ifdefAurelien Jacobs
Originally committed as revision 16608 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches! Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-02make pcm encoder setting bits_per_sample fieldBaptiste Coudurier
Originally committed as revision 15150 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-24Upgrade 20/24-bit PCM DVD decoder use SAMPLE_FMT_S32. Patch supplied by lars ↵Peter Ross
dot taeuber at gmx dot net. Originally committed as revision 14931 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-20Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars ↵Peter Ross
dot taeuber at gmx dot net. Originally committed as revision 14864 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-19Add F64BE, F64LE and F64BE PCM codecs.Peter Ross
Originally committed as revision 14833 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-19Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659.Peter Ross
Originally committed as revision 14831 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-16Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine ↵Peter Ross
byte-order. Originally committed as revision 14784 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of ↵Peter Ross
samples. Originally committed as revision 14712 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-11Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs.Peter Ross
Originally committed as revision 14692 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-07Add simpler/cleaner/faster F32BE encoding/decoding.Peter Ross
Originally committed as revision 14660 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-07Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number ↵Peter Ross
of samples". Originally committed as revision 14659 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-07Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array ↵Peter Ross
bounds when input sample values are < 0. Originally committed as revision 14658 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-04Simplify PCM codec; replace switch() statements with av_get_bits_per_sample().Peter Ross
Originally committed as revision 14534 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-04Simplify PCM codec; use sample_fmts field to set the avctx->sample_fmt field.Peter Ross
Originally committed as revision 14533 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
Originally committed as revision 14482 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-26add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross
Originally committed as revision 14409 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-05Add a note to remind people that new PCM/ADPCM formats need to be added toDiego Biurrun
the Makefile as well to allow proper selective compilation. Originally committed as revision 14072 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-17LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx netLars Täuber
Originally committed as revision 13187 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-16Fix big-endian vs. little-endian typo.Diego Biurrun
Originally committed as revision 13181 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-16Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it.Diego Biurrun
Originally committed as revision 13179 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
Originally committed as revision 13069 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-18cosmetics: Sort some lists alphabetically.Diego Biurrun
Originally committed as revision 12886 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-01constsMichael Niedermayer
I have underestimated this a little, and these are just some ... Originally committed as revision 11708 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-17Fix crash in PCM decoder when number of channels is not set.wg
Patch by "wg": video06 malloc de See Issue298 Originally committed as revision 11249 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-28cosmetics: alignmentAurelien Jacobs
Originally committed as revision 11098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-25add pcm_s16le_planar support for electronicarts filesAurelien Jacobs
Originally committed as revision 11092 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-08split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODERAurelien Jacobs
Originally committed as revision 10946 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-01remove useless #undefAurelien Jacobs
Originally committed as revision 10897 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-30support silly PCM variant used by zork nemesisMichael Niedermayer
fixes audio decoding of T000A11C.AVI Originally committed as revision 9831 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-10Revert r8979 (Ugly fix for r8963)Ramiro Polla
Originally committed as revision 8983 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-10Fix r8963Ramiro Polla
Originally committed as revision 8979 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-10Simplify ptr[0]; ptr++; to *ptr++Ramiro Polla
Originally committed as revision 8965 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-10Use bytestreamRamiro Polla
Originally committed as revision 8964 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-10Use AV_XX16 macrosRamiro Polla
Originally committed as revision 8963 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-10Factorize usumRamiro Polla
Originally committed as revision 8960 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-1410^10l to whoever wrote thisMichael Niedermayer
Originally committed as revision 8394 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-09packets with half pcm samples are invalidMichael Niedermayer
Originally committed as revision 7900 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-15avcodec_decode_audio2()Michael Niedermayer
difference to avcodec_decode_audio() is that the user can pass the allocated size of the output buffer to the decoder and the decoder can check if theres enough space Originally committed as revision 7518 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-09-03Document "us" parameter for PCM conversion functions.Reimar Döffinger
Originally committed as revision 4550 to svn://svn.ffmpeg.org/ffmpeg/trunk