7755 Commits (09d243ddd0d939e97f3fe0b7f27320763ee41493)

Author SHA1 Message Date
Josh Allmann 704af3e29c rtmp: do not hardcode invoke numbers 13 years ago
Martin Storsjö 45f511ece7 avio: Mark the old interrupt callback mechanism as deprecated 13 years ago
Panagiotis H.M. Issaris 795d9594cf applehttp: Fix seeking in streams not starting at DTS=0 13 years ago
Martin Storsjö dbc2424baa http: Don't use the normal http proxy mechanism for https 13 years ago
Martin Storsjö 2565dbeb3e tls: Handle connection via a http proxy 13 years ago
Martin Storsjö f5c5d57b57 http: Reorder two code blocks 13 years ago
Martin Storsjö 9f1dae944e http: Add a new protocol for opening connections via http proxies 13 years ago
Martin Storsjö bf7723a640 http: Split out the non-chunked buffer reading part from http_read 13 years ago
Matthew Hoops ddf9b510e7 segafilm: add support for raw videos 13 years ago
John Brooks 525c5b08fb rtpdec: only use RTCP for PTS when synchronizing multiple streams 13 years ago
John Brooks 12348ca25e rtpdec: unwrap RTP timestamps for PTS calculation 13 years ago
Martin Storsjö 92db95e9ca tls: Use TLSv1_client_method for OpenSSL 13 years ago
Martin Storsjö 18579f08e7 avformat: Accept the ISO8601 separate format as input, too 13 years ago
Martin Storsjö 4a83541650 avformat: Interpret times in ff_iso8601_to_unix_time as UTC 13 years ago
Mans Rullgard 52767d891c lavf: fix multiplication overflow in avformat_find_stream_info() 13 years ago
Luca Barbato caf27e37b6 lavf: simplify format_child_class_next() 13 years ago
Anton Khirnov 32caa7b13c lavf: pass options from AVFormatContext to avio. 13 years ago
Martin Storsjö 9d77a8faf9 avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards 13 years ago
Martin Storsjö 1dee0aca74 avio: add avio_open2, taking an interrupt callback and options 13 years ago
Anton Khirnov ddffc2fdc3 avio: add support for passing options to protocols. 13 years ago
Anton Khirnov 163a31136d avio: add and use ffurl_protocol_next(). 13 years ago
Martin Storsjö 6ef350c16b avformat: Pass the interrupt callback on to chained muxers/demuxers 13 years ago
Martin Storsjö 6f1b7b3944 avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc 13 years ago
Martin Storsjö 9957cdbfd5 avformat: Use ff_check_interrupt 13 years ago
Martin Storsjö c4a090ddb5 avio: Add an internal utility function for checking the new interrupt callback 13 years ago
Martin Storsjö 6aa0b98fb2 avio: Add AVIOInterruptCB 13 years ago
Derek Buitenhuis c433a3f9a5 VBLE Decoder 13 years ago
Justin Ruggles 7b966566da vqf/twinvq: pass vqf COMM chunk info in extradata 13 years ago
Justin Ruggles ca482ce420 vqf: do not set bits_per_coded_sample for TwinVQ. 13 years ago
John Brooks b8a1b880ee rtpdec: Simplify finalize_packet 13 years ago
Martin Storsjö b911518d1c http: Handle proxy authentication 13 years ago
Martin Storsjö b01f5ba207 http: Print an error message for Authorization Required, too 13 years ago
Mike Melanson 45fcb86cf8 AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio) 13 years ago
Martin Storsjö 371d15ec36 tls: Use the URLContext as logging context 13 years ago
Martin Storsjö f2d0015531 http: Don't add a Range: bytes=0- header for POST 13 years ago
Martin Storsjö 6149485f6c http: Change the chunksize AVOption into chunked_post 13 years ago
Anton Khirnov a251928060 http: Add encoding/decoding flags to the AVOptions 13 years ago
Anton Khirnov dc86ca1ab5 crypto: add decoding flag to options. 13 years ago
Anton Khirnov 34ff0e2915 tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCK 13 years ago
Anton Khirnov 3b384502f2 http: use different classes for http and https. 13 years ago
Martin Storsjö 8ef79f42ca http: Change an error log message to a warning 13 years ago
Martin Storsjö 7590061eb7 http: Remove the now unused ff_http_set_headers custom function 13 years ago
Martin Storsjö 27fad11b5b mms: Set http custom headers via the AVOption 13 years ago
Martin Storsjö 196bf28c5d rtsp: Set http custom headers via the AVOption 13 years ago
Martin Storsjö 10da1e913b http: Make custom headers settable via an AVOption 13 years ago
Martin Storsjö eaa8c1f9fe crypto: Don't manually free memory allocated via AVOptions 13 years ago
Martin Storsjö d10361b658 avio: Free URLContext private data allocated via AVOptions 13 years ago
John Brooks 6c643e0705 avc: fix memory errors when encoding invalid h264 codecdata 13 years ago
Justin Ruggles f1f6d3615f avcodec: add support for planar signed 8-bit PCM. 13 years ago
Martin Storsjö 65ac51373b udp: Allow specifying the local IP address 13 years ago