512 Commits (402ac72bbc8fcbcce7aa385873c14cf8e0384ca4)

Author SHA1 Message Date
Nicolas George c76374c6db Use AVERROR_EXIT with url_interrupt_cb. 14 years ago
Anton Khirnov ebb92e0768 avio: rename url_fopen/fclose -> avio_open/close. 14 years ago
Martin Storsjö c24a403496 libavformat: Remove FF_NETERRNO() 14 years ago
Anton Khirnov 22a3212e32 avio: rename url_fopen/fclose -> avio_open/close. 14 years ago
Martin Storsjö 28c4741a66 libavformat: Remove FF_NETERRNO() 14 years ago
Anton Khirnov e63a362857 avio: avio_ prefixes for get_* 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
Anton Khirnov ee60e04c2c Replace remaining uses of parse_date with av_parse_time. 14 years ago
Martin Storsjö 09e22efc7e rtsp: udp_read_packet returning 0 doesn't mean success 14 years ago
Anton Khirnov 9fcae9735e Replace remaining uses of parse_date with av_parse_time. 14 years ago
Martin Storsjö 2c35a6bde9 rtsp: udp_read_packet returning 0 doesn't mean success 14 years ago
Martin Storsjö ae9c5ea2ad rtsp/rdt: Assign the RTSPStream index to AVStream->id 14 years ago
Martin Storsjö b2dd842d21 rtsp/rdt: Assign the RTSPStream index to AVStream->id 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ö 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ö c6347bdf08 rtsp: Don't store RTSPStream in AVStream->priv_data 14 years ago
Martin Storsjö ce41c51b0c Free AVStream->info in chained muxers 14 years ago
Martin Storsjö d9c0510e22 rtsp: Don't store RTSPStream in AVStream->priv_data 14 years ago
Luca Barbato 2aaa2a1700 Free the RTSPStreams in ff_rtsp_close_streams 14 years ago
Luca Barbato ea7f080749 Free the RTSPStreams in ff_rtsp_close_streams 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Luca Barbato b351baa070 rtsp: make ff_sdp_parse return value forwarded 14 years ago
Luca Barbato d0eb91ad04 os: replace select with poll 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Luca Barbato f81c7ac70a rtsp: make ff_sdp_parse return value forwarded 14 years ago
Luca Barbato a8475bbdb6 os: replace select with poll 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
Diego Elio Pettenò 3d21b4f607 Make ff_rtsp_send_cmd_with_content_async static to rtsp.c. 14 years ago
Martin Storsjö 4f40ec0552 rtspdec: Retry with TCP if UDP failed 14 years ago
Martin Storsjo 3f44e3c91a rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_request 14 years ago
Martin Storsjo abbc1d272e rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_request 14 years ago
Martin Storsjo d89a08d81b rtsp: Make make_setup_request a nonstatic function 14 years ago
Diego Elio Pettenò 57c4d01ec9 Make ff_rtsp_send_cmd_with_content_async static to rtsp.c. 14 years ago
Martin Storsjö 2762a7a28b rtspdec: Retry with TCP if UDP failed 14 years ago
Martin Storsjo aeb2de1c82 rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_request 14 years ago
Martin Storsjo 93e7490ee0 rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_request 14 years ago
Martin Storsjo fef5649a82 rtsp: Make make_setup_request a nonstatic function 14 years ago
Martin Storsjö a3b058b7ba rtsp: Properly fail if unable to open an input RTP port 14 years ago
Martin Storsjö a92c30d76e rtsp: Allow requesting of filtering of source packets 14 years ago
Martin Storsjö 29db7c3af4 rtsp: Parse RTP-Info headers 14 years ago
Martin Storsjö d2995eb910 rtsp: Store the Content-Base header value straight to the target 14 years ago
Martin Storsjö 77223c5388 rtsp: Pass the method name to ff_rtsp_parse_line 14 years ago