summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-27Merge commit '06ebc0bf9a6401733a4ce1310325de19f631819a'Michael Niedermayer2-3/+3
2013-09-26lavf: Allocate arrays with av_realloc if they will be realloced laterMartin Storsjö2-3/+3
2013-09-19avformat/concat: revert one hunk of 20dfab33f5ab61fc51de65192ed239f8b62782a2Michael Niedermayer1-2/+3
2013-09-19Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer18-110/+91
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova18-107/+92
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer42-491/+466
2011-12-01proto: Realign struct initializersMartin Storsjö6-28/+28
2011-12-01proto: Use .priv_data_size to allocate the private contextMartin Storsjö10-75/+29
2011-11-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer31-99/+405
2011-11-13avio: add support for passing options to protocols.Anton Khirnov18-38/+98
2011-11-13avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö18-40/+67
2011-04-09Merge remote branch 'qatar/master'Michael Niedermayer34-165/+249
2011-04-08lavf: use designated initializers for all protocolsAnton Khirnov11-117/+97
2011-04-05Merge remote branch 'qatar/master'Michael Niedermayer28-526/+660
2011-04-04avio: make url_filesize() internal.Anton Khirnov4-9/+14
2011-04-04avio: make url_close() internal.Anton Khirnov16-41/+46
2011-04-04avio: make url_seek() internal.Anton Khirnov5-27/+32
2011-04-04avio: make url_read() internal.Anton Khirnov11-23/+29
2011-04-04avio: make url_open() internal.Anton Khirnov15-35/+51
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
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-03-08Fix concat seeking SEEK_END case.Wolfram Gloger1-2/+2
2010-03-08Fix concat seek result.Wolfram Gloger1-1/+1
2010-02-07Implement a physical concatenation protocol.Michele Orrù5-1/+202