summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-02avcodec: use designated initializers for bitstream filtersPaul B Mahol11-36/+27
2013-07-16lavc/h264_mp4toannexb: improve feedback in case of invalid bitstreamStefano Sabatini1-3/+9
2013-06-16Merge commit '9e80eda26d06c7c48dbec5dfe643c857c62c0ee7'Michael Niedermayer1-1/+1
2013-06-16Merge commit '8d929afd256069aa881f2bf58ef9f0ffce2d6b7e'Michael Niedermayer1-63/+71
2013-06-16Merge commit '5d21ca45591bb1c1d2265f8ed972d18c563f145e'Michael Niedermayer1-32/+41
2013-06-15h264_mp4toannexb_bsf: return a padded bufferLuca Barbato1-1/+1
2013-06-15h264_mp4toannexb_bsf: factor out extradata parsingLuca Barbato1-68/+78
2013-06-15h264_mp4toannexb_bsf: K&R formatting cosmeticsLuca Barbato1-32/+41
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-03-21h264_mp4toannexb_bsf: use i instead of misusing unit_type.Michael Niedermayer1-2/+3
2012-03-21h264_mp4toannexb_bsf: support 24bit lengthsgs_gail1-8/+2
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-240/+851
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse91-92/+0
2011-12-29h264_mp4toannexb_filter: pass error code through.Michael Niedermayer1-5/+7
2011-04-08Cleanup 'Fix spurious warning when stream has SPS and PPS units.'Michael Niedermayer1-6/+2
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-15h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS units.Philip Langdale1-1/+4
2011-03-07reindent.Ronald S. Bultje1-3/+1
2011-03-07h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found.Sean McGovern1-2/+17
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2010-06-10Cosmetics: alignment and long line break.Benoit Fouet1-5/+6
2010-06-10Cosmetics: use and place braces correctly in if ... else statements.Benoit Fouet1-7/+6
2010-06-10Sanitize av_realloc() use in h264 mp4toannexb bistream filter.Benoit Fouet1-8/+21
2010-06-09Improve the mp4toannexb BSF to convert the extradata.Luca Abeni1-17/+12
2010-05-10Check NAL unit size to avoid reading past the buffer.Thomas Devanneaux1-1/+14
2009-05-13Add a quick description to the H.264 BSFAlex Converse1-0/+1
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun82-3/+91
2008-11-17Change email address to a valid one.Benoit Fouet1-1/+1
2008-01-09Fix a bug causing the generated stream to be corrupt if the bufferAndreas Öman1-2/+2
2007-09-06Add a bitstream filter for H.264.Benoit Fouet4-0/+157