summaryrefslogtreecommitdiffstats
path: root/libavcodec/chomp_bsf.c
Commit message (Collapse)AuthorAgeFilesLines
* lavc: add a new bitstream filtering APIAnton Khirnov2016-03-201-13/+16
| | | | Deprecate the current bitstream filtering API.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
| | | | | | | None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Replace '\0 bytes' by 'NULL bytes' in Doxygen comments.Diego Biurrun2010-07-021-1/+1
| | | | | | Doxygen mistakes the \ for the start of a Doxygen command. Originally committed as revision 23994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a chomp BSF to consume zero padding at the end of a packet.Alex Converse2010-05-191-0/+47
Originally committed as revision 23196 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud