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
2007-11-07Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun
2007-10-13simply buffer checks in vorbis_comment()Måns Rullgård
2007-10-13use bytestream_get_* in vorbis_comment()Måns Rullgård
2007-10-11check values more thoroughly in vorbis_header()Måns Rullgård
2007-10-11use bytestream_get_* in vorbis_header()Måns Rullgård
2007-10-11fix buffer overread with invalid Vorbis headerMåns Rullgård
2007-10-11remove duplicate Vorbis comment tag handlingMåns Rullgård
2007-06-24warnings--Måns Rullgård
2007-06-24whitespace cosmeticsMåns Rullgård
2007-06-24use AV_RL32Måns Rullgård
2007-06-24use more Vorbis metadata tagsMåns Rullgård
2007-06-24replace strncpy with av_strlcpyMåns Rullgård
2006-09-27fix some signedness warningsMåns Rullgård
2006-05-12set stream time_base properlyMåns Rullgård
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-13change extradata format for vorbisMåns Rullgård
2005-04-10s/u_char/uint8_t/Måns Rullgård
2005-04-09Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>,Måns Rullgård