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-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ö
2011-11-10http: Remove the now unused ff_http_set_headers custom functionMartin Storsjö
2011-11-10mms: Set http custom headers via the AVOptionMartin Storsjö
2011-11-10rtsp: Set http custom headers via the AVOptionMartin Storsjö
2011-11-10http: Make custom headers settable via an AVOptionMartin Storsjö
2011-11-10crypto: Don't manually free memory allocated via AVOptionsMartin Storsjö
2011-11-10avio: Free URLContext private data allocated via AVOptionsMartin Storsjö
2011-11-10avc: fix memory errors when encoding invalid h264 codecdataJohn Brooks
2011-11-10avcodec: add support for planar signed 8-bit PCM.Justin Ruggles
2011-11-09udp: Allow specifying the local IP addressMartin Storsjö
2011-11-09lavf: don't leak corrupted packetsAndrey Utkin
2011-11-09tls: Use ERR_get_error() in do_tls_pollMartin Storsjö
2011-11-08mxfdec: Fix comparison of unsigned expression < 0.Alex Converse
2011-11-08mpegts: set stream id on just created stream, not an unrelated variableAnton Khirnov
2011-11-08lavf: expand doxy for some AVFormatContext fields.Anton Khirnov
2011-11-08avformat: Avoid a warning about mixed declarations and codeMartin Storsjö
2011-11-08BMV demuxer and decoderKostya Shishkov
2011-11-08matroskaenc: Make sure the seekhead struct is freed even on seek failureMartin Storsjö
2011-11-07avformat: Warn about using network functions without calling avformat_network...Martin Storsjö
2011-11-07avformat: Revise wordingMartin Storsjö