summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* VBLE DecoderDerek Buitenhuis2011-11-111-0/+1
* vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles2011-11-111-3/+11
* vqf: do not set bits_per_coded_sample for TwinVQ.Justin Ruggles2011-11-111-1/+0
* rtpdec: Simplify finalize_packetJohn Brooks2011-11-111-3/+5
* http: Handle proxy authenticationMartin Storsjö2011-11-112-24/+53
* http: Print an error message for Authorization Required, tooMartin Storsjö2011-11-111-1/+2
* AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio)Mike Melanson2011-11-111-0/+1
* tls: Use the URLContext as logging contextMartin Storsjö2011-11-101-5/+5
* http: Don't add a Range: bytes=0- header for POSTMartin Storsjö2011-11-101-1/+1
* http: Change the chunksize AVOption into chunked_postMartin Storsjö2011-11-102-5/+6
* http: Add encoding/decoding flags to the AVOptionsAnton Khirnov2011-11-101-2/+4
* crypto: add decoding flag to options.Anton Khirnov2011-11-101-2/+3
* tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCKAnton Khirnov2011-11-101-1/+1
* http: use different classes for http and https.Anton Khirnov2011-11-101-7/+11
* http: Change an error log message to a warningMartin Storsjö2011-11-101-1/+1
* http: Remove the now unused ff_http_set_headers custom functionMartin Storsjö2011-11-102-26/+0
* mms: Set http custom headers via the AVOptionMartin Storsjö2011-11-101-2/+3
* rtsp: Set http custom headers via the AVOptionMartin Storsjö2011-11-101-2/+2
* http: Make custom headers settable via an AVOptionMartin Storsjö2011-11-101-7/+14
* crypto: Don't manually free memory allocated via AVOptionsMartin Storsjö2011-11-101-6/+1
* avio: Free URLContext private data allocated via AVOptionsMartin Storsjö2011-11-101-1/+4
* avc: fix memory errors when encoding invalid h264 codecdataJohn Brooks2011-11-091-11/+18
* avcodec: add support for planar signed 8-bit PCM.Justin Ruggles2011-11-091-1/+1
* udp: Allow specifying the local IP addressMartin Storsjö2011-11-091-5/+10
* lavf: don't leak corrupted packetsAndrey Utkin2011-11-091-0/+1
* tls: Use ERR_get_error() in do_tls_pollMartin Storsjö2011-11-081-1/+1
* mxfdec: Fix comparison of unsigned expression < 0.Alex Converse2011-11-081-1/+1
* mpegts: set stream id on just created stream, not an unrelated variableAnton Khirnov2011-11-081-1/+1
* lavf: expand doxy for some AVFormatContext fields.Anton Khirnov2011-11-081-5/+44
* avformat: Avoid a warning about mixed declarations and codeMartin Storsjö2011-11-081-1/+1
* BMV demuxer and decoderKostya Shishkov2011-11-084-1/+139
* matroskaenc: Make sure the seekhead struct is freed even on seek failureMartin Storsjö2011-11-071-3/+7
* avformat: Warn about using network functions without calling avformat_network...Martin Storsjö2011-11-073-0/+9
* avformat: Revise wordingMartin Storsjö2011-11-071-2/+2
* rdt: Set AVFMT_NOFILE on ff_rdt_demuxerMartin Storsjö2011-11-071-0/+1
* rdt: Check the return value of avformat_openMartin Storsjö2011-11-071-1/+5
* rtsp: Discard the dynamic handler, if it has an alloc function which failedMartin Storsjö2011-11-071-1/+4
* lavf: don't return from void av_update_cur_dts()Anton Khirnov2011-11-061-1/+1
* openssl: Only use CRYPTO_set_id_callback on OpenSSL < 1.0.0Martin Storsjö2011-11-061-2/+2
* Remove leftover includes of strings.hMartin Storsjö2011-11-063-3/+0
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-0611-37/+30
* http: Remove the custom function for disabling chunked postsMartin Storsjö2011-11-052-13/+0
* rtsp: Disable chunked http post through AVOptionsMartin Storsjö2011-11-051-1/+2
* movdec: Set frame_size for AMRCarl Eugen Hoyos2011-11-051-6/+8
* matroskadec: empty blocks are in fact valid.Ronald S. Bultje2011-11-051-2/+3
* movenc: Set a correct packet size for AMR-NB mode 15, "no data"Carl Eugen Hoyos2011-11-051-1/+1
* avformat: Add functions for doing global network initializationMartin Storsjö2011-11-053-1/+36
* avformat: Add the https protocolMartin Storsjö2011-11-054-5/+28
* avformat: Add the tls protocol, using OpenSSL or gnutlsMartin Storsjö2011-11-054-1/+237
* avformat: Initialize gnutls in ff_tls_init()Martin Storsjö2011-11-051-0/+20
OpenPOWER on IntegriCloud