summaryrefslogtreecommitdiffstats
path: root/libavformat/rawdec.c
Commit message (Collapse)AuthorAgeFilesLines
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-051-4/+0
| | | | | | It's simpler and less error-prone. Fixes some memleaks along the way.
* rawdec: add framerate private option.Anton Khirnov2011-06-041-18/+30
|
* rawdec: initialize return value to 0.Anton Khirnov2011-06-031-1/+1
|
* rawdec: don't leak option strings.Anton Khirnov2011-06-031-1/+0
|
* rawdec: add a pixel_format private option.Anton Khirnov2011-05-271-10/+19
|
* rawdec: factor video demuxer definitions into a macro.Anton Khirnov2011-05-271-21/+2
|
* rawdec: add video_size private option.Anton Khirnov2011-05-271-3/+37
|
* lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov2011-05-251-0/+2
|
* rawdec: add sample_rate/channels private options.Anton Khirnov2011-05-251-5/+31
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* avio: make get_partial_buffer internal.Anton Khirnov2011-02-211-1/+2
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-7/+7
| | | | | This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts.
* Add a muxer and demuxer for raw G.722Martin Storsjö2010-09-091-0/+14
| | | | Originally committed as revision 25087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-301-0/+221
Originally committed as revision 24997 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud