summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* lavf: remove FF_API_INDEX_BUILT cruftAnton Khirnov2011-04-192-6/+0
* lavf: remove FF_API_URL_CLASS cruft.Anton Khirnov2011-04-194-42/+26
* lavf: remove FF_API_SYMVER cruftAnton Khirnov2011-04-192-35/+0
* lavf: remove FF_API_FIRST_FORMAT cruftAnton Khirnov2011-04-193-16/+2
* lavf: remove FF_API_PARAMETERS_CODEC_ID cruftAnton Khirnov2011-04-192-7/+0
* lavf: remove FF_API_LAVF_UNUSED cruftAnton Khirnov2011-04-192-12/+0
* lavf: remove FF_API_PARSE_FRAME_PARAM cruftAnton Khirnov2011-04-193-37/+0
* lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruftAnton Khirnov2011-04-193-17/+0
* lavf: remove FF_API_URL_SPLIT cruftAnton Khirnov2011-04-193-33/+0
* lavf: remove FF_API_UDP_GET_FILE cruftAnton Khirnov2011-04-193-11/+1
* lavf: remove FF_API_GUESS_FORMAT cruftAnton Khirnov2011-04-193-44/+0
* lavf: remove FF_API_REGISTER_PROTOCOL cruftAnton Khirnov2011-04-193-42/+0
* lavf: remove FF_API_URL_RESETBUF cruftAnton Khirnov2011-04-193-22/+0
* lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov2011-04-198-228/+0
* lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-196-32/+0
* Bump major versions of all libraries.Anton Khirnov2011-04-181-2/+2
* Replace mplayerhq.hu URLs by libav.org.Diego Biurrun2011-04-181-1/+1
* asfdec: Remove dead code from asf_read_close().Diego Biurrun2011-04-181-5/+1
OpenPOWER on IntegriCloud