8969 Commits (6c723f3f9d0195d75182481881487775cb116954)

Author SHA1 Message Date
Michael Niedermayer 6161c41817 avio: Support private options in URLProtocols 13 years ago
Michael Niedermayer c12e1bd1bc avio: allow any chars in protocols 13 years ago
Clément Bœsch 2bb1c713cc http: add user_agent option. 13 years ago
Alex Converse 9f8c190bb0 mov: Remove some redundant and obsolete comments. 13 years ago
Luca Barbato e361b5089a doxy: structure libavformat groups 13 years ago
Janne Grunau 0945eddec0 pthread: do not touch has_b_frames 13 years ago
ami_stuff cf14c82227 [PATCH] IFF Amiga Continuous Bitmap (ACBM)decoder 13 years ago
Clément Bœsch 2f0f9a87d0 Fix various if parenthesis misplacements. 13 years ago
Martin Storsjö 66e9c0b6ab httpproxy: Specify the object files needed in the Makefile 13 years ago
Michael Niedermayer 328a3545c6 udp: update to new interrupt callback API 13 years ago
Michael Niedermayer 36a60fad62 lavf: cdg has large non keyframe segments and should thus be exempt from the non keyframe check in seeking. 13 years ago
Michael Niedermayer fca85ce5ec rawdec: use a default sample rate if none is specified. 13 years ago
Tomas Härdin fd1cea6549 mxfdec: Add hack that adjusts the n_delta calculation when system items are present 13 years ago
Tomas Härdin 7ddb0607f3 mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arrays 13 years ago
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
Michael Niedermayer 30ca700ba1 ac3probe: Detect Sonic Foundry Soft Encode AC3 as raw AC3. 13 years ago
Carl Eugen Hoyos d50122eafa Do not try to read total disc or track number if data atom is too short. 13 years ago
Martin Storsjö 92db95e9ca tls: Use TLSv1_client_method for OpenSSL 13 years ago
Michael Niedermayer 1d23e5246c mjpeg: support mpo 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
Clément Bœsch 4da45aff28 cleanup: remove various double end ';' all over the code. 13 years ago
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