Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-01-15avcodec_decode_audio2()Michael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-03Document "us" parameter for PCM conversion functions.Reimar Döffinger
2005-09-02Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger
2005-02-14buffer overflowMichael Niedermayer
2004-11-06cbr audio muxing fixMichael Niedermayer
2004-05-21more data_size=0 cleanupMichael Niedermayer
2003-09-29simplerMichael Niedermayer
2003-03-06typos & cosmeticsMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-01-19C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...Måns Rullgård
2002-12-09AVVideoFrame -> AVFrameMichael Niedermayer
2002-09-07fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hot...Nikolai Zhubr
2002-05-27* started to cleanup name clashes for onetime compilationZdenek Kabelac
2002-05-26license/copyright changeFabrice Bellard
2002-05-19removed useless header includes - use av memory functionsFabrice Bellard
2002-05-14* Mea culpa: it seems that I broke encoding to 8-bit pcm files. This fixes it.Philip Gladstone
2002-05-09* Every frame is a key_framePhilip Gladstone
2001-09-23added pcm codecsFabrice Bellard