summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-11-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-7/+95
2012-11-12wc3movie: set channel layoutJustin Ruggles1-0/+2
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-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-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-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-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-407/+558
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov55-218/+263
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer174-975/+1108
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov76-348/+348
2011-03-07avio: deprecate url_feofAnton Khirnov64-115/+116
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov90-347/+352
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov90-347/+352
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov107-1778/+1823
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov107-1778/+1823
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov140-834/+838
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-11-21WC3/xan: move palette handling to decoder, avoiding need forReimar Döffinger2-105/+117
2010-11-20Merge rotation into lookup table.Reimar Döffinger1-38/+34
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini17-29/+29
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-12-13Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer9-70/+91
2009-04-12Slightly improve/correct description of wc3_pal_lookupReimar Döffinger1-3/+3
2009-04-11Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign...Reimar Döffinger1-4/+4
2009-04-11wc3movie: return partial packets if not all data can be read.Reimar Döffinger1-4/+0
2009-04-11Explain the purpose of the wc3_pal_lookup and the formula that was used toReimar Döffinger1-1/+12
2009-04-11Use get_le32/get_be32 in wc3movie demuxer instead of reading everything intoReimar Döffinger1-36/+18
2009-03-04Fix a condition that causes an infinite loop, but only when compiled withMike Melanson1-1/+1
2009-02-26use new metadata API in wc3 demuxerAurelien Jacobs1-1/+4
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun82-3/+91
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni71-207/+206
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini102-162/+172
2008-03-01fix wc3movie demuxer to conform to the PTS APIMike Melanson1-4/+4
2007-12-011000l _reserved (found by checktree.sh)Michael Niedermayer1-2/+2
[next]