Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-26sol: use AV_RL32 instead of raw pointer castMans Rullgard
2011-11-25nullenc: drop AVFMT_RAWPICTURE from the flagsLuca Barbato
2011-11-24cdg: skip packets that don't contain a cdg command.Justin Ruggles
2011-11-24crcenc: add flagsAnton Khirnov
2011-11-23md5enc: add flagsAnton Khirnov
2011-11-22mov: Remove some redundant and obsolete comments.Alex Converse
2011-11-22doxy: structure libavformat groupsLuca Barbato
2011-11-22pthread: do not touch has_b_framesJanne Grunau
2011-11-20httpproxy: Specify the object files needed in the MakefileMartin Storsjö
2011-11-18rtmp: do not hardcode invoke numbersJosh Allmann
2011-11-18avio: Mark the old interrupt callback mechanism as deprecatedMartin Storsjö
2011-11-18applehttp: Fix seeking in streams not starting at DTS=0Panagiotis H.M. Issaris
2011-11-18http: Don't use the normal http proxy mechanism for httpsMartin Storsjö
2011-11-18tls: Handle connection via a http proxyMartin Storsjö
2011-11-18http: Reorder two code blocksMartin Storsjö
2011-11-18http: Add a new protocol for opening connections via http proxiesMartin Storsjö
2011-11-18http: Split out the non-chunked buffer reading part from http_readMartin Storsjö
2011-11-18segafilm: add support for raw videosMatthew Hoops
2011-11-18rtpdec: only use RTCP for PTS when synchronizing multiple streamsJohn Brooks
2011-11-18rtpdec: unwrap RTP timestamps for PTS calculationJohn Brooks
2011-11-17tls: Use TLSv1_client_method for OpenSSLMartin Storsjö
2011-11-16avformat: Accept the ISO8601 separate format as input, tooMartin Storsjö
2011-11-16avformat: Interpret times in ff_iso8601_to_unix_time as UTCMartin Storsjö
2011-11-16lavf: fix multiplication overflow in avformat_find_stream_info()Mans Rullgard
2011-11-14lavf: simplify format_child_class_next()Luca Barbato
2011-11-13lavf: pass options from AVFormatContext to avio.Anton Khirnov
2011-11-13avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwardsMartin Storsjö
2011-11-13avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö
2011-11-13avio: add support for passing options to protocols.Anton Khirnov
2011-11-13avio: add and use ffurl_protocol_next().Anton Khirnov
2011-11-13avformat: Pass the interrupt callback on to chained muxers/demuxersMartin Storsjö
2011-11-13avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö
2011-11-13avformat: Use ff_check_interruptMartin Storsjö
2011-11-13avio: Add an internal utility function for checking the new interrupt callbackMartin Storsjö
2011-11-13avio: Add AVIOInterruptCBMartin Storsjö
2011-11-12VBLE DecoderDerek Buitenhuis
2011-11-11vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles
2011-11-11vqf: do not set bits_per_coded_sample for TwinVQ.Justin Ruggles
2011-11-11rtpdec: Simplify finalize_packetJohn Brooks
2011-11-11http: Handle proxy authenticationMartin Storsjö
2011-11-11http: Print an error message for Authorization Required, tooMartin Storsjö
2011-11-11AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio)Mike Melanson
2011-11-11tls: Use the URLContext as logging contextMartin Storsjö
2011-11-10http: Don't add a Range: bytes=0- header for POSTMartin Storsjö
2011-11-10http: Change the chunksize AVOption into chunked_postMartin Storsjö
2011-11-10http: Add encoding/decoding flags to the AVOptionsAnton Khirnov
2011-11-10crypto: add decoding flag to options.Anton Khirnov
2011-11-10tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCKAnton Khirnov
2011-11-10http: use different classes for http and https.Anton Khirnov
2011-11-10http: Change an error log message to a warningMartin Storsjö