60 Commits (0a2b768d3ecca32d496da1393406bebcab7680e2)

Author SHA1 Message Date
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Martin Storsjö 8e32b1f096 libavformat: Use ffio_free_dyn_buf where applicable 10 years ago
Michael Niedermayer cabcd8ff66 avformat/movenchint: use av_freep() for safety 10 years ago
Michael Niedermayer 351b22caae avformat/mux: support re-interleaving packets in ff_write_chained() 10 years ago
Michael Niedermayer 9c22e909ed Revert "avformat/movenchint: Fix movhinting with ff_rtp_chain_mux_open() from abb810db036628e11a5171134ebe320b187ee6d6" 11 years ago
Michael Niedermayer 1fe40e1b05 avformat/movenchint: Fix movhinting with ff_rtp_chain_mux_open() from abb810db03 11 years ago
Martin Storsjö b6c7bd53f4 movenchint: Clear size and len if the realloc failed 11 years ago
Michael Niedermayer 05b7a635dc avformat/movenchint: use realloc_array() to protect against integer overflow 11 years ago
Michael Niedermayer 63621762ec avformat/movenchint: only change queue size if reallocation succeeded 11 years ago
Michael Niedermayer 091ba02cc8 avformat/movenchint: revert "Use av_reallocp() where suitable" 11 years ago
Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 11 years ago
Martin Storsjö 0677ddebc6 movenc: Rename the timestamp parameter to dts in write_hint_packets 12 years ago
Martin Storsjö a87a0acf9b movenc: Make sure the RTP hint tracks have nondecreasing DTS 12 years ago
Martin Storsjö 21732063a3 movenc: K&R formatting cosmetics 12 years ago
Luca Barbato 8034130e06 rtp: set the payload type as stream id 12 years ago
Martin Storsjö 68c813081b rtpenc_chain: Return an error code instead of just a plain pointer 13 years ago
Martin Storsjö 298a587f44 rtp: Factorize the check for distinguishing RTCP packets from RTP 13 years ago
Martin Storsjö df6050188c movenc: Use defines instead of hardcoded numbers for RTCP types 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Martin Storsjö e2484fb644 movenc: Use the actual converted sample for RTP hinting 13 years ago
Anton Khirnov 71a861cf40 lavc: make avcodec_alloc_context3 officially public. 14 years ago
Anton Khirnov 403ee835e7 avio: make url_open_dyn_packet_buf internal. 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 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 f59d8ff8cd avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov 0ebf475494 lavf: add av_ prefix to dump_format() 14 years ago
Anton Khirnov 610219a598 lavf: add av_ prefix to dump_format() 14 years ago
Martin Storsjö 861aab5677 movenchint: Use rtpenc_chain for setting up the chained RTP muxer 14 years ago
Martin Storsjö 42f97696ae Use avformat_free_context for cleaning up muxers 14 years ago
Martin Storsjö 173f19be75 libavformat: Use avcodec_copy_context for chained muxers 14 years ago
Martin Storsjö 5306bf41a6 movenchint: Use rtpenc_chain for setting up the chained RTP muxer 14 years ago
Martin Storsjö b22dbb291d Use avformat_free_context for cleaning up muxers 14 years ago
Martin Storsjö 1338dc0823 libavformat: Use avcodec_copy_context for chained muxers 14 years ago
Martin Storsjö d0d8a9b138 Free AVStream->info in chained muxers 14 years ago
Martin Storsjö ce41c51b0c Free AVStream->info in chained muxers 14 years ago
Martin Storsjö 648e41b342 Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxer 15 years ago
Martin Storsjö 44bf251a42 Use a heuristic for describing the RTP packets using sample data 15 years ago
Martin Storsjö e977af6f2e Add initial support for RTP hinting in the mov muxer 15 years ago