8874 Commits (b4425f26bb1e11f8e885abf78b88105c396888d7)

Author SHA1 Message Date
Michael Niedermayer 7ea3963817 mpegts: Completely ignore H222 spec and consider reserved adaption 14 years ago
Michael Niedermayer 6760bd0a19 asfdec: avoid unused variable warning. 14 years ago
Michael Niedermayer ba7f18876c asfdec: use dts for seeking. 14 years ago
Michael Niedermayer bb4eabacea asfdec: restore timestamp reading code 14 years ago
Michael Niedermayer 40176fc314 mp3enc: Try to use a matching bitrate in the xing header. 14 years ago
Michael Niedermayer 1fea432b7a mp3enc: simplify mp3_write_xing() 14 years ago
Luca Barbato caf27e37b6 lavf: simplify format_child_class_next() 14 years ago
Clément Bœsch 07c7ffc04b Rename remaining get_le32 to avio_rl32. 14 years ago
Clément Bœsch c142e2a00f Rename remaining get_le16 to avio_rl16. 14 years ago
Clément Bœsch 49651063da Use AVIOContext.seekable instead of deprecated url_is_streamed. 14 years ago
Clément Bœsch 7b79305a47 Rename remaining url_fskip to avio_skip. 14 years ago
Clément Bœsch b04ee90043 Rename remaining av_metadata_set2 to av_dict_set. 14 years ago
Clément Bœsch 63b796b0dd Rename remaining url_ftell to avio_tell. 14 years ago
Clément Bœsch 055cda8acc Rename remaining get_byte to avio_r8. 14 years ago
Clément Bœsch f3c47e4100 Rename remaining url_fsize to avio_size. 14 years ago
Clément Bœsch 53d70a334a Rename remaining get_buffer to avio_read. 14 years ago
Clément Bœsch 39edfcc9e8 Rename remaining url_fseek to avio_seek. 14 years ago
Clément Bœsch eef3ea8c71 Rename remaining ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov 32caa7b13c lavf: pass options from AVFormatContext to avio. 14 years ago
Martin Storsjö 9d77a8faf9 avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards 14 years ago
Martin Storsjö 1dee0aca74 avio: add avio_open2, taking an interrupt callback and options 14 years ago
Anton Khirnov ddffc2fdc3 avio: add support for passing options to protocols. 14 years ago
Anton Khirnov 163a31136d avio: add and use ffurl_protocol_next(). 14 years ago
Martin Storsjö 6ef350c16b avformat: Pass the interrupt callback on to chained muxers/demuxers 14 years ago
Martin Storsjö 6f1b7b3944 avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc 14 years ago
Martin Storsjö 9957cdbfd5 avformat: Use ff_check_interrupt 14 years ago
Martin Storsjö c4a090ddb5 avio: Add an internal utility function for checking the new interrupt callback 14 years ago
Martin Storsjö 6aa0b98fb2 avio: Add AVIOInterruptCB 14 years ago
Michael Niedermayer 46eae15567 mkvtimestamp v2 muxer: rename so as to avoid confusion with SMPTE timecodes. 14 years ago
Michael Niedermayer 17c95361e9 mkvtimestamp v2 muxer: remove unneeded prefixes 14 years ago
Derek Buitenhuis 0c251257b5 VBLE Decoder 14 years ago
Carl Eugen Hoyos 5f36065ca6 Use AC-3 as default codec for wtv. 14 years ago
ami_stuff ef4f403159 Never use MP3 as default audio codec for asf. 14 years ago
Derek Buitenhuis c433a3f9a5 VBLE Decoder 14 years ago
Justin Ruggles 7b966566da vqf/twinvq: pass vqf COMM chunk info in extradata 14 years ago
Justin Ruggles ca482ce420 vqf: do not set bits_per_coded_sample for TwinVQ. 14 years ago
ami_stuff e2adce3b8e asfenc: Use wmav2 audio codec by default. 14 years ago
John Brooks b8a1b880ee rtpdec: Simplify finalize_packet 14 years ago
Martin Storsjö b911518d1c http: Handle proxy authentication 14 years ago
Martin Storsjö b01f5ba207 http: Print an error message for Authorization Required, too 14 years ago
Mike Melanson 45fcb86cf8 AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio) 14 years ago
Martin Storsjö 371d15ec36 tls: Use the URLContext as logging context 14 years ago
Martin Storsjö f2d0015531 http: Don't add a Range: bytes=0- header for POST 14 years ago
Martin Storsjö 6149485f6c http: Change the chunksize AVOption into chunked_post 14 years ago
Anton Khirnov a251928060 http: Add encoding/decoding flags to the AVOptions 14 years ago
Anton Khirnov dc86ca1ab5 crypto: add decoding flag to options. 14 years ago
Anton Khirnov 34ff0e2915 tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCK 14 years ago
Anton Khirnov 3b384502f2 http: use different classes for http and https. 14 years ago
Martin Storsjö 8ef79f42ca http: Change an error log message to a warning 14 years ago
Martin Storsjö 7590061eb7 http: Remove the now unused ff_http_set_headers custom function 14 years ago