7772 Commits (60084a1723ee7cd5c79a5a7efc1dee82c25cbe56)

Author SHA1 Message Date
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
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