summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCKAnton Khirnov2011-11-10
* http: use different classes for http and https.Anton Khirnov2011-11-10
* http: Change an error log message to a warningMartin Storsjö2011-11-10
* http: Remove the now unused ff_http_set_headers custom functionMartin Storsjö2011-11-10
* mms: Set http custom headers via the AVOptionMartin Storsjö2011-11-10
* rtsp: Set http custom headers via the AVOptionMartin Storsjö2011-11-10
* http: Make custom headers settable via an AVOptionMartin Storsjö2011-11-10
* crypto: Don't manually free memory allocated via AVOptionsMartin Storsjö2011-11-10
* avio: Free URLContext private data allocated via AVOptionsMartin Storsjö2011-11-10
* avc: fix memory errors when encoding invalid h264 codecdataJohn Brooks2011-11-09
* avcodec: add support for planar signed 8-bit PCM.Justin Ruggles2011-11-09
* udp: Allow specifying the local IP addressMartin Storsjö2011-11-09
* lavf: don't leak corrupted packetsAndrey Utkin2011-11-09
* tls: Use ERR_get_error() in do_tls_pollMartin Storsjö2011-11-08
* mxfdec: Fix comparison of unsigned expression < 0.Alex Converse2011-11-08
* mpegts: set stream id on just created stream, not an unrelated variableAnton Khirnov2011-11-08
* lavf: expand doxy for some AVFormatContext fields.Anton Khirnov2011-11-08
* avformat: Avoid a warning about mixed declarations and codeMartin Storsjö2011-11-08
* BMV demuxer and decoderKostya Shishkov2011-11-08
* matroskaenc: Make sure the seekhead struct is freed even on seek failureMartin Storsjö2011-11-07
* avformat: Warn about using network functions without calling avformat_network...Martin Storsjö2011-11-07
* avformat: Revise wordingMartin Storsjö2011-11-07
* rdt: Set AVFMT_NOFILE on ff_rdt_demuxerMartin Storsjö2011-11-07
* rdt: Check the return value of avformat_openMartin Storsjö2011-11-07
* rtsp: Discard the dynamic handler, if it has an alloc function which failedMartin Storsjö2011-11-07
* lavf: don't return from void av_update_cur_dts()Anton Khirnov2011-11-06
* openssl: Only use CRYPTO_set_id_callback on OpenSSL < 1.0.0Martin Storsjö2011-11-06
* Remove leftover includes of strings.hMartin Storsjö2011-11-06