summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* lavf: bump minor and add an APIChanges entry for avformat cleanupAnton Khirnov2011-04-08
* lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov2011-04-08
* avio: deprecate av_protocol_next().Anton Khirnov2011-04-08
* avio: add a function for iterating though protocol names.Anton Khirnov2011-04-08
* lavf: rename a parameter of av_sdp_create from buff->bufAnton Khirnov2011-04-08
* lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-08
* lavf: make av_guess_image2_codec internalAnton Khirnov2011-04-08
* avio: make URLProtocol internal.Anton Khirnov2011-04-08
* avio: make URLContext internal.Anton Khirnov2011-04-08
* lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.Anton Khirnov2011-04-08
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
* applehttp: don't use deprecated url_ functions.Anton Khirnov2011-04-08
* avio: move two ff_udp_* functions from avio_internal to url.hAnton Khirnov2011-04-08
* asfdec: remove a forgotten declaration of nonexistent functionAnton Khirnov2011-04-08
* avio: deprecate the typedef for URLInterruptCBAnton Khirnov2011-04-08
* proto: include os_support.h in network.hLuca Barbato2011-04-07
* matroskaenc: don't write an empty Cues element.Anton Khirnov2011-04-07
* avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-07
* avio: make av_register_protocol2 internal.Anton Khirnov2011-04-07
* avio: avio_ prefix for url_set_interrupt_cb.Anton Khirnov2011-04-07
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* proto: introduce listen option in tcpLuca Barbato2011-04-07
* proto: factor ff_network_wait_fd and use it on udpLuca Barbato2011-04-07
* mmst: get rid of deprecated AVERRORsAnton Khirnov2011-04-06
* lxfdec: use AVERROR(ENOMEM) instead of deprecated AVERROR_NOMEM.Anton Khirnov2011-04-06
* Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov2011-04-06
* lavf: if id3v2 tag is present and all else fails, guess by file extensionAnton Khirnov2011-04-06
* avio: always compile dyn_buf functionsAnton Khirnov2011-04-05
* avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internalAnton Khirnov2011-04-05
* avio: deprecate av_url_read_seekAnton Khirnov2011-04-05
* avio: deprecate av_url_read_pauseAnton Khirnov2011-04-05
* avio: deprecate url_get_filename().Anton Khirnov2011-04-04
* avio: deprecate url_max_packet_size().Anton Khirnov2011-04-04
* avio: make url_get_file_handle() internal.Anton Khirnov2011-04-04
* avio: make url_filesize() internal.Anton Khirnov2011-04-04
* avio: make url_close() internal.Anton Khirnov2011-04-04
* avio: make url_seek() internal.Anton Khirnov2011-04-04
* avio: cosmetics, move AVSEEK_SIZE/FORCE declarations togetherAnton Khirnov2011-04-04
* avio: make url_write() internal.Anton Khirnov2011-04-04
* avio: make url_read_complete() internal.Anton Khirnov2011-04-04
* avio: make url_read() internal.Anton Khirnov2011-04-04
* avio: make url_open() internal.Anton Khirnov2011-04-04
* avio: make url_connect internal.Anton Khirnov2011-04-04
* avio: make url_alloc internal.Anton Khirnov2011-04-04
* applehttp: Merge two for loopsMartin Storsjö2011-04-04
* applehttp: Restructure the demuxer to use a custom AVIOContextMartin Storsjö2011-04-04
* applehttp: Move finished and target_duration to the variant structMartin Storsjö2011-04-04
* avio: deprecate url_open_protocolAnton Khirnov2011-04-04
* avio: deprecate url_poll and URLPollEntryAnton Khirnov2011-04-04
* flvdec: fix segfault in amf_parse_object() due to NULL keyJustin Ruggles2011-04-03