Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-21avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size checkMichael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-26libavcodec/h264_mp4toannexb_bsf.c: Optional argument "private_spspps_buf" to ...Ivan Uskov
2014-10-05avcodec/h264_mp4toannexb_bsf: reset the new IDR flag when SPS/PPS is seen.Benoit Fouet
2014-09-30avcodec/h264_mp4toannexb_bsf: use the given padding in h264_extradata_to_anne...Benoit Fouet
2014-09-30avcodec/h264_mp4toannexb_bsf: add a case when only SPS/PPS is in the stream.Benoit Fouet
2014-08-01h264_mp4toannexb_bsf: rename first_idr to new_idrBenoit Fouet
2014-08-01h264_mp4toannexb_bsf: always set idr_sps_pps_seen when SPS/PPS is seen.Benoit Fouet
2014-07-31h264_mp4toannexb_bsf: account for consecutive IDR pictures.Benoit Fouet
2014-07-27avcodec/h264_mp4toannexb_bsf: fix issue when sps/pps are already in the bistreamChris \"Koying\" Browet
2014-03-26avcodec/h264_mp4toannexb_bsf: prepend global headers before any in stream par...Michael Niedermayer
2013-12-09Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer
2013-12-09avcodec: Use av_reallocp where suitableAlexandra Khirnova
2013-10-02avcodec: use designated initializers for bitstream filtersPaul B Mahol
2013-07-17lavc/h264_mp4toannexb: improve feedback in case of invalid bitstreamStefano Sabatini
2013-06-17Merge commit '9e80eda26d06c7c48dbec5dfe643c857c62c0ee7'Michael Niedermayer
2013-06-17Merge commit '8d929afd256069aa881f2bf58ef9f0ffce2d6b7e'Michael Niedermayer
2013-06-17Merge commit '5d21ca45591bb1c1d2265f8ed972d18c563f145e'Michael Niedermayer
2013-06-15h264_mp4toannexb_bsf: return a padded bufferLuca Barbato
2013-06-15h264_mp4toannexb_bsf: factor out extradata parsingLuca Barbato
2013-06-15h264_mp4toannexb_bsf: K&R formatting cosmeticsLuca Barbato
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-03-22h264_mp4toannexb_bsf: use i instead of misusing unit_type.Michael Niedermayer
2012-03-22h264_mp4toannexb_bsf: support 24bit lengthsgs_gail
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-12-30h264_mp4toannexb_filter: pass error code through.Michael Niedermayer
2011-04-08Cleanup 'Fix spurious warning when stream has SPS and PPS units.'Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-15h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS units.Philip Langdale
2011-03-07reindent.Ronald S. Bultje
2011-03-07h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found.Sean McGovern
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-06-10Cosmetics: alignment and long line break.Benoit Fouet
2010-06-10Cosmetics: use and place braces correctly in if ... else statements.Benoit Fouet
2010-06-10Sanitize av_realloc() use in h264 mp4toannexb bistream filter.Benoit Fouet
2010-06-09Improve the mp4toannexb BSF to convert the extradata.Luca Abeni
2010-05-10Check NAL unit size to avoid reading past the buffer.Thomas Devanneaux
2009-05-13Add a quick description to the H.264 BSFAlex Converse
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-11-17Change email address to a valid one.Benoit Fouet
2008-01-09Fix a bug causing the generated stream to be corrupt if the bufferAndreas Öman
2007-09-06Add a bitstream filter for H.264.Benoit Fouet