summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* Do not fill the pts reordering buffer with guessed dts.Michael Niedermayer2008-08-14
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-13
* Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY,Baptiste Coudurier2008-08-12
* Cosmetics: move at the beginning of the file the av_frac_* functions, avoidStefano Sabatini2008-08-10
* Implement avformat_version().Stefano Sabatini2008-08-08
* Maintain pointer to end of AVFormatContext.packet_buffer listMåns Rullgård2008-08-06
* check url_fseek return value, update seek reg testsBaptiste Coudurier2008-07-31
* Fix a mem leak in av_find_stream_info().Erik Hovland2008-07-18
* Move the codec_id overriding at a slightly better place.Michael Niedermayer2008-07-14
* Remove common factors from timebase in av_set_pts_info().Michael Niedermayer2008-07-14
* Remove old hackish codec probe system.Michael Niedermayer2008-07-12
* Use strcmp() instead of strncmp() in set_codec_from_probe_data().Michael Niedermayer2008-07-12
* indentMichael Niedermayer2008-07-12
* Only try to probe the codec when the available data has roughly doubledMichael Niedermayer2008-07-12
* Add mpegvideo and H.264 to the codec probe.Michael Niedermayer2008-07-12
* indentMichael Niedermayer2008-07-12
* New codec probing system try #1.Michael Niedermayer2008-07-12
* Move add_to_pktbuf() before av_read_packet(). My future work on codec identif...Michael Niedermayer2008-07-12
* Move set_codec_from_probe_data() up to where the other probe functions are.Michael Niedermayer2008-07-12
* Pass AVPacketList instead of the whole context to add_to_pktbuf as that isMichael Niedermayer2008-07-12
* 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