Michael Niedermayer
|
8bc7fe4daf
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
cd3716b9aa
Replace all uses of av_close_input_file() with avformat_close_input().
|
13 years ago |
Michael Niedermayer
|
9d76cf0b18
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
c3f9ebf743
lavf: make av_set_pts_info private.
|
13 years ago |
Michael Niedermayer
|
78d7d8fe91
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Michael Niedermayer
|
5ea091fb5a
rtpdec_asf: Fix integer underflow that could allow remote code execution
|
13 years ago |
Michael Niedermayer
|
a2b66a366d
rtpdec_asf: fix memleak
|
13 years ago |
Michael Niedermayer
|
ba9a7e0d71
rtp: Fix integer underflow that could allow remote code execution.
|
13 years ago |
Michael Niedermayer
|
2905e3ff64
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
603b8bc2a1
Deprecate av_open_input_* and remove their uses.
|
13 years ago |
Michael Niedermayer
|
f9ecb849ef
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
d2d67e424f
Remove all uses of now deprecated metadata functions.
|
13 years ago |
Michael Niedermayer
|
7b376b398a
Merge remote branch 'qatar/master'
|
13 years ago |
Martin Storsjö
|
9261e6cf3f
rtp: Rename the open/close functions to alloc/free
|
13 years ago |
Michael Niedermayer
|
2cae9809e2
Merge remote branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
6dc7d80de7
avio: avio_ prefix for url_close_dyn_buf
|
13 years ago |
Anton Khirnov
|
b92c545282
avio: avio_ prefix for url_open_dyn_buf
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Anton Khirnov
|
45a8a02a41
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
|
13 years ago |
Anton Khirnov
|
a2704c9712
avio: add avio_tell macro as a replacement for url_ftell
|
13 years ago |
Anton Khirnov
|
e356fc57a2
lavf: replace all uses of url_fskip with avio_seek
|
13 years ago |
Anton Khirnov
|
77eb5504d3
avio: avio: avio_ prefixes for put_* functions
|
13 years ago |
Anton Khirnov
|
b7effd4e83
avio: avio_ prefixes for get_* functions
|
13 years ago |
Anton Khirnov
|
e731b8d872
avio: move init_put_byte() to a new private header and rename it
|
13 years ago |
Anton Khirnov
|
ae628ec1fd
avio: rename ByteIOContext to AVIOContext.
|
13 years ago |
Mans Rullgard
|
44adbebe17
Remove final semicolon from some macros
|
13 years ago |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 years ago |
Ronald S. Bultje
|
06ed024d4f
Copy metadata from ASF files contained in RTSP streams from ASF to RTSP layer,
|
14 years ago |
Ronald S. Bultje
|
afbc4d2dac
Prevent overflow on random input.
|
14 years ago |
Martin Storsjö
|
965a3ddb1f
Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file
|
14 years ago |
Martin Storsjö
|
4f5340a0b1
Reindent, rewrap long comment lines to keep line length below 80 chars
|
14 years ago |
Martin Storsjö
|
bcc4cb4681
rtpdec_asf: Handle RTSP-MS packet splitting
|
14 years ago |
Martin Storsjö
|
a16ebd40d8
rtpdec_asf: Include lavu headers using quotes instead of angle brackets
|
14 years ago |
Martin Storsjö
|
0fca8d24ee
rtpdec_asf: Propagate errors from the chained av_open_input_stream
|
14 years ago |
Eli Friedman
|
9b1947c7f2
Fix implicit cast warning
|
14 years ago |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
14 years ago |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
14 years ago |
Martin Storsjö
|
f65919af7e
Rename RTP depacketizer files from rtp_* to rtpdec_*
|
14 years ago |