8764 Commits (df72ae673f3743a57726c86f07677fbc14a0117c)

Author SHA1 Message Date
Michael Niedermayer cd6851c5ef lavf: if timestamps are invalid (pts=dts) only drop dts. 13 years ago
Mans Rullgard 52767d891c lavf: fix multiplication overflow in avformat_find_stream_info() 13 years ago
Panagiotis H.M. Issaris 6f20921dee Fix seeking when using Apple HTTP Live Streaming 13 years ago
Michael Niedermayer 53cb0de25b asfdec: mark only ts1 as av_unused 13 years ago
Michael Niedermayer 7ea3963817 mpegts: Completely ignore H222 spec and consider reserved adaption 13 years ago
Michael Niedermayer 6760bd0a19 asfdec: avoid unused variable warning. 13 years ago
Michael Niedermayer ba7f18876c asfdec: use dts for seeking. 13 years ago
Michael Niedermayer bb4eabacea asfdec: restore timestamp reading code 13 years ago
Michael Niedermayer 40176fc314 mp3enc: Try to use a matching bitrate in the xing header. 13 years ago
Michael Niedermayer 1fea432b7a mp3enc: simplify mp3_write_xing() 13 years ago
Luca Barbato caf27e37b6 lavf: simplify format_child_class_next() 13 years ago
Clément Bœsch 07c7ffc04b Rename remaining get_le32 to avio_rl32. 13 years ago
Clément Bœsch c142e2a00f Rename remaining get_le16 to avio_rl16. 13 years ago
Clément Bœsch 49651063da Use AVIOContext.seekable instead of deprecated url_is_streamed. 13 years ago
Clément Bœsch 7b79305a47 Rename remaining url_fskip to avio_skip. 13 years ago
Clément Bœsch b04ee90043 Rename remaining av_metadata_set2 to av_dict_set. 13 years ago
Clément Bœsch 63b796b0dd Rename remaining url_ftell to avio_tell. 13 years ago
Clément Bœsch 055cda8acc Rename remaining get_byte to avio_r8. 13 years ago
Clément Bœsch f3c47e4100 Rename remaining url_fsize to avio_size. 13 years ago
Clément Bœsch 53d70a334a Rename remaining get_buffer to avio_read. 13 years ago
Clément Bœsch 39edfcc9e8 Rename remaining url_fseek to avio_seek. 13 years ago
Clément Bœsch eef3ea8c71 Rename remaining ByteIOContext to AVIOContext. 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
Michael Niedermayer 46eae15567 mkvtimestamp v2 muxer: rename so as to avoid confusion with SMPTE timecodes. 13 years ago
Michael Niedermayer 17c95361e9 mkvtimestamp v2 muxer: remove unneeded prefixes 13 years ago
Derek Buitenhuis 0c251257b5 VBLE Decoder 13 years ago
Carl Eugen Hoyos 5f36065ca6 Use AC-3 as default codec for wtv. 13 years ago
ami_stuff ef4f403159 Never use MP3 as default audio codec for asf. 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
ami_stuff e2adce3b8e asfenc: Use wmav2 audio codec by default. 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