summaryrefslogtreecommitdiffstats
path: root/libavcodec/mjpeg2jpeg_bsf.c
Commit message (Collapse)AuthorAgeFilesLines
* lavc: add a new bitstream filtering APIAnton Khirnov2016-03-201-27/+42
| | | | Deprecate the current bitstream filtering API.
* build: Split JPEG-related tables off into a separate componentDiego Biurrun2015-03-301-1/+1
|
* avcodec: add missing includesVittorio Giovara2014-03-251-0/+4
|
* mjpeg: Rename some symbols to avpriv_* instead of ff_*Samuel Pitoiset2012-09-091-6/+6
| | | | | | These symbols will be used from the RTP/JPEG depacketizer. Signed-off-by: Martin Storsjö <martin@martin.st>
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-281-1/+0
|
* 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>
* MJPEG/AVI1 to JPEG/JFIF bitstream filter.Nicolas George2010-11-111-0/+113
Originally committed as revision 25721 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud