aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rawdec.c
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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.
* | Set start_time to 0 for raw audio files.Reimar Döffinger2011-04-251-0/+1
| | | | | | | | | | None of the raw audio files have timestamps, thus setting start_time to 0 should be reasonable.
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-1/+1
| | | | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit a2704c9712ad35cc22e7e0d8a79b581c07fa383b)
* | avio: make get_partial_buffer internal.Anton Khirnov2011-02-221-1/+2
| | | | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit b3db9ceef13037f2b6963a84b7abf8871a1e0f8a)
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-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. (cherry picked from commit c6610a216ed2948885772154a2eed696e0cb4aca)
* 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