Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 years ago |
Anton Khirnov
|
45a8a02a41
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
|
14 years ago |
Anton Khirnov
|
76aa876e69
avio: avio_ prefix for url_fsize
|
14 years ago |
Anton Khirnov
|
a2704c9712
avio: add avio_tell macro as a replacement for url_ftell
|
14 years ago |
Anton Khirnov
|
e356fc57a2
lavf: replace all uses of url_fskip with avio_seek
|
14 years ago |
Anton Khirnov
|
6b4aa5dac8
avio: avio_ prefix for url_fseek
|
14 years ago |
Anton Khirnov
|
b7effd4e83
avio: avio_ prefixes for get_* functions
|
14 years ago |
Luca Barbato
|
dfd2a005eb
Replace dprintf with av_dlog
|
14 years ago |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
14 years ago |
Stefano Sabatini
|
2ef6c1242a
Mark av_metadata_set() as deprecated, and use av_metadata_set2()
|
15 years ago |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
15 years ago |
Vitor Sessak
|
38beab19ab
Plug some memory leaks for truncated files
|
15 years ago |
Baptiste Coudurier
|
6aa333471c
return AVERROR(ENOMEM) if stream could not be allocated
|
15 years ago |
Kent Mein
|
b01c7b756e
check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot edu
|
15 years ago |
Aurelien Jacobs
|
feacba6c26
use new metadata API in r3d demuxer
|
16 years ago |
Baptiste Coudurier
|
7eb68edba7
R3D REDCODE demuxer
|
16 years ago |