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
2012-04-16omadec: make sample rate table large enough to prevent out of array reading.Michael Niedermayer
2011-12-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-18omadec: split data that will be used in the muxer to a separate file.Anton Khirnov
2011-12-18lavf: rename oma.c -> omadec.cAnton Khirnov
2011-12-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-04oma: PCM supportDavid Goldwich
2011-12-04oma: better format detection with small probe bufferDavid Goldwich
2011-12-04oma: clearify ambiguous if conditionDavid Goldwich
2011-12-03oma: Fix out of array read.Michael Niedermayer
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-21oma: support for encrypted filesDavid Goldwich
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03Remove statements immediately following unconditional jumpsMans Rullgard
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-02oma: check avio_read() return valueMans Rullgard
2011-04-23Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-22Use av_log_ask_for_sample() to request samples from users.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-08-31move pcm demuxers to their own fileAurelien Jacobs
2010-06-17Add metadata support. Patch by Michael Karcher.Michael Karcher
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-17Fix indentation after r21257.Carl Eugen Hoyos
2010-01-17Support demuxing of Sony OpenMG files without metadata header.Michael Karcher
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-05-16oma: fix build if memcmp() is a macroMåns Rullgård
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-08-24Mark several libavformat arrays constReimar Döffinger
2008-08-24Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger
2008-06-25Add support for mp3 contained in omaBenjamin Larsson
2008-06-25Rearrange parameter logicBenjamin Larsson
2008-06-25Add more codec IDs and tags.Benjamin Larsson
2008-06-08Oma demuxerBenjamin Larsson