summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAgeFilesLines
* lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-081-0/+19
* lavf: move internal functions from avformat.h to internal.hAnton Khirnov2011-02-061-25/+0
* Make av_set_pts_info keep previous time base if new one is invalid.Reimar Döffinger2011-02-061-1/+2
* libavformat: Add a function for freeing an AVFormatContextMartin Storsjö2011-02-041-2/+8
* lavf: move the version macros to a new headerAnton Khirnov2011-01-211-63/+1
* Add service_provider and service_name metadataGeorgi Chorbadzhiyski2011-01-201-0/+2
* Missing parts of IVF muxer support.Reimar Döffinger2011-01-181-1/+1
* Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje2011-01-141-1/+11
* Add AVOption support for muxers.Anssi Hannula2011-01-021-1/+3
* Implement av_find_best_stream.Nicolas George2010-12-271-1/+32
* lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMSAnton Khirnov2010-12-271-1/+1
* Allow output formats without any streams.Anton Khirnov2010-12-271-0/+1
* Bump libavformat minor version, forgotten in r26094Peter Ross2010-12-261-1/+1
* Clarify AVFMT_TS_DISCONT and muxers.Michael Niedermayer2010-12-251-1/+1
* rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658Martin Storsjö2010-12-051-2/+2
* Increase avformat micro version, forgotten in r25834.Carl Eugen Hoyos2010-11-271-1/+1
* Mobotix .mxg demuxerAnatoly Nenashev2010-11-261-2/+2
* lavf: document the new creation_time tagAnton Khirnov2010-11-231-1/+2
* S/PDIF demuxerAnssi Hannula2010-11-221-1/+1
* Improve documentation wording.Reimar Döffinger2010-11-211-2/+2
* Add av_append_packet function, to be used in code that merges packetsReimar Döffinger2010-11-211-1/+16
* Add a demuxer for receiving raw rtp:// URLs without an SDP descriptionMartin Storsjö2010-10-191-1/+1
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-13/+15
* cosmetic: alignmentAurelien Jacobs2010-10-151-8/+8
* add FF_API_SYMVER define to disable symver compatibility functionsAurelien Jacobs2010-10-151-0/+3
* add FF_API_FIRST_FORMAT define to drop deprecated first_?format from public apiAurelien Jacobs2010-10-151-1/+4
* add FF_API_PARAMETERS_CODEC_ID define to disable the deprecated codec_idAurelien Jacobs2010-10-151-1/+4
* add FF_API_LAVF_UNUSED define to disable the unused struct fieldsAurelien Jacobs2010-10-151-2/+5
* add FF_API_READ_SEEK define to drop usage of AVInputFormat.read_seekAurelien Jacobs2010-10-151-1/+4
* add FF_API_PARSE_FRAME_PARAM define to disable the deprecatedAurelien Jacobs2010-10-151-1/+4
* add FF_API_ALLOC_FORMAT_CONTEXT define to disable the deprecatedAurelien Jacobs2010-10-151-1/+4
* add FF_API_URL_SPLIT define to disable the deprecated ff_url_split() functionAurelien Jacobs2010-10-151-0/+3
* add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()Aurelien Jacobs2010-10-151-0/+3
* add FF_API_GUESS_FORMAT define to disable the deprecated guess_format()Aurelien Jacobs2010-10-151-1/+4
* Deprecate old API.Anton Khirnov2010-10-151-20/+20
* Add a SAP demuxerMartin Storsjö2010-10-131-1/+1
* Add forgotten minor bump and changelog entry for the SAP muxerMartin Storsjö2010-10-111-1/+1
* move av_find_stream_info() info struct to AVStream to avoid messy (re)allocationAurelien Jacobs2010-10-081-0/+12
* properly check for FF_API_MAX_STREAMS instead of LIBAVFORMAT_VERSION_MAJORAurelien Jacobs2010-10-061-1/+1
* add new streams API without MAX_STREAMS limitAurelien Jacobs2010-10-061-0/+4
* document the fact that av_new_stream() can't be called in a background threadAurelien Jacobs2010-10-061-1/+2
* Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö2010-10-061-1/+1
* Add demuxer for LXF (Leitch/Harris' VR native stream format)Tomas Härdin2010-10-011-2/+2
* Clarify what av_read_frame() returns.Michael Niedermayer2010-09-141-0/+5
* Read all id3v2 tags at the beginning of mp3 files.David Byron2010-09-111-1/+1
* Add a muxer and demuxer for raw G.722Martin Storsjö2010-09-091-1/+1
* add FF_API_URL_RESETBUF define to disable the deprecated url_resetbuf()Aurelien Jacobs2010-08-191-0/+3
* add FF_API_REGISTER_PROTOCOL define to disable the deprecatedAurelien Jacobs2010-08-191-0/+3
* add FF_API_URL_CLASS define to enable usage of URLContext as a AVClassAurelien Jacobs2010-08-191-0/+3
* add a comment to clarify that FF_API_* defines are not part of public APIAurelien Jacobs2010-08-181-0/+4
OpenPOWER on IntegriCloud