summaryrefslogtreecommitdiff
path: root/libavcodec/h264_mp4toannexb_bsf.c
Commit message (Collapse)AuthorAge
* Check NAL unit size to avoid reading past the buffer.Thomas Devanneaux2010-05-10
| | | | | | | | This fixes issue1907 Patch by Thomas Devanneaux gmail(thomdev) Originally committed as revision 23078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a quick description to the H.264 BSFAlex Converse2009-05-13
| | | | Originally committed as revision 18809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change email address to a valid one.Benoit Fouet2008-11-17
| | | | Originally committed as revision 15848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a bug causing the generated stream to be corrupt if the bufferAndreas Ă–man2008-01-09
| | | | | | | | contains NAL units previous to the IDR where the SPS/PPS was inserted. Ok:ed by Benoit on irc. Originally committed as revision 11482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a bitstream filter for H.264.Benoit Fouet2007-09-06
Originally committed as revision 10422 to svn://svn.ffmpeg.org/ffmpeg/trunk