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
2003-09-09update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?)Fabrice Bellard
2003-09-09CODEC_ID_MP3LAME is obsoleteFabrice Bellard
2003-08-28fixed audio frame buffering problem (should correct problems on some streams)...Fabrice Bellard
2003-08-25memmove fixes (Jon Burgess)Fabrice Bellard
2003-03-18merging a small amount of the changes from BroadQ, the rest is either not cle...Michael Niedermayer
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2003-01-21GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer
2003-01-19C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...Måns Rullgård
2002-12-03* two functions to handle allocation of static data more simpleZdenek Kabelac
2002-11-04vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>)Michael Niedermayer
2002-08-09* resync without endless loopZdenek Kabelac
2002-07-09new bitstream reader API (old get_bits() based one is emulated and will still...Michael Niedermayer
2002-06-03Minor warning cleanup.Falk Hüffner
2002-06-01fixed layer1/2 overflow if very loud sound - fixed broken free format decodin...Fabrice Bellard
2002-05-27* started to cleanup name clashes for onetime compilationZdenek Kabelac
2002-05-26removed invalid buffer handlingFabrice Bellard
2002-05-26license/copyright changeFabrice Bellard
2002-05-22fixed incorrect global gain - slightly increased precision of n^(4/3) tableFabrice Bellard
2002-05-21fixed one overflow problemFabrice Bellard
2002-05-19put all integer init code to compute n^(4/3) - memory alloc and header fixesFabrice Bellard
2002-04-15- Versions defined for libav/libavcodec.Juanjo
2002-04-08- Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo
2002-01-10another bitstream reader code (faster on intel cpus) - patch by Michael Niede...Michael Niedermayer
2001-10-31* fixed decoding busy loopZdenek Kabelac
2001-10-24* and finaly avoid deadlock at the end of audio streamZdenek Kabelac
2001-10-23* fixes to avoid crash when broken mp3 header is foundZdenek Kabelac
2001-10-23* simple fix to avoid memcpy with len < 0Zdenek Kabelac
2001-09-16added completely new mpeg audio decoder (integer only, free format support, l...Fabrice Bellard
2001-07-22Initial revisionFabrice Bellard