summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-04-14lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch27-33/+0
2013-02-05dvenc: dont fail hard if the timecode is invalidMichael Niedermayer1-2/+2
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer35-40/+41
2012-12-20miscellaneous typo fixesDiego Biurrun51-60/+61
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-153/+298
2012-08-18dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZEAnton Khirnov1-2/+4
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-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-257/+301
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-324/+400
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun56-75/+75
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun86-135/+135
2012-06-04timecode: move timecode muxer options to metadata.Clément Bœsch6-68/+35
2012-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer19-492/+591
2012-05-07dv: Split profile handling code into a separate file.Diego Biurrun7-356/+410
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-02-02dvenc: use new public timecode API.Clément Bœsch1-20/+12
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-27lavf: remove disabled FF_API_TIMESTAMP cruftAnton Khirnov6-30/+0
2011-12-12timecode: rename internal ff_* symbols to avpriv_*.Clément Bœsch7-19/+47
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer113-599/+860
2011-10-20lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov5-12/+12
2011-08-26fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini4-6/+37
2011-08-13fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini4-7/+38
2011-08-13dv: honor timecode in DV muxer.Clément Bœsch6-25/+39
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-14Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer27-259/+252
2011-07-13lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov6-21/+20
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer19-152/+187
2011-07-12lavf: deprecate AVFormatContext.timestampAnton Khirnov7-14/+71
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer129-1147/+2098
2011-07-03Do not include mathematics.h in avutil.hMans Rullgard54-1/+56
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov47-99/+104
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov59-1752/+1787
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2011-01-25Make dvenc.c functions static to the unit.Diego Elio Pettenò2-9/+4
2010-04-20Add missing internal.h #include for brktimegm(), fixes the warning:Diego Biurrun1-0/+2
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-10-16Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger6-263/+298
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer9-66/+72
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs154-749/+757
2009-01-07Remove inappropriate const qualifier from function argument, fixes the warning:Diego Biurrun2-2/+2
2008-10-24prettyprinting cosmeticsDiego Biurrun4-378/+389
[next]