summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* lavf/utils: fix ff_interleave_compare_dts corner case.Vitor Sessak2011-05-10
* mpegtsenc: Clear st->priv_data when freeing itMartin Storsjö2011-05-09
* udp: Fix receiving RTP data over multicastMartin Storsjö2011-05-09
* rtpproto: Remove an unused variableMartin Storsjö2011-05-09
* mov: fix composition timestamps on movie fragments.Yusuke Nakamura2011-05-05
* Fix standalone compilation of pipe protocol.Diego Biurrun2011-05-04
* Fix standalone compilation of WTV demuxer.Diego Biurrun2011-05-04
* matroskaenc: fix memory leakMans Rullgard2011-05-04
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
* asfdec: fix assert failure on invalid filesUoti Urpala2011-05-03
* nutenc: check malloc return values.Ronald S. Bultje2011-05-03
* nutenc: don't av_malloc(0).Ronald S. Bultje2011-05-03
* asfdec: fix parsing of packets that overrun into padding.Ronald S. Bultje2011-05-03
* Make ffmpeg support generic data streamLuca Barbato2011-05-03
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* lavf: inspect more frames for fps when container time base is coarseAnssi Hannula2011-04-29
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-29
* avio: Fix the deprecated fallback URL-prefixed open flagsMartin Storsjö2011-04-28
* network: Check POLLERR and POLLHUP in ff_network_wait_fdGil Pedersen2011-04-28
* mpegtsenc: make PMT PID really start on pmt_start_pidAnton Khirnov2011-04-28
* nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-28
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-26
* read AVI palette from the end of extradataKostya Shishkov2011-04-24
* applehttp: Don't export variant_bitrate if it isn't knownMartin Storsjö2011-04-24
* crypto: Use av_freep instead of av_freeMartin Storsjö2011-04-24
* oggdec: reindent after 8f3eebd6Clément Bœsch2011-04-24
* Handle unicode file names on windowsKirill Gavrilov2011-04-24
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-24
* Fix mov debug (u)int64_t format strings.Alex Converse2011-04-22
* applehttp: Handle AES-128 encrypted streamsMartin Storsjö2011-04-23
* Add a protocol handler for AES CBC decryption with PKCS7 paddingMartin Storsjö2011-04-23
* Use av_log_ask_for_sample() to request samples from users.Diego Biurrun2011-04-22
* applehttp: Expose the stream bitrate via metadataMartin Storsjö2011-04-21
* error: remove AVERROR_NUMEXPECTEDStefano Sabatini2011-04-21
* oggdec: use av_freep() instead of av_free()Michael Niedermayer2011-04-20
* avio: Fix sanity checks in ffurl_read*Martin Storsjö2011-04-20
* libavformat: Free AVFormatContext->streamsMartin Storsjö2011-04-20
* libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö2011-04-20
* asf: remove commented out code in asf_read_seekVladimir Pantelic2011-04-20
* prefer avio_check() over url_exist()Stefano Sabatini2011-04-19
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* lavf: remove misc disabled cruft.Anton Khirnov2011-04-19
* lavf: remove FF_API_INDEX_BUILT cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_URL_CLASS cruft.Anton Khirnov2011-04-19
* lavf: remove FF_API_SYMVER cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_FIRST_FORMAT cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_PARAMETERS_CODEC_ID cruftAnton Khirnov2011-04-19
* lavf: remove FF_API_LAVF_UNUSED cruftAnton Khirnov2011-04-19