summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-126-9/+2
* nsv: Fix misdetection of MP3 files as NSV.Thierry Foucu2011-05-121-3/+17
* oggdec: use explicit AVInputFormat struct initializersClément Bœsch2011-05-121-11/+11
* oggdec: simplify ogg_probeClément Bœsch2011-05-121-5/+2
* Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier2011-05-111-0/+1
* rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö2011-05-113-1/+12
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-105-28/+28
* lavf/utils: fix ff_interleave_compare_dts corner case.Vitor Sessak2011-05-101-5/+5
* mpegtsenc: Clear st->priv_data when freeing itMartin Storsjö2011-05-091-1/+1
* udp: Fix receiving RTP data over multicastMartin Storsjö2011-05-091-6/+6
* rtpproto: Remove an unused variableMartin Storsjö2011-05-091-3/+1
* mov: fix composition timestamps on movie fragments.Yusuke Nakamura2011-05-051-13/+27
* Fix standalone compilation of pipe protocol.Diego Biurrun2011-05-041-13/+13
* Fix standalone compilation of WTV demuxer.Diego Biurrun2011-05-041-1/+2
* matroskaenc: fix memory leakMans Rullgard2011-05-041-2/+2
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-032-2/+3
* asfdec: fix assert failure on invalid filesUoti Urpala2011-05-031-0/+4
* nutenc: check malloc return values.Ronald S. Bultje2011-05-031-0/+6
* nutenc: don't av_malloc(0).Ronald S. Bultje2011-05-031-1/+2
* asfdec: fix parsing of packets that overrun into padding.Ronald S. Bultje2011-05-031-2/+8
* Make ffmpeg support generic data streamLuca Barbato2011-05-031-0/+1
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-022-5/+5
* lavf: inspect more frames for fps when container time base is coarseAnssi Hannula2011-04-291-1/+9
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-292-6/+0
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-296-46/+26
* avio: Fix the deprecated fallback URL-prefixed open flagsMartin Storsjö2011-04-281-3/+3
* network: Check POLLERR and POLLHUP in ff_network_wait_fdGil Pedersen2011-04-281-1/+1
* mpegtsenc: make PMT PID really start on pmt_start_pidAnton Khirnov2011-04-281-1/+1
* nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-281-0/+2
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-261-2/+0
* read AVI palette from the end of extradataKostya Shishkov2011-04-241-4/+8
* applehttp: Don't export variant_bitrate if it isn't knownMartin Storsjö2011-04-241-1/+3
* crypto: Use av_freep instead of av_freeMartin Storsjö2011-04-241-3/+3
* oggdec: reindent after 8f3eebd6Clément Bœsch2011-04-241-7/+7
* Handle unicode file names on windowsKirill Gavrilov2011-04-243-1/+34
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-2414-35/+35
* Fix mov debug (u)int64_t format strings.Alex Converse2011-04-221-3/+3
* applehttp: Handle AES-128 encrypted streamsMartin Storsjö2011-04-232-4/+106
* Add a protocol handler for AES CBC decryption with PKCS7 paddingMartin Storsjö2011-04-233-0/+172
* Use av_log_ask_for_sample() to request samples from users.Diego Biurrun2011-04-221-1/+2
* applehttp: Expose the stream bitrate via metadataMartin Storsjö2011-04-213-1/+5
* error: remove AVERROR_NUMEXPECTEDStefano Sabatini2011-04-211-1/+1
* oggdec: use av_freep() instead of av_free()Michael Niedermayer2011-04-201-2/+2
* avio: Fix sanity checks in ffurl_read*Martin Storsjö2011-04-201-2/+2
* libavformat: Free AVFormatContext->streamsMartin Storsjö2011-04-201-0/+1
* libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö2011-04-205-14/+14
* asf: remove commented out code in asf_read_seekVladimir Pantelic2011-04-201-21/+0
* prefer avio_check() over url_exist()Stefano Sabatini2011-04-191-3/+3
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-1923-63/+62
* lavf: remove misc disabled cruft.Anton Khirnov2011-04-191-13/+0