summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* applehttp: Only check the discard flags if v->ctx actually is initializedMartin Storsjö2011-04-131-4/+7
* lavf: bump minor and add an APIChanges entry for the last avio changesAnton Khirnov2011-04-131-1/+1
* avio: deprecate url_exist in favor of avio_check.Anton Khirnov2011-04-132-2/+5
* file: implement url_check() callback in the file and pipe protocolsStefano Sabatini2011-04-131-0/+16
* avio: add avio_check()Stefano Sabatini2011-04-133-0/+38
* avio: left-shift AVIO_ flags on next bumpAnton Khirnov2011-04-131-0/+10
* lavf/utils.c: Order packets with identical PTS by stream index.Vitor Sessak2011-04-121-1/+4
* flvdec: Allow parsing keyframes metadata without seeking in most casesMartin Storsjö2011-04-121-2/+11
* avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov2011-04-126-35/+36
* flvdec: Fix support for flvtool2 "keyframes based" generated indexKharkov Alexander2011-04-121-1/+2
* Fix compilation of timefilter test program.Diego Biurrun2011-04-111-0/+2
* avio: add more documentation for AVIOContext.Anton Khirnov2011-04-101-0/+13
* Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás2011-04-101-0/+1
* avio: document some members of AVIOContext.Anton Khirnov2011-04-101-4/+9
* avio: document avio_close().Anton Khirnov2011-04-101-0/+6
* avio: cosmetics, vertically align comments.Anton Khirnov2011-04-101-5/+5
* avio: cosmetics, group the reading functions.Anton Khirnov2011-04-101-6/+14
* avio: cosmetics, merge all the FF_API_OLD_AVIO blocks.Anton Khirnov2011-04-101-112/+84
* avio: cosmetics, move AVIOContext to start of the file.Anton Khirnov2011-04-101-38/+39
* avio: update file header.Anton Khirnov2011-04-101-4/+1
* oggdec: fix demuxing chained audio streamsClément Bœsch2011-04-102-0/+17
* daud: Don't write packets that are too large to have their size expressed in ...Alex Converse2011-04-091-0/+5
* avformat.h: fix a misplaced #endifAnton Khirnov2011-04-091-1/+1
* lavf: bump minor and add an APIChanges entry for avformat cleanupAnton Khirnov2011-04-081-1/+1
* lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov2011-04-082-6/+5
* avio: deprecate av_protocol_next().Anton Khirnov2011-04-082-1/+5
* avio: add a function for iterating though protocol names.Anton Khirnov2011-04-082-0/+23
* lavf: rename a parameter of av_sdp_create from buff->bufAnton Khirnov2011-04-082-9/+9
* lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-085-5/+19
* lavf: make av_guess_image2_codec internalAnton Khirnov2011-04-085-3/+18
* avio: make URLProtocol internal.Anton Khirnov2011-04-082-1/+22
* avio: make URLContext internal.Anton Khirnov2011-04-0810-3/+21
* lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.Anton Khirnov2011-04-083-1/+10
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-0811-117/+97
* applehttp: don't use deprecated url_ functions.Anton Khirnov2011-04-081-8/+8
* avio: move two ff_udp_* functions from avio_internal to url.hAnton Khirnov2011-04-082-4/+4
* asfdec: remove a forgotten declaration of nonexistent functionAnton Khirnov2011-04-081-2/+0
* avio: deprecate the typedef for URLInterruptCBAnton Khirnov2011-04-083-7/+5
* proto: include os_support.h in network.hLuca Barbato2011-04-071-0/+1
* matroskaenc: don't write an empty Cues element.Anton Khirnov2011-04-071-3/+6
* avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-076-0/+8
* avio: make av_register_protocol2 internal.Anton Khirnov2011-04-074-5/+19
* avio: avio_ prefix for url_set_interrupt_cb.Anton Khirnov2011-04-072-2/+7
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-0724-62/+89
* proto: introduce listen option in tcpLuca Barbato2011-04-071-2/+22
* proto: factor ff_network_wait_fd and use it on udpLuca Barbato2011-04-073-52/+34
* mmst: get rid of deprecated AVERRORsAnton Khirnov2011-04-061-7/+7
* lxfdec: use AVERROR(ENOMEM) instead of deprecated AVERROR_NOMEM.Anton Khirnov2011-04-061-2/+2
* Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov2011-04-065-7/+7
* lavf: if id3v2 tag is present and all else fails, guess by file extensionAnton Khirnov2011-04-061-1/+12
OpenPOWER on IntegriCloud