summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-22nut: Fix unchecked allocationsDerek Buitenhuis4-4/+16
2013-05-16Merge commit 'd46c588f3cb1963a00e990ceaf4ba9ffa05a716d'Michael Niedermayer4-33/+21
2013-05-15Remove commented-out #includesDiego Biurrun2-4/+0
2013-05-06Merge commit '46c1917350f58dfab84e41919e6c02d43950db8c'Michael Niedermayer4-4/+6
2013-05-06nut: use a define for the nut versionLuca Barbato3-2/+4
2012-11-29Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer23-93/+87
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles18-16/+9
2012-10-30Merge commit '381dc1a5ec0925b281c573457c413ae643567086'Michael Niedermayer11-24/+47
2012-10-29nut: support textual dataLuca Barbato4-1/+14
2012-10-14Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520'Michael Niedermayer7-6/+47
2012-10-14Merge commit '1bd442c276e6688b43777a198cad0d7e3a92123f'Michael Niedermayer4-9/+11
2012-10-13nut: prioritize native tagsLuca Barbato22-405/+413
2012-10-13nut: support pcm codecs not mapped in aviLuca Barbato4-3/+34
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer77-293/+269
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun56-114/+114
2012-08-26nutenc: keep track of max_ptsMichael Niedermayer2-0/+7
2012-08-26nutenc: keep track if keyframe PTSMichael Niedermayer2-1/+20
2012-08-26nutenc: keep track of the written syncpoint countMichael Niedermayer2-0/+3
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-17nutenc: mux chapters.Anton Khirnov2-4/+67
2010-05-23Define ff_nut_video_tags and make Nut muxer and demuxer set it inStefano Sabatini4-1/+36
2010-03-28Fix NUT (de)muxer warnings:Vitor Sessak4-9/+13
2010-03-03Plug memory leak in NUT muxer and demuxerVitor Sessak8-3/+31
2010-02-24Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov4-10/+21
2008-12-13Remove misleading comment, _t is POSIX-reserved namespace.Diego Biurrun1-1/+1
2008-12-11Remove comment suggesting using variables ending in _t as this would break PO...Michael Niedermayer1-1/+1
2008-12-11remove _t for POSIX compatibility.Michael Niedermayer4-13/+13
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-01Revert r14497Michael Niedermayer12-14/+0
2008-08-01Add missing header #includes.Diego Biurrun12-0/+14
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-03-07Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov8-1/+102
2008-03-05Subtitle support. (untested)Michael Niedermayer4-2/+12
2008-02-15Elision header demuxing support.Michael Niedermayer2-5/+45
2008-02-13update flagsMichael Niedermayer1-0/+2
2007-10-30rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier6-12/+12
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-08-17spelling/wording cosmeticsDiego Biurrun3-17/+17
2007-08-10header repetitionMichael Niedermayer2-2/+10
2007-08-09move syncpoint cache related stuff to common fileMichael Niedermayer3-23/+25
2007-08-09move lsb2full to common fileMichael Niedermayer3-7/+9
2007-08-09move crc wrapper to slightly better spotMichael Niedermayer2-6/+5
2007-08-09move syncpoint timestamp resetting code to a common fileMichael Niedermayer4-12/+37
2007-08-09use a dynamic ByteIOContext instead of using the lavf bufferMichael Niedermayer2-48/+16
2007-08-09make StreamContext.time_base a pointerMichael Niedermayer3-16/+15
2007-08-09variables needed for muxerMichael Niedermayer1-2/+2
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-07-02Add missing comment markers to #endif directive.Diego Biurrun1-1/+1
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier51-51/+51
[next]