summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-13avformat/vocdec: return AVERROR_EOF when EOF is reachedPaul B Mahol1-1/+1
2013-09-16Merge commit '5bbfe193a0a41bd2adb648c8c3f6901a575734a2'Michael Niedermayer1-5/+5
2013-09-16vocdec: Don't update codec parameters mid-streamMartin Storsjö1-5/+5
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-324/+400
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun86-135/+135
2012-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer68-181/+174
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö63-156/+174
2012-03-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-83/+473
2012-03-03voc/avs: Do not change the sample rate mid-stream.Justin Ruggles2-16/+24
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer201-1069/+1983
2012-02-15libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö28-42/+42
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov129-202/+147
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-08-27vocdec: Take channel count into account when calculating bit rate.Reimar Döffinger1-1/+1
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-04-04Merge remote branch 'qatar/master'Michael Niedermayer74-637/+833
2011-04-03avio: introduce an AVIOContext.seekable fieldAnton Khirnov40-72/+91
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov76-348/+348
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov25-32/+37
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov87-391/+392
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov62-299/+299
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov107-1778/+1823
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2011-01-18Revise check for codec id in voc demuxer.Justin Ruggles1-13/+16
2011-01-18Fix bug in voc demuxer that was introduced in SVN r26309.Justin Ruggles1-1/+1
2011-01-11Do not crash for illegal sample size, fixes issue 2502.Daniel Kang2-3/+20
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra12-10/+16
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-11-24Determine VOC block length when length field is zero, fixes issue1538.Peter Ross2-1/+6
2009-06-22Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp28-136/+136
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun82-3/+91
2008-12-11avoid POSIX reserved _t suffixAurelien Jacobs6-27/+27
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni71-207/+206
2008-08-24Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger13-24/+24
2008-08-24voc: add ff_ prefix to some global const dataAurelien Jacobs4-10/+10
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini102-162/+172
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson89-825/+874
2007-07-19Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris4-5/+5
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris67-251/+251
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris42-105/+105
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-06-23remove useless empty functionAurelien Jacobs1-6/+0
[next]