Anton Khirnov
|
ebb92e0768
|
avio: rename url_fopen/fclose -> avio_open/close.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 22a3212e32 )
|
2011-02-23 18:22:03 +01:00 |
|
Anton Khirnov
|
0ebf475494
|
lavf: add av_ prefix to dump_format()
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 610219a598 )
|
2011-02-18 19:52:28 +01:00 |
|
Stefano Sabatini
|
5d6e4c160a
|
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
SampleFormat with AVSampleFormat.
Originally committed as revision 25730 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-11-12 11:04:40 +00:00 |
|
Ramiro Polla
|
1f1916cea2
|
output-example: Set sample_fmt to SAMPLE_FMT_S16.
Originally committed as revision 23597 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-06-14 07:05:59 +00:00 |
|
Jean-Daniel Dupas
|
cc947f04cc
|
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Patch by Jean-Daniel Dupas, devlists shadowlab org
Originally committed as revision 22744 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-03-31 12:29:58 +00:00 |
|
Stefano Sabatini
|
72415b2adb
|
Define AVMediaType enum, and use it instead of enum CodecType, which
is deprecated and will be dropped at the next major bump.
Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-03-30 23:30:55 +00:00 |
|
Stefano Sabatini
|
54a4f36d6e
|
Remove conditional M_PI definition, it is already defined in
libavutil/mathematics.h indirectly included by libavformat/avformat.h.
Originally committed as revision 21388 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-01-22 23:16:23 +00:00 |
|
Martin Storsjö
|
a52ce57d4e
|
Replace deprecated guess_format() with av_guess_format().
Patch by Martin Storsjö reverse(<ts.nitram@nitram>).
Originally committed as revision 21387 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-01-22 23:09:08 +00:00 |
|
Martin Storsjö
|
073189917e
|
Make output-example.c handle AAC audio.
Patch by Martin Storsjö martin martin st
Originally committed as revision 21367 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2010-01-21 17:10:13 +00:00 |
|
Ramiro Polla
|
c15508dc93
|
Use enums instead of int.
Originally committed as revision 19568 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-08-02 17:42:40 +00:00 |
|
Diego Biurrun
|
d95a0c67ae
|
Move output_example.c --> libavformat/output-example.c.
The libavformat directory is a better place for a libavformat API example.
Originally committed as revision 18199 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2009-03-27 00:01:06 +00:00 |
|