summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-30Merge commit '23d0fdcf6f30843fc3f14084d80581f1ca10f1f3'Michael Niedermayer3-3/+27
2013-09-29Add support for multichannel ATRAC3+ streams.Maxim Poliakovski3-3/+28
2013-04-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer2-5/+14
2013-03-31oma: Validate sample ratesLuca Barbato3-6/+15
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-04-16omadec: make sample rate table large enough to prevent out of array reading.Michael Niedermayer2-2/+2
2011-12-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-528/+640
2011-12-18omadec: split data that will be used in the muxer to a separate file.Anton Khirnov4-24/+78
2011-12-18lavf: rename oma.c -> omadec.cAnton Khirnov2-1/+1
2011-12-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer19-1559/+1784
2011-12-04oma: PCM supportDavid Goldwich2-3/+15
2011-12-04oma: better format detection with small probe bufferDavid Goldwich1-5/+11
2011-12-04oma: clearify ambiguous if conditionDavid Goldwich1-2/+2
2011-12-03oma: Fix out of array read.Michael Niedermayer1-3/+6
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer146-468/+570
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov139-205/+338
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer181-256/+1021
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov101-129/+129
2011-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer22-173/+644
2011-09-21oma: support for encrypted filesDavid Goldwich1-14/+255
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer150-2033/+1488
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov132-1466/+1311
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer129-1147/+2098
2011-07-03Remove statements immediately following unconditional jumpsMans Rullgard10-12/+0
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer70-897/+1031
2011-06-02oma: check avio_read() return valueMans Rullgard1-0/+2
2011-04-22Merge remote branch 'qatar/master'Michael Niedermayer9-21/+29
2011-04-22Use av_log_ask_for_sample() to request samples from users.Diego Biurrun5-6/+11
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov107-1778/+1823
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov107-1778/+1823
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov21-39/+55
2010-08-30move pcm demuxers to their own fileAurelien Jacobs15-121/+251
2010-06-17Add metadata support. Patch by Michael Karcher.Michael Karcher2-26/+25
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2010-01-17Fix indentation after r21257.Carl Eugen Hoyos1-8/+8
2010-01-17Support demuxing of Sony OpenMG files without metadata header.Michael Karcher1-1/+8
2009-06-22Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp28-136/+136
2009-05-16oma: fix build if memcmp() is a macroMåns Rullgård1-2/+2
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-08-24Mark several libavformat arrays constReimar Döffinger4-7/+7
2008-08-24Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger13-24/+24
2008-06-25Add support for mp3 contained in omaBenjamin Larsson1-0/+4
2008-06-25Rearrange parameter logicBenjamin Larsson1-14/+16
2008-06-25Add more codec IDs and tags.Benjamin Larsson1-0/+4
[next]