Anton Khirnov
|
f7fe41a04f
|
lavf: rename AVInputFormat.value to raw_codec_id.
It's only used by raw demuxers for storing the codec id.
|
2012-01-31 07:50:31 +01:00 |
|
Anton Khirnov
|
6f89efeaa7
|
lavc: use avpriv_ prefix for ff_ac3_parse_header.
It's used in lavf.
|
2011-10-20 21:06:58 +02:00 |
|
Anton Khirnov
|
dfc2c4d900
|
lavf: use designated initialisers for all (de)muxers.
It's more readable and less prone to breakage.
|
2011-07-17 06:58:37 +02:00 |
|
Mans Rullgard
|
2912e87a6c
|
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
2011-03-19 13:33:20 +00:00 |
|
Diego Elio Pettenò
|
c6610a216e
|
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
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.
|
2011-01-26 22:10:09 +00:00 |
|
Aurelien Jacobs
|
4ca31edcfe
|
split raw.c into rawdec.c and rawenc.c
Originally committed as revision 24997 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-08-30 23:16:35 +00:00 |
|
Aurelien Jacobs
|
9e0d82418b
|
move ac3/eac3 demuxer to its own file
Originally committed as revision 24983 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-08-29 22:02:47 +00:00 |
|