summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* reverts parts of commit de11ee906ed232157392924735c18ab7d8522ccb. The author ...Michael Niedermayer2011-03-18
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-18
|\
| * asfdec: subtract the preroll value and thus output 0 based timestampsVladimir Pantelic2011-03-17
| * lavf: update documentation of AVOutputFormat.flagsAnssi Hannula2011-03-07
| * lavf: document the use of multiple entries in language metadata tagAnssi Hannula2011-03-07
| * libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö2011-03-02
| * avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
| * Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-17
| * Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-16
| * lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-16
| * Document that av_write_header sets stream time_base to a value of it chosing.Reimar Döffinger2011-02-16
| * lavf: add AV_DISPOSITION_CLEAN_EFFECTS flagAnssi Hannula2011-02-14
| * lavf: deprecate AVFormatContext.index_builtAnton Khirnov2011-02-10
| * add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIREDPeter Ross2011-02-10
| * lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-08
| * lavf: move internal functions from avformat.h to internal.hAnton Khirnov2011-02-06
| * Make av_set_pts_info keep previous time base if new one is invalid.Reimar Döffinger2011-02-06
| * libavformat: Add a function for freeing an AVFormatContextMartin Storsjö2011-02-04
| * lavf: move the version macros to a new headerAnton Khirnov2011-01-21
| * Add service_provider and service_name metadataGeorgi Chorbadzhiyski2011-01-20
* | lavf: document the use of multiple entries in language metadata tagAnssi Hannula2011-03-08
* | libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameterMartin Storsjö2011-03-03
* | lavf: update documentation of AVOutputFormat.flagsAnssi Hannula2011-02-24
* | lavf: postpone removal of public metadata conversion APIAnton Khirnov2011-02-23
* | avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-18
* | Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-18
* | lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-18
* | Document that av_write_header sets stream time_base to a value of it chosing.Reimar Döffinger2011-02-16
* | lavf: add AV_DISPOSITION_CLEAN_EFFECTS flagAnssi Hannula2011-02-15
* | lavf: deprecate AVFormatContext.index_builtAnton Khirnov2011-02-13
* | add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIREDPeter Ross2011-02-11
* | lavf: rename ff_probe_input_buffer to make it publicAnssi Hannula2011-02-09
* | lavf: move internal functions from avformat.h to internal.hAnton Khirnov2011-02-09
* | Make av_set_pts_info keep previous time base if new one is invalid.Reimar Döffinger2011-02-09
* | libavformat: Add a function for freeing an AVFormatContextMartin Storsjö2011-02-06
* | Document that av_write_header sets stream time_base to a value of it chosing.Reimar Döffinger2011-01-31
* | lavf: move the version macros to a new headerAnton Khirnov2011-01-23
* | Add service_provider and service_name metadataGeorgi Chorbadzhiyski2011-01-21
|/
* Missing parts of IVF muxer support.Reimar Döffinger2011-01-18
* Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje2011-01-14
* Add AVOption support for muxers.Anssi Hannula2011-01-02
* Implement av_find_best_stream.Nicolas George2010-12-27
* lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMSAnton Khirnov2010-12-27
* Allow output formats without any streams.Anton Khirnov2010-12-27
* Bump libavformat minor version, forgotten in r26094Peter Ross2010-12-26
* Clarify AVFMT_TS_DISCONT and muxers.Michael Niedermayer2010-12-25
* rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658Martin Storsjö2010-12-05