Clément Bœsch
|
215b7724e7
|
lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().
|
2011-12-03 03:24:32 +01:00 |
|
Clément Bœsch
|
c142e2a00f
|
Rename remaining get_le16 to avio_rl16.
|
2011-11-14 07:22:31 +01:00 |
|
Clément Bœsch
|
49651063da
|
Use AVIOContext.seekable instead of deprecated url_is_streamed.
|
2011-11-14 07:22:31 +01:00 |
|
Clément Bœsch
|
7b79305a47
|
Rename remaining url_fskip to avio_skip.
|
2011-11-14 07:22:31 +01:00 |
|
Clément Bœsch
|
b04ee90043
|
Rename remaining av_metadata_set2 to av_dict_set.
|
2011-11-14 07:22:31 +01:00 |
|
Clément Bœsch
|
055cda8acc
|
Rename remaining get_byte to avio_r8.
|
2011-11-14 07:22:31 +01:00 |
|
Clément Bœsch
|
f3c47e4100
|
Rename remaining url_fsize to avio_size.
|
2011-11-14 07:22:31 +01:00 |
|
Clément Bœsch
|
53d70a334a
|
Rename remaining get_buffer to avio_read.
|
2011-11-14 07:22:30 +01:00 |
|
Clément Bœsch
|
39edfcc9e8
|
Rename remaining url_fseek to avio_seek.
|
2011-11-14 07:22:30 +01:00 |
|
Clément Bœsch
|
eef3ea8c71
|
Rename remaining ByteIOContext to AVIOContext.
|
2011-11-14 07:22:30 +01:00 |
|
Clément Bœsch
|
0e5ecd806e
|
Replace remaining av_new_stream() with avformat_new_stream().
|
2011-11-05 15:07:19 +01:00 |
|
Michael Niedermayer
|
658c5209fb
|
idf: Improve idf_probe() so it doesnt succeed on 0 byte input
|
2011-10-16 02:38:02 +02:00 |
|
Nicolas George
|
4a14dd76cf
|
bintext: remove unused variable.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-09-28 16:11:01 +02:00 |
|
Aurelien Jacobs
|
c894449fc4
|
act, bintext, wtvenc: use named struct initializers
|
2011-09-26 00:22:41 +02:00 |
|
Peter Ross
|
07a70caba7
|
Binary text decoder
Decoder and demuxer for various binary text formats.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2011-09-16 05:53:14 +02:00 |
|