13303 Commits (5dd5985e0530214abd65a0bcdd711dd13ac0e880)

Author SHA1 Message Date
Luca Barbato bb9378251a network: Use SOCK_CLOEXEC when available 11 years ago
Luca Barbato 605387582b lavf: Support unix sockets 11 years ago
Ben Avison c84ea750cf mpegts: Make discard_pid() faster for single-program streams 11 years ago
Ben Avison cabb168169 mpegts: Remove one memcpy per packet 11 years ago
Ben Avison daf1e0d3de avio: Add an internal function for reading without copying 11 years ago
Diego Biurrun 22a154e436 build: Add missing img2.o dependency to apetag.o 11 years ago
Michael Niedermayer 89c3f5a907 avformat/takdec: use init_get_bits8() 11 years ago
Michael Niedermayer 77e37c34cb avformat/latmenc: use init_get_bits8() 11 years ago
Michael Niedermayer c4f9a4cd2f rdt: make const tables static const 11 years ago
Michael Niedermayer 1787432b23 mp3dec: make const tables static const 11 years ago
Michael Niedermayer 62cf5c114a avformat/matroskadec: make sipr_bit_rate static const 11 years ago
Alexandra Khirnova 7684a36113 mxfenc: switch to av_reallocp_array() and check allocation errors 11 years ago
Andrey Utkin b7ed18b9bd mpegtsenc: add option tables_version 11 years ago
Michael Niedermayer 0553f2c6e5 avformat/matroskaenc: make 2 tables static that are not used outside matroskaenc 11 years ago
Michael Niedermayer 65dd93209d movenc: make uuids static const 11 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 11 years ago
Diego Biurrun b5a138652f Give less generic names to global library option arrays 11 years ago
Gavriloaie Eugen-Andrei 0d6fa3977b rtmp: Add seek support 11 years ago
Michael Niedermayer 61a28d00e8 flvdec: silence unused warning 11 years ago
Marton Balint d75d911223 mpegts: save last pcr of pcr pids in PES Context 11 years ago
Carl Eugen Hoyos fbc0004b4b lavf/movenc: Write disc number and total number of discs as part of metadata. 11 years ago
Carl Eugen Hoyos bb7f71d9b6 lavf/movenc: Write total number of tracks as part of metadata. 11 years ago
Diego Biurrun f900f35ac8 flvdec: Eliminate completely silly goto 11 years ago
Diego Biurrun e4529df944 flvdec: K&R formatting cosmetics 11 years ago
Diego Biurrun 390b4d7088 flvdec: Fix = vs. == typo in sample rate check 11 years ago
Martin Storsjö fd8f91e3f4 rtsp: Simplify code for forming the remote peer url 11 years ago
Martin Storsjö ee37d5811c rtpproto: Allow specifying a separate rtcp port in ff_rtp_set_remote_url 11 years ago
Martin Storsjö 1851e1d05d rtpproto: Check the size before reading buf[1] 11 years ago
Andrey Utkin a8f171151f file: Add 'blocksize' option 11 years ago
Martin Storsjö b7e6da988b rtpproto: Move rtpproto specific function declarations to a separate header 11 years ago
Martin Storsjö 892b0be1df rtpproto: Simplify the rtp_read function by looping over the fds 11 years ago
Martin Storsjö 7531588fff rtpproto: Remove a misplaced comment 11 years ago
Martin Storsjö 54e03ff6af rtpproto: Support nonblocking reads 11 years ago
Martin Storsjö 2e814d0329 rtpenc: Simplify code by introducing a macro for rescaling NTP timestamps 11 years ago
Paul B Mahol d49252721a lavf/webvttenc: use proper printf format for int64_t values 11 years ago
Michael Niedermayer d6686149e2 asfdec: Skip to keyframe after seeking 11 years ago
Michael Niedermayer e5526a4bae avformat/gxfenc: replace deprecated PIX_FMT constants 11 years ago
Michael Niedermayer 9696740af7 hls: Call avformat_find_stream_info() on the chained demuxers 11 years ago
Michael Niedermayer 6df20d0d35 asfdec: remove "ignoring invalid packet_obj_size" code 11 years ago
Michael Niedermayer 465aa53f21 asfdec: move packet_obj_size to ASFStream 11 years ago
Michael Niedermayer cb6d02df4c asfdec: avoid using AVStream->priv_data 11 years ago
Ed Torbett 1f57d60129 rtsp: Support RFC4570 (source specific multicast) more properly. 11 years ago
Ed Torbett 7497222090 rtpproto: Support more than one SSM include address, support excludes 11 years ago
Ed Torbett 7d99c92945 udp: Keep track of include and exclude sources separately 11 years ago
Ed Torbett 3357bccc5c udp: Allow specifying multicast include/blocks as host names as well 11 years ago
Diego Biurrun 0e8c6f221a avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typo 11 years ago
Martin Storsjö 06205b5efd hls: Free packets when skipping packets when seeking 11 years ago
Martin Storsjö a2b7eeeb06 hlsproto: Store all durations in AV_TIME_BASE 11 years ago
Martin Storsjö c441910399 hls: Store all durations in AV_TIME_BASE 11 years ago
Martin Storsjö e1d5b24476 hls: Store first_timestamp in units of AV_TIME_BASE 11 years ago