| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/rtsp: break on unknown protocols | Michael Niedermayer | 2022-07-12 | 1 | -0/+2 |
* | libavformat/rtsp: pkt_size option is not honored in rtsp | Yubo Xie | 2022-04-27 | 1 | -2/+2 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | libavformat: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | rtp: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -3/+3 |
* | avformat/rtsp: #if unused functions away, fix -O0 compilation | Andreas Rheinhardt | 2022-01-08 | 1 | -0/+4 |
* | avformat/rtsp: fix the error code from ffurl_read_complete() | Limin Wang | 2021-12-07 | 1 | -3/+3 |
* | avformat/rtsp: add error code handling for ff_rtsp_skip_packet() | Limin Wang | 2021-12-07 | 1 | -5/+10 |
* | avformat/rtsp: free the alloc memory if failed | Limin Wang | 2021-12-07 | 1 | -1/+3 |
* | avformat/rtsp: remove redundant assignment | Limin Wang | 2021-12-07 | 1 | -2/+2 |
* | avformat/rtsp: load the sdp file with avio_read_to_bprint() | Limin Wang | 2021-12-04 | 1 | -16/+9 |
* | all: Use av_memdup() where appropriate | Andreas Rheinhardt | 2021-12-03 | 1 | -2/+1 |
* | avformat/rtp: add localaddr for network interface selection | Limin Wang | 2021-11-27 | 1 | -0/+11 |
* | avformat/rtsp: Use av_dict_set_int() | Andreas Rheinhardt | 2021-09-19 | 1 | -5/+2 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -1/+1 |
* | avformat/avio: Move internal AVIOContext fields to avio_internal.h | Andreas Rheinhardt | 2021-08-25 | 1 | -2/+2 |
* | libavformat/rtsp.c: Reply to GET_PARAMETER requests | Hayden Myers | 2021-07-12 | 1 | -1/+2 |
* | avformat/rtsp: Include rtcp in port range check | Andriy Gelman | 2021-07-05 | 1 | -1/+1 |
* | avformat/rtsp: Reindent after previous commit | Andriy Gelman | 2021-07-05 | 1 | -3/+3 |
* | avformat/rtsp: Set port_off to zero for low min/max port range | Andriy Gelman | 2021-07-05 | 1 | -1/+3 |
* | avformat/rtsp: Fix timeout option | Andriy Gelman | 2021-07-05 | 1 | -6/+6 |
* | avformat: move AVStream.{parser,need_parsing} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avformat/rtsp: Remove deprecated old options, rename stimeout->timeout | Andreas Rheinhardt | 2021-04-27 | 1 | -8/+0 |
* | avformat/rtsp: support buffer_size and pkt_size options for RTP | Jiangjie Gao | 2021-03-19 | 1 | -1/+4 |
* | avformat/rtsp: Fix build failure when RTP demuxers are disabled | Andreas Rheinhardt | 2021-02-03 | 1 | -2/+5 |
* | avformat/rtsp: correctly set media control uri with mpegts | tpol | 2021-01-17 | 1 | -1/+1 |
* | avformat/rtsp: add satip_raw flag to receive raw mpegts stream | Aman Karmani | 2020-12-28 | 1 | -3/+14 |
* | avformat/rtsp: add support for satip:// | Aman Karmani | 2020-12-28 | 1 | -6/+47 |
* | avformat/rtsp: set AV_OPT_FLAG_DEPRECATED on deprecated options | Andriy Gelman | 2020-12-18 | 1 | -2/+2 |
* | avformat/rtsp: prefer to use MAX_URL_SIZE for url and command buffer | Limin Wang | 2020-12-05 | 1 | -11/+11 |
* | avformat/rtsp: don't forget to call ff_network_close() on error | Andriy Gelman | 2020-11-21 | 1 | -2/+7 |
* | avformat/rtsp: set return variable in error path | Andriy Gelman | 2020-11-21 | 1 | -0/+1 |
* | avformat/rtsp: av_rescale -> av_rescale_q | Limin Wang | 2020-11-14 | 1 | -3/+1 |
* | avformat/rtsp: check return value of ffurl_read_complete | Limin Wang | 2020-11-11 | 1 | -1/+2 |
* | avformat/rtsp: prefer to use variable instead of type | Limin Wang | 2020-11-11 | 1 | -1/+1 |
* | avformat/rtsp: move SDP_MAX_SIZE macro definition to header file | Limin Wang | 2020-11-11 | 1 | -9/+0 |
* | avformat/rtsp: 16384 -> SDP_MAX_SIZE | Limin Wang | 2020-11-11 | 1 | -1/+1 |
* | avformat/rtsp: support infinite initial_timeout for rtsp option | Limin Wang | 2020-11-07 | 1 | -1/+1 |
* | avformat/rtsp: reuse POLLING_TIME and remove POLL_TIMEOUT_MS | Limin Wang | 2020-10-22 | 1 | -5/+3 |
* | avformat/rtsp: support for listen_timeout option for sdp | Limin Wang | 2020-10-22 | 1 | -4/+6 |
* | avformat/rtsp: allocate correct max number of pollfds | Andriy Gelman | 2020-10-08 | 1 | -1/+1 |
* | avformat/rtsp: fix parse_rtsp_message | Zhao Zhili | 2020-10-02 | 1 | -5/+1 |
* | rtsp: Fix infinite loop in listen mode with UDP transport | Martin Storsjö | 2020-10-02 | 1 | -1/+1 |
* | avformat: Replace ffurl_close() by ffurl_closep() where appropriate | Andreas Rheinhardt | 2020-05-25 | 1 | -10/+7 |
* | avformat/rtsp: Put strings instead of pointers to strings into array | Andreas Rheinhardt | 2020-04-20 | 1 | -2/+3 |
* | avformat/rtsp: Don't free uninitialized AVBPrint | Andreas Rheinhardt | 2020-04-20 | 1 | -1/+1 |
* | libavformat/rtsp: pass protocol options for udp multicast | Wolfgang Haupt | 2020-04-19 | 1 | -2/+6 |
* | avformat/rtp: Pass sources and block filter addresses via sdp file for rtp | phunkyfish | 2020-04-19 | 1 | -9/+39 |
* | Revert "avformat/rtp: Pass sources and block filter addresses via sdp file fo... | Carl Eugen Hoyos | 2020-04-05 | 1 | -40/+9 |