summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* 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
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* http: Remove the custom function for disabling chunked postsMartin Storsjö2011-11-05
* rtsp: Disable chunked http post through AVOptionsMartin Storsjö2011-11-05
* movdec: Set frame_size for AMRCarl Eugen Hoyos2011-11-05
* matroskadec: empty blocks are in fact valid.Ronald S. Bultje2011-11-05
* movenc: Set a correct packet size for AMR-NB mode 15, "no data"Carl Eugen Hoyos2011-11-05
* avformat: Add functions for doing global network initializationMartin Storsjö2011-11-05
* avformat: Add the https protocolMartin Storsjö2011-11-05
* avformat: Add the tls protocol, using OpenSSL or gnutlsMartin Storsjö2011-11-05
* avformat: Initialize gnutls in ff_tls_init()Martin Storsjö2011-11-05
* avformat: Add ff_tls_init()/deinit() that initialize OpenSSLMartin Storsjö2011-11-05
* avformat: Split out functions from network.h to a new file, network.cMartin Storsjö2011-11-05
* gsm demuxer: do not allocate packet twice.Justin Ruggles2011-11-02
* flvenc: use first packet delay as global delay.Justin Ruggles2011-11-02
* rtsp: add allowed_media_types optionJohn Brooks2011-11-02
* Create separate functions for the raw GSM demuxer.Justin Ruggles2011-11-02
* Replace vendor string in Ogg and FLAC muxers.Diego Biurrun2011-11-02
* Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-02
* Replace outdated references to ffmpeg tool with avconv.Diego Biurrun2011-11-02
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* id3v2: fix type of ID3v2EMFunc.free()Anton Khirnov2011-11-02
* g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles2011-11-01
* dsicin: fix several audio-related fields in the CIN demuxerJustin Ruggles2011-10-29
* mov: Avoid divide by zero in edit list dts handlingBenjamin Larsson2011-10-29
* lavf: use number of output pictures for delay checks.Ronald S. Bultje2011-10-28
* probe: Restore identification of files with very large id3 tags and no extens...Alex Converse2011-10-28
* probe: Remove id3 tag presence as a criteria to do file extension checking.Alex Converse2011-10-28