summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* httpproxy: Specify the object files needed in the MakefileMartin Storsjö2011-11-201-0/+1
* rtmp: do not hardcode invoke numbersJosh Allmann2011-11-181-4/+5
* avio: Mark the old interrupt callback mechanism as deprecatedMartin Storsjö2011-11-183-2/+17
* applehttp: Fix seeking in streams not starting at DTS=0Panagiotis H.M. Issaris2011-11-181-1/+9
* http: Don't use the normal http proxy mechanism for httpsMartin Storsjö2011-11-181-0/+1
* tls: Handle connection via a http proxyMartin Storsjö2011-11-181-0/+17
* http: Reorder two code blocksMartin Storsjö2011-11-181-7/+8
* http: Add a new protocol for opening connections via http proxiesMartin Storsjö2011-11-183-1/+117
* http: Split out the non-chunked buffer reading part from http_readMartin Storsjö2011-11-181-19/+25
* segafilm: add support for raw videosMatthew Hoops2011-11-181-1/+14
* rtpdec: only use RTCP for PTS when synchronizing multiple streamsJohn Brooks2011-11-181-1/+1
* rtpdec: unwrap RTP timestamps for PTS calculationJohn Brooks2011-11-183-1/+10
* tls: Use TLSv1_client_method for OpenSSLMartin Storsjö2011-11-171-1/+1
* avformat: Accept the ISO8601 separate format as input, tooMartin Storsjö2011-11-161-3/+8
* avformat: Interpret times in ff_iso8601_to_unix_time as UTCMartin Storsjö2011-11-161-1/+2
* lavf: fix multiplication overflow in avformat_find_stream_info()Mans Rullgard2011-11-151-1/+1
* lavf: simplify format_child_class_next()Luca Barbato2011-11-141-14/+17
* lavf: pass options from AVFormatContext to avio.Anton Khirnov2011-11-132-6/+17
* avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö2011-11-135-8/+14
* avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö2011-11-135-3/+83
* avio: add support for passing options to protocols.Anton Khirnov2011-11-1318-38/+98
* avio: add and use ffurl_protocol_next().Anton Khirnov2011-11-132-8/+18
* avformat: Pass the interrupt callback on to chained muxers/demuxersMartin Storsjö2011-11-132-0/+3
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-1318-40/+67
* avformat: Use ff_check_interruptMartin Storsjö2011-11-138-10/+13
* avio: Add an internal utility function for checking the new interrupt callbackMartin Storsjö2011-11-132-0/+14
* avio: Add AVIOInterruptCBMartin Storsjö2011-11-133-0/+29
* VBLE DecoderDerek Buitenhuis2011-11-111-0/+1
* vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles2011-11-111-3/+11
* vqf: do not set bits_per_coded_sample for TwinVQ.Justin Ruggles2011-11-111-1/+0
* rtpdec: Simplify finalize_packetJohn Brooks2011-11-111-3/+5
* http: Handle proxy authenticationMartin Storsjö2011-11-112-24/+53
* http: Print an error message for Authorization Required, tooMartin Storsjö2011-11-111-1/+2
* AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio)Mike Melanson2011-11-111-0/+1
* tls: Use the URLContext as logging contextMartin Storsjö2011-11-101-5/+5
* http: Don't add a Range: bytes=0- header for POSTMartin Storsjö2011-11-101-1/+1
* http: Change the chunksize AVOption into chunked_postMartin Storsjö2011-11-102-5/+6
* http: Add encoding/decoding flags to the AVOptionsAnton Khirnov2011-11-101-2/+4
* crypto: add decoding flag to options.Anton Khirnov2011-11-101-2/+3
* tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCKAnton Khirnov2011-11-101-1/+1
* http: use different classes for http and https.Anton Khirnov2011-11-101-7/+11
* http: Change an error log message to a warningMartin Storsjö2011-11-101-1/+1
* http: Remove the now unused ff_http_set_headers custom functionMartin Storsjö2011-11-102-26/+0
* mms: Set http custom headers via the AVOptionMartin Storsjö2011-11-101-2/+3
* rtsp: Set http custom headers via the AVOptionMartin Storsjö2011-11-101-2/+2
* http: Make custom headers settable via an AVOptionMartin Storsjö2011-11-101-7/+14
* crypto: Don't manually free memory allocated via AVOptionsMartin Storsjö2011-11-101-6/+1
* avio: Free URLContext private data allocated via AVOptionsMartin Storsjö2011-11-101-1/+4
* avc: fix memory errors when encoding invalid h264 codecdataJohn Brooks2011-11-091-11/+18
* avcodec: add support for planar signed 8-bit PCM.Justin Ruggles2011-11-091-1/+1
OpenPOWER on IntegriCloud