summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* indentMichael Niedermayer2008-07-08
* 10000l for myself, my last change was incomplete.Michael Niedermayer2008-07-08
* Set cur_dts to 0 only during creating new streams and not every time cur_dts ...Michael Niedermayer2008-07-08
* Reindent after r14059, see "[PATCH] allow empty params forRonald S. Bultje2008-07-03
* Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allowRonald S. Bultje2008-07-03
* give context to av_logBaptiste Coudurier2008-06-27
* Also print flags with FF_FDEBUG_TS.Michael Niedermayer2008-06-26
* make av_find_stream_info find frame_size for aac tooBaptiste Coudurier2008-06-25
* Make av_find_stream_info() find the frame_size for vorbis.Michael Niedermayer2008-06-25
* Fill missing pts in during muxing when we know that they are equal to dts.Michael Niedermayer2008-06-25
* We cannot calculate the duration of vorbis packets even if we do know theMichael Niedermayer2008-06-25
* Prevent duration calculation code from generating random durations forMichael Niedermayer2008-06-24
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-20
* factorize read_header failure freeing codeBaptiste Coudurier2008-06-20
* Check if there is at least a stream before writing trailer.Art Clarke2008-06-20
* Make timestamp debugging work nicer.Michael Niedermayer2008-06-09
* Merge declaration and initialization.Ramiro Polla2008-06-06
* Ensure the first audio stream is selected as the default streamAurelien Jacobs2008-06-03
* Make update_initial_durations() also work if a dts occured before aMichael Niedermayer2008-06-03
* Do not set pts in update_initial_durations() if stream has b frames.Michael Niedermayer2008-06-03
* Audio channels and sample rate must be set in order to skipAndreas Öman2008-06-02
* rename last_frame_offset to next_frame_offset, due to r13615Baptiste Coudurier2008-06-02
* 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