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
2008-09-03Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-07-07kill uninitialised variable warning in amr_read_packet()Måns Rullgård
2007-06-27remove empty write trailer functionsVitor Sessak
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2006-10-11unused #defineMichael Niedermayer
2006-10-11remove dummy amr_read_close()Michael Niedermayer
2006-10-11more factoriztaion and a FIXME noteMichael Niedermayer
2006-10-11factorze another 2 linesMichael Niedermayer
2006-10-11set duration and timebase (based on a patch by Simon Morlat simon.morlat linp...Michael Niedermayer
2006-10-11factorize (untested)Michael Niedermayer
2006-10-11return cleanupMichael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27fix some signedness warningsMåns Rullgård
2006-08-08Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-01-22Place proper #ifdef around muxer-specific code.Gianluigi Tiesi
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
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-27AVPacket.posMichael Niedermayer
2005-04-24Put correct fourcc in tag field for amr_nb (samr) and amr_wb (sawb)Roberto Togni
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2003-09-29AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)Michael Niedermayer
2003-06-19amr typefix patch by (Johannes Carlsson <joca at rixmail dot se>)Johannes Carlsson
2003-06-06* amr format - by Johannes CarlssonZdenek Kabelac