9545 Commits (b1fcdc08ceb5df69fac34aa0d57c56905d32b8b4)

Author SHA1 Message Date
Ben Avison 5afe1d2791 avio: Add const qualifiers to ffio_read_indirect 12 years ago
Rémi Denis-Courmont 51eb213d00 libavformat: use avpriv_open() 12 years ago
Martin Storsjö f4d371b973 rtsp: Don't include the listen flag in the SDP demuxer flags 12 years ago
Kostya Shishkov f544c58636 deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND instead 12 years ago
Martin Storsjö 62572435d4 rtpenc_chain: Check for errors from ffio_fdopen and ffio_open_dyn_packet_buf 12 years ago
Martin Storsjö f542dedf72 rtspenc: Check the return value from ffio_open_dyn_packet_buf 12 years ago
Diego Biurrun 255d9c570e riff: Move demuxing code to a separate file. 12 years ago
Diego Biurrun 3dd5c95dee riff: Move muxing code to a separate file 12 years ago
Diego Biurrun fcc455ff2e avformat/dv: K&R formatting cosmetics 12 years ago
Martin Storsjö abe5268c33 tcp: Use a different log message and level if there's more addresses to try 12 years ago
Martin Storsjö 2a0ec47bd7 unix: Convert from AVERROR to errno range before comparing error codes 12 years ago
Diego Biurrun 971cce7ebb riff.h: Remove stray extern declaration for non-existing symbol 12 years ago
Ben Avison a22ae9f0c5 mpegts: Remove one 64-bit integer modulus operation per packet 12 years ago
Luca Barbato bb9378251a network: Use SOCK_CLOEXEC when available 12 years ago
Luca Barbato 605387582b lavf: Support unix sockets 12 years ago
Ben Avison c84ea750cf mpegts: Make discard_pid() faster for single-program streams 12 years ago
Ben Avison cabb168169 mpegts: Remove one memcpy per packet 12 years ago
Ben Avison daf1e0d3de avio: Add an internal function for reading without copying 12 years ago
Diego Biurrun 22a154e436 build: Add missing img2.o dependency to apetag.o 12 years ago
Alexandra Khirnova 7684a36113 mxfenc: switch to av_reallocp_array() and check allocation errors 12 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 12 years ago
Diego Biurrun b5a138652f Give less generic names to global library option arrays 12 years ago
Gavriloaie Eugen-Andrei 0d6fa3977b rtmp: Add seek support 12 years ago
Diego Biurrun f900f35ac8 flvdec: Eliminate completely silly goto 12 years ago
Diego Biurrun e4529df944 flvdec: K&R formatting cosmetics 12 years ago
Diego Biurrun 390b4d7088 flvdec: Fix = vs. == typo in sample rate check 12 years ago
Martin Storsjö fd8f91e3f4 rtsp: Simplify code for forming the remote peer url 12 years ago
Martin Storsjö ee37d5811c rtpproto: Allow specifying a separate rtcp port in ff_rtp_set_remote_url 12 years ago
Martin Storsjö 1851e1d05d rtpproto: Check the size before reading buf[1] 12 years ago
Martin Storsjö b7e6da988b rtpproto: Move rtpproto specific function declarations to a separate header 12 years ago
Martin Storsjö 892b0be1df rtpproto: Simplify the rtp_read function by looping over the fds 12 years ago
Martin Storsjö 7531588fff rtpproto: Remove a misplaced comment 12 years ago
Martin Storsjö 54e03ff6af rtpproto: Support nonblocking reads 12 years ago
Martin Storsjö 2e814d0329 rtpenc: Simplify code by introducing a macro for rescaling NTP timestamps 12 years ago
Michael Niedermayer 9696740af7 hls: Call avformat_find_stream_info() on the chained demuxers 12 years ago
Ed Torbett 1f57d60129 rtsp: Support RFC4570 (source specific multicast) more properly. 12 years ago
Ed Torbett 7497222090 rtpproto: Support more than one SSM include address, support excludes 12 years ago
Ed Torbett 7d99c92945 udp: Keep track of include and exclude sources separately 12 years ago
Ed Torbett 3357bccc5c udp: Allow specifying multicast include/blocks as host names as well 12 years ago
Diego Biurrun 0e8c6f221a avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typo 12 years ago
Martin Storsjö 06205b5efd hls: Free packets when skipping packets when seeking 12 years ago
Martin Storsjö a2b7eeeb06 hlsproto: Store all durations in AV_TIME_BASE 12 years ago
Martin Storsjö c441910399 hls: Store all durations in AV_TIME_BASE 12 years ago
Martin Storsjö e1d5b24476 hls: Store first_timestamp in units of AV_TIME_BASE 12 years ago
LYF c110cbf6b5 hls: Create an AVProgram for each variant 12 years ago
Michael Niedermayer 9d64f23629 hls: Respect the different stream time bases when comparing dts 12 years ago
Martin Storsjö c11e33a3d9 hls: Set stream offset before opening a chained demuxer 12 years ago
Michael Niedermayer cdd2d73d31 hls: Don't check discard flags until the parent demuxer's streams actually exist 12 years ago
Michael Niedermayer 82bf8c8783 hls: Copy the time base from the chained demuxer 12 years ago
Martin Storsjö eb33ba04e0 hls: Return all packets from a previous variant before moving on to the next one 12 years ago