8036 Commits (f7fe41a04f962707a99597d2ea49d73ca90b23a0)

Author SHA1 Message Date
Martin Storsjö 7e58050590 proto: Use .priv_data_size to allocate the private context 13 years ago
Martin Storsjö 9c6777bd93 mmsh: Properly clean up if the second ffurl_alloc failed 13 years ago
Martin Storsjö 02490bf358 rtmp: Clean up properly if the handshake failed 13 years ago
Martin Storsjö 6af354436c md5proto: Remove the get_file_handle function 13 years ago
Martin Storsjö 1ca87d600b applehttpproto: Use the close function if the open function fails 13 years ago
Martin Storsjö abe20c59b9 http: Make sure proxyauth is initialized 13 years ago
Martin Storsjö c8f0e88b20 rtpdec: Templatize the code for different g726 bitrate variants 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Miroslav Slugeň 06d7325ab1 rtpdec: Add support for G726 audio 13 years ago
Martin Storsjö 2583660664 rtpdec: Add an init function that can do custom codec context initialization 13 years ago
Anton Khirnov c98c1f434e matroskadec: don't set codec timebase. 13 years ago
Anton Khirnov d3e3ffa501 rmdec: don't set codec timebase. 13 years ago
Anton Khirnov 2092232581 lavf: estimate frame duration from r_frame_rate. 13 years ago
Alex Converse ac47e014bb adtsenc: Check frame size. 13 years ago
Diego Biurrun c88ebdb42c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 13 years ago
Alex Converse 2b45222b6a md5proto: Fix order of operations. 13 years ago
Mans Rullgard d9ba767d61 musepack: fix signed shift overflow in mpc_read_packet() 13 years ago
Alex Converse 028a2375e2 mov: Make format string match variable type. 13 years ago
Victor Vasiliev 12bc20502a Generalize RIFF INFO tag support; support reading INFO tag in wav 13 years ago
Justin Ruggles 9d2dd356c2 adx: rename ff_adx_decode_header() to avpriv_adx_decode_header() 13 years ago
Justin Ruggles a17c3c7d15 avformat: add CRI ADX format demuxer 13 years ago
Justin Ruggles 27360ccc5e adx: add an ADX parser. 13 years ago
Mans Rullgard 3d1af11df4 sol: use AV_RL32 instead of raw pointer cast 13 years ago
Luca Barbato 035af998ad nullenc: drop AVFMT_RAWPICTURE from the flags 13 years ago
Justin Ruggles 5872c78122 cdg: skip packets that don't contain a cdg command. 13 years ago
Anton Khirnov 0844b57c11 crcenc: add flags 13 years ago
Anton Khirnov 50efd3cad8 md5enc: add flags 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
Martin Storsjö 66e9c0b6ab httpproxy: Specify the object files needed in the Makefile 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
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