summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()Justin Ruggles2011-11-26
* avformat: add CRI ADX format demuxerJustin Ruggles2011-11-26
* adx: add an ADX parser.Justin Ruggles2011-11-26
* sol: use AV_RL32 instead of raw pointer castMans Rullgard2011-11-26
* nullenc: drop AVFMT_RAWPICTURE from the flagsLuca Barbato2011-11-25
* cdg: skip packets that don't contain a cdg command.Justin Ruggles2011-11-23
* crcenc: add flagsAnton Khirnov2011-11-23
* md5enc: add flagsAnton Khirnov2011-11-23
* mov: Remove some redundant and obsolete comments.Alex Converse2011-11-22
* doxy: structure libavformat groupsLuca Barbato2011-11-22
* pthread: do not touch has_b_framesJanne Grunau2011-11-22
* httpproxy: Specify the object files needed in the MakefileMartin Storsjö2011-11-20
* rtmp: do not hardcode invoke numbersJosh Allmann2011-11-18
* avio: Mark the old interrupt callback mechanism as deprecatedMartin Storsjö2011-11-18
* applehttp: Fix seeking in streams not starting at DTS=0Panagiotis H.M. Issaris2011-11-18
* http: Don't use the normal http proxy mechanism for httpsMartin Storsjö2011-11-18
* tls: Handle connection via a http proxyMartin Storsjö2011-11-18
* http: Reorder two code blocksMartin Storsjö2011-11-18
* http: Add a new protocol for opening connections via http proxiesMartin Storsjö2011-11-18
* http: Split out the non-chunked buffer reading part from http_readMartin Storsjö2011-11-18
* segafilm: add support for raw videosMatthew Hoops2011-11-18
* rtpdec: only use RTCP for PTS when synchronizing multiple streamsJohn Brooks2011-11-18
* rtpdec: unwrap RTP timestamps for PTS calculationJohn Brooks2011-11-18
* tls: Use TLSv1_client_method for OpenSSLMartin Storsjö2011-11-17
* avformat: Accept the ISO8601 separate format as input, tooMartin Storsjö2011-11-16
* avformat: Interpret times in ff_iso8601_to_unix_time as UTCMartin Storsjö2011-11-16
* lavf: fix multiplication overflow in avformat_find_stream_info()Mans Rullgard2011-11-15
* lavf: simplify format_child_class_next()Luca Barbato2011-11-14
* lavf: pass options from AVFormatContext to avio.Anton Khirnov2011-11-13
* avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö2011-11-13
* avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö2011-11-13
* avio: add support for passing options to protocols.Anton Khirnov2011-11-13
* avio: add and use ffurl_protocol_next().Anton Khirnov2011-11-13
* avformat: Pass the interrupt callback on to chained muxers/demuxersMartin Storsjö2011-11-13
* avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
* avformat: Use ff_check_interruptMartin Storsjö2011-11-13
* avio: Add an internal utility function for checking the new interrupt callbackMartin Storsjö2011-11-13
* avio: Add AVIOInterruptCBMartin Storsjö2011-11-13
* VBLE DecoderDerek Buitenhuis2011-11-11
* vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles2011-11-11
* vqf: do not set bits_per_coded_sample for TwinVQ.Justin Ruggles2011-11-11
* rtpdec: Simplify finalize_packetJohn Brooks2011-11-11
* http: Handle proxy authenticationMartin Storsjö2011-11-11
* http: Print an error message for Authorization Required, tooMartin Storsjö2011-11-11
* AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio)Mike Melanson2011-11-11
* tls: Use the URLContext as logging contextMartin Storsjö2011-11-10
* http: Don't add a Range: bytes=0- header for POSTMartin Storsjö2011-11-10
* http: Change the chunksize AVOption into chunked_postMartin Storsjö2011-11-10
* http: Add encoding/decoding flags to the AVOptionsAnton Khirnov2011-11-10
* crypto: add decoding flag to options.Anton Khirnov2011-11-10