summaryrefslogtreecommitdiff
path: root/libavcodec/h264_mp4toannexb_bsf.c
Commit message (Expand)AuthorAge
* Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer2013-12-09
|\
| * avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-09
* | avcodec: use designated initializers for bitstream filtersPaul B Mahol2013-10-02
* | lavc/h264_mp4toannexb: improve feedback in case of invalid bitstreamStefano Sabatini2013-07-17
* | Merge commit '9e80eda26d06c7c48dbec5dfe643c857c62c0ee7'Michael Niedermayer2013-06-16
|\|
| * h264_mp4toannexb_bsf: return a padded bufferLuca Barbato2013-06-15
* | Merge commit '8d929afd256069aa881f2bf58ef9f0ffce2d6b7e'Michael Niedermayer2013-06-16
|\|
| * h264_mp4toannexb_bsf: factor out extradata parsingLuca Barbato2013-06-15
* | Merge commit '5d21ca45591bb1c1d2265f8ed972d18c563f145e'Michael Niedermayer2013-06-16
|\|
| * h264_mp4toannexb_bsf: K&R formatting cosmeticsLuca Barbato2013-06-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | h264_mp4toannexb_bsf: use i instead of misusing unit_type.Michael Niedermayer2012-03-21
* | h264_mp4toannexb_bsf: support 24bit lengthsgs_gail2012-03-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-29
|\|
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | h264_mp4toannexb_filter: pass error code through.Michael Niedermayer2011-12-29
* | Cleanup 'Fix spurious warning when stream has SPS and PPS units.'Michael Niedermayer2011-04-08
|/
* h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS units.Philip Langdale2011-03-15
* reindent.Ronald S. Bultje2011-03-07
* h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found.Sean McGovern2011-03-07
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Cosmetics: alignment and long line break.Benoit Fouet2010-06-10
* Cosmetics: use and place braces correctly in if ... else statements.Benoit Fouet2010-06-10
* Sanitize av_realloc() use in h264 mp4toannexb bistream filter.Benoit Fouet2010-06-10
* Improve the mp4toannexb BSF to convert the extradata.Luca Abeni2010-06-09
* Check NAL unit size to avoid reading past the buffer.Thomas Devanneaux2010-05-10
* Add a quick description to the H.264 BSFAlex Converse2009-05-13
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Change email address to a valid one.Benoit Fouet2008-11-17
* Fix a bug causing the generated stream to be corrupt if the bufferAndreas Öman2008-01-09
* Add a bitstream filter for H.264.Benoit Fouet2007-09-06