summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* redundant check--Michael Niedermayer2008-05-27
* Do not use the pts/dts calculation code which needs a parser, when no parserMichael Niedermayer2008-05-27
* compute the end of all chapters when end is not specified in the containerAurelien Jacobs2008-05-24
* cosmetics: indentationAurelien Jacobs2008-05-24
* remove useless title checkAurelien Jacobs2008-05-24
* Pass time_base as argument to new_chapter() as well.Michael Niedermayer2008-05-23
* Warn user about invalid timestamps.Michael Niedermayer2008-05-23
* Make ff_new_chapter() return AVChapter instead of int so its consistant withMichael Niedermayer2008-05-23
* s/num_chapters/nb_chapters/ all other similar variables are called nb_*.Michael Niedermayer2008-05-23
* vertical alignMichael Niedermayer2008-05-23
* indentMichael Niedermayer2008-05-23
* remove useless title checkMichael Niedermayer2008-05-23
* indentMichael Niedermayer2008-05-23
* Add id to AVChapter, untested (where do i find matroska files with chapters?).Michael Niedermayer2008-05-23
* cosmetics: indentationAurelien Jacobs2008-05-23
* allows adding chapters with NULL titleAurelien Jacobs2008-05-23
* add support for chapters definition in lavfAnton Khirnov2008-05-22
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* minor memleakMichael Niedermayer2008-04-24
* Print duration with higher precision.Diego Biurrun2008-04-16
* Do not detect a format if another has the same score.Michael Niedermayer2008-04-15
* Do not call update_initial_durations if pkt->duration is 0.Reimar Döffinger2008-04-13
* typo: occured --> occurredDiego Biurrun2008-03-22
* typo fixesDiego Biurrun2008-03-15
* Introduce max_picture_buffer variable in AVFormatContext,Ramiro Polla2008-03-08
* do not reset duration_error for all streams, only reset current stream, fix w...Baptiste Coudurier2008-03-06
* Set indexmem to a saner default.Michael Niedermayer2008-02-24
* revert 12156Michael Niedermayer2008-02-20
* Get rid of a fake timestamp discontinuity at the begin of V.VOB.Michael Niedermayer2008-02-20
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-20
* Fix timestamps and durations if the first packets have no durations nor times...Michael Niedermayer2008-02-15
* Remove incorrect casts that should have never been there.Michael Niedermayer2008-02-02
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
* ensure av_rescale_q() can be calculated (won't divide by zero)Aurelien Jacobs2008-01-21
* misc spelling/grammar fixesDiego Biurrun2008-01-16
* user specifyable maximum amount of memory to use for the index.Paul Kelly2008-01-13
* indentMichael Niedermayer2007-12-29
* Try to fix url_split() so that the ?foobar part is in the path and only the p...Michael Niedermayer2007-12-29
* Fix detected fps for old divx/xvid.Michael Niedermayer2007-12-27
* 100l, av_read_packet must check for read_packet error, in case ofReimar Döffinger2007-12-23
* remove double check of pb->read_seekAurelien Jacobs2007-12-20
* use proper url_is_streamed() APIAurelien Jacobs2007-12-19
* Merge recently added and still unused play and pause functions.Michael Niedermayer2007-12-19
* Add a av_close_input_stream functionReimar Döffinger2007-12-19
* Allow overriding codec_ids.Michael Niedermayer2007-12-19
* Simplify av_close_input_file similarly to av_open_input_file previouslyReimar Döffinger2007-12-17
* Simplify av_open_input_fileReimar Döffinger2007-12-17
* Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger2007-12-17
* Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek()Björn Axelsson2007-12-17