| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Use av_reallocp where suitable | Alexandra Khirnova | 2013-12-09 | 1 | -12/+9 |
* | h264_mp4toannexb_bsf: return a padded buffer | Luca Barbato | 2013-06-15 | 1 | -1/+1 |
* | h264_mp4toannexb_bsf: factor out extradata parsing | Luca Barbato | 2013-06-15 | 1 | -68/+78 |
* | h264_mp4toannexb_bsf: K&R formatting cosmetics | Luca Barbato | 2013-06-15 | 1 | -32/+41 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS units. | Philip Langdale | 2011-03-15 | 1 | -1/+4 |
* | reindent. | Ronald S. Bultje | 2011-03-07 | 1 | -3/+1 |
* | h264_mp3toannexb_bsg: don't crash, but warn, if PPS/SPS not found. | Sean McGovern | 2011-03-07 | 1 | -2/+17 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Cosmetics: alignment and long line break. | Benoit Fouet | 2010-06-10 | 1 | -5/+6 |
* | Cosmetics: use and place braces correctly in if ... else statements. | Benoit Fouet | 2010-06-10 | 1 | -7/+6 |
* | Sanitize av_realloc() use in h264 mp4toannexb bistream filter. | Benoit Fouet | 2010-06-10 | 1 | -8/+21 |
* | Improve the mp4toannexb BSF to convert the extradata. | Luca Abeni | 2010-06-09 | 1 | -17/+12 |
* | Check NAL unit size to avoid reading past the buffer. | Thomas Devanneaux | 2010-05-10 | 1 | -1/+14 |
* | Add a quick description to the H.264 BSF | Alex Converse | 2009-05-13 | 1 | -0/+1 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | Change email address to a valid one. | Benoit Fouet | 2008-11-17 | 1 | -1/+1 |
* | Fix a bug causing the generated stream to be corrupt if the buffer | Andreas Öman | 2008-01-09 | 1 | -2/+2 |
* | Add a bitstream filter for H.264. | Benoit Fouet | 2007-09-06 | 1 | -0/+154 |