summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Make timestamp debugging work nicer.Michael Niedermayer2008-06-091-2/+4
* Merge declaration and initialization.Ramiro Polla2008-06-061-2/+1
* Ensure the first audio stream is selected as the default streamAurelien Jacobs2008-06-031-1/+4
* Make update_initial_durations() also work if a dts occured before aMichael Niedermayer2008-06-031-5/+20
* Do not set pts in update_initial_durations() if stream has b frames.Michael Niedermayer2008-06-031-1/+3
* Audio channels and sample rate must be set in order to skipAndreas Öman2008-06-021-1/+1
* rename last_frame_offset to next_frame_offset, due to r13615Baptiste Coudurier2008-06-021-1/+1
* redundant check--Michael Niedermayer2008-05-271-1/+2
* Do not use the pts/dts calculation code which needs a parser, when no parserMichael Niedermayer2008-05-271-1/+1
* compute the end of all chapters when end is not specified in the containerAurelien Jacobs2008-05-241-0/+22
* cosmetics: indentationAurelien Jacobs2008-05-241-1/+1
* remove useless title checkAurelien Jacobs2008-05-241-1/+0
* Pass time_base as argument to new_chapter() as well.Michael Niedermayer2008-05-231-1/+2
* Warn user about invalid timestamps.Michael Niedermayer2008-05-231-0/+12
* Make ff_new_chapter() return AVChapter instead of int so its consistant withMichael Niedermayer2008-05-231-3/+3
* s/num_chapters/nb_chapters/ all other similar variables are called nb_*.Michael Niedermayer2008-05-231-5/+5
* vertical alignMichael Niedermayer2008-05-231-1/+1
* indentMichael Niedermayer2008-05-231-1/+1
* remove useless title checkMichael Niedermayer2008-05-231-1/+0
* indentMichael Niedermayer2008-05-231-2/+2
* Add id to AVChapter, untested (where do i find matroska files with chapters?).Michael Niedermayer2008-05-231-4/+15
* cosmetics: indentationAurelien Jacobs2008-05-231-1/+1
* allows adding chapters with NULL titleAurelien Jacobs2008-05-231-0/+1
* add support for chapters definition in lavfAnton Khirnov2008-05-221-0/+18
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* minor memleakMichael Niedermayer2008-04-241-0/+1
* Print duration with higher precision.Diego Biurrun2008-04-161-2/+2
* Do not detect a format if another has the same score.Michael Niedermayer2008-04-151-1/+2
* Do not call update_initial_durations if pkt->duration is 0.Reimar Döffinger2008-04-131-1/+1
* typo: occured --> occurredDiego Biurrun2008-03-221-1/+1
* typo fixesDiego Biurrun2008-03-151-1/+1
* Introduce max_picture_buffer variable in AVFormatContext,Ramiro Polla2008-03-081-0/+1
* do not reset duration_error for all streams, only reset current stream, fix w...Baptiste Coudurier2008-03-061-1/+1
* Set indexmem to a saner default.Michael Niedermayer2008-02-241-1/+1
* revert 12156Michael Niedermayer2008-02-201-21/+9
* Get rid of a fake timestamp discontinuity at the begin of V.VOB.Michael Niedermayer2008-02-201-2/+3
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-201-9/+21
* Fix timestamps and durations if the first packets have no durations nor times...Michael Niedermayer2008-02-151-0/+21
* Remove incorrect casts that should have never been there.Michael Niedermayer2008-02-021-2/+2
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-271-0/+1
* ensure av_rescale_q() can be calculated (won't divide by zero)Aurelien Jacobs2008-01-211-1/+1
* misc spelling/grammar fixesDiego Biurrun2008-01-161-43/+45
* user specifyable maximum amount of memory to use for the index.Paul Kelly2008-01-131-0/+15
* indentMichael Niedermayer2007-12-291-1/+1
* Try to fix url_split() so that the ?foobar part is in the path and only the p...Michael Niedermayer2007-12-291-6/+6
* Fix detected fps for old divx/xvid.Michael Niedermayer2007-12-271-2/+20
* 100l, av_read_packet must check for read_packet error, in case ofReimar Döffinger2007-12-231-0/+2
* remove double check of pb->read_seekAurelien Jacobs2007-12-201-2/+2
* use proper url_is_streamed() APIAurelien Jacobs2007-12-191-1/+1
OpenPOWER on IntegriCloud