71 Commits (2ac5a1a28ece31cbe33ff2688aad6bfba0edcf73)

Author SHA1 Message Date
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Vittorio Giovara 4733a12dd1 rtpdec_asf: Check memory allocation and free memory on error 10 years ago
Michael Niedermayer 445a02b1ec avformat/rtpdec_asf: Fix potential pointer overflow 10 years ago
Martin Storsjö 15621cbbe4 rtpdec_asf: Don't set RTP_FLAG_KEY 10 years ago
Martin Storsjö 1dc19729e9 rtpdec_asf: Don't free the payload context in the .close function 10 years ago
Martin Storsjö d594dbecce rtpdec: Rename the free method to close 10 years ago
Martin Storsjö 199fb40278 rtpdec: Use ffio_free_dyn_buf 10 years ago
Martin Storsjö 5d8cae4573 rtpdec: Get rid of all trivial .alloc/.free functions 10 years ago
Michael Niedermayer 2ce1054257 avformat/rtpdec_asf: Use av_find_input_format() instead of directly linking to the demuxer 10 years ago
Michael Niedermayer 4641ae352e avformat: Add and use ff_copy_whitelists() 10 years ago
Michael Niedermayer feb9057b83 Forward whitelists to the asf demuxer 10 years ago
Michael Niedermayer e6516944a3 avformat/rtpdec_asf: fix compiler warning about const qualifier being discarded 10 years ago
Martin Storsjö 2aec9e228c rtpdec_asf: Copy the need_parsing field from the chained demuxer 11 years ago
Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 11 years ago
Martin Storsjö 90c784cc13 rtpdec: Pass the sequence number to depacketizers 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 456001486e rtsp: Don't expose the MS-RTSP RTX data stream to the caller 13 years ago
Martin Storsjö d293e3464d rtpdec_asf: Set the no_resync_search option for the chained asf demuxer 13 years ago
Anton Khirnov 3c90cc2ef2 lavf: deprecate av_read_packet(). 13 years ago
Anton Khirnov cd3716b9aa Replace all uses of av_close_input_file() with avformat_close_input(). 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 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
Anton Khirnov 603b8bc2a1 Deprecate av_open_input_* and remove their uses. 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Martin Storsjö 9261e6cf3f rtp: Rename the open/close functions to alloc/free 14 years ago
Anton Khirnov 6dc7d80de7 avio: avio_ prefix for url_close_dyn_buf 14 years ago
Anton Khirnov b92c545282 avio: avio_ prefix for url_open_dyn_buf 14 years ago
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 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov ae99313aa5 avio: move init_put_byte() to a new private header and rename it 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov e731b8d872 avio: move init_put_byte() to a new private header and rename it 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Mans Rullgard 98ec828775 Remove final semicolon from some macros 14 years ago
Mans Rullgard 44adbebe17 Remove final semicolon from some macros 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 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 15 years ago