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
2006-10-1710l inverted condition check generated an endless loopAurelien Jacobs
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-09-27fix some signedness warningsMåns Rullgård
2006-09-27remove useless memset()Måns Rullgård
2006-07-23Try to find out correct start time to make seeking faster and add someReimar Döffinger
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-25s/u_char/uint8_t/ accidentally copied from tcvpMåns Rullgård
2006-06-2510l: don't allocate a new buffer quite so oftenMåns Rullgård
2006-06-25cleaned up buffer managementMåns Rullgård
2006-06-16free codec extradata in av_close_input_fileMåns Rullgård
2006-06-04fix seek related bugsMåns Rullgård
2006-05-12set stream time_base properlyMåns Rullgård
2006-05-12ogm demuxingMåns Rullgård
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-05ogg format probe function by Ivo <ivop at euronet nl>Måns Rullgård
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-20don't try to find file length if streamingMåns Rullgård
2005-05-19drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs
2005-05-12flac in ogg supportMåns Rullgård
2005-05-11support theora in ogg, plus required ogg core changesMåns Rullgård
2005-04-12fix seeking bugMåns Rullgård
2005-04-10s/u_char/uint8_t/Måns Rullgård
2005-04-10pre-c99 compatibilityMåns Rullgård
2005-04-09Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>,Måns Rullgård