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-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ö
2011-11-07rdt: Set AVFMT_NOFILE on ff_rdt_demuxerMartin Storsjö
2011-11-07rdt: Check the return value of avformat_openMartin Storsjö
2011-11-07rtsp: Discard the dynamic handler, if it has an alloc function which failedMartin Storsjö
2011-11-06lavf: don't return from void av_update_cur_dts()Anton Khirnov
2011-11-06openssl: Only use CRYPTO_set_id_callback on OpenSSL < 1.0.0Martin Storsjö
2011-11-06Remove leftover includes of strings.hMartin Storsjö
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-11-05http: Remove the custom function for disabling chunked postsMartin Storsjö
2011-11-05rtsp: Disable chunked http post through AVOptionsMartin Storsjö
2011-11-05movdec: Set frame_size for AMRCarl Eugen Hoyos
2011-11-05matroskadec: empty blocks are in fact valid.Ronald S. Bultje
2011-11-05movenc: Set a correct packet size for AMR-NB mode 15, "no data"Carl Eugen Hoyos
2011-11-05avformat: Add functions for doing global network initializationMartin Storsjö
2011-11-05avformat: Add the https protocolMartin Storsjö
2011-11-05avformat: Add the tls protocol, using OpenSSL or gnutlsMartin Storsjö
2011-11-05avformat: Initialize gnutls in ff_tls_init()Martin Storsjö