summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* avio: always compile dyn_buf functionsAnton Khirnov2011-04-051-4/+0
* avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internalAnton Khirnov2011-04-052-1/+6
* avio: deprecate av_url_read_seekAnton Khirnov2011-04-053-20/+20
* avio: deprecate av_url_read_pauseAnton Khirnov2011-04-053-7/+8
* avio: deprecate url_get_filename().Anton Khirnov2011-04-042-13/+5
* avio: deprecate url_max_packet_size().Anton Khirnov2011-04-046-19/+9
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-049-19/+24
* avio: make url_filesize() internal.Anton Khirnov2011-04-044-9/+14
* avio: make url_close() internal.Anton Khirnov2011-04-0416-41/+46
* avio: make url_seek() internal.Anton Khirnov2011-04-045-27/+32
* avio: cosmetics, move AVSEEK_SIZE/FORCE declarations togetherAnton Khirnov2011-04-041-15/+15
* avio: make url_write() internal.Anton Khirnov2011-04-0415-35/+42
* avio: make url_read_complete() internal.Anton Khirnov2011-04-049-35/+41
* avio: make url_read() internal.Anton Khirnov2011-04-0411-23/+29
OpenPOWER on IntegriCloud