]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
Add missing header #includes.
[ffmpeg] / libavformat / utils.c
2008-07-31 Baptiste Couduriercheck url_fseek return value, update seek reg tests
2008-07-18 Erik HovlandFix a mem leak in av_find_stream_info().
2008-07-14 Michael NiedermayerMove the codec_id overriding at a slightly better place.
2008-07-14 Michael NiedermayerRemove common factors from timebase in av_set_pts_info().
2008-07-12 Michael NiedermayerRemove old hackish codec probe system.
2008-07-12 Michael NiedermayerUse strcmp() instead of strncmp() in set_codec_from_pro...
2008-07-12 Michael Niedermayerindent
2008-07-12 Michael NiedermayerOnly try to probe the codec when the available data...
2008-07-12 Michael NiedermayerAdd mpegvideo and H.264 to the codec probe.
2008-07-12 Michael Niedermayerindent
2008-07-12 Michael NiedermayerNew codec probing system try #1.
2008-07-12 Michael NiedermayerMove add_to_pktbuf() before av_read_packet(). My future...
2008-07-12 Michael NiedermayerMove set_codec_from_probe_data() up to where the other...
2008-07-12 Michael NiedermayerPass AVPacketList instead of the whole context to add_t...
2008-07-08 Michael Niedermayerindent
2008-07-08 Michael Niedermayer10000l for myself, my last change was incomplete.
2008-07-08 Michael NiedermayerSet cur_dts to 0 only during creating new streams and...
2008-07-03 Ronald S. BultjeReindent after r14059, see "[PATCH] allow empty params for
2008-07-03 Ronald S. BultjeAllow NULL for read_header in AVInputFormat. See discus...
2008-06-27 Baptiste Couduriergive context to av_log
2008-06-26 Michael NiedermayerAlso print flags with FF_FDEBUG_TS.
2008-06-25 Baptiste Couduriermake av_find_stream_info find frame_size for aac too
2008-06-25 Michael NiedermayerMake av_find_stream_info() find the frame_size for...
2008-06-25 Michael NiedermayerFill missing pts in during muxing when we know that...
2008-06-25 Michael NiedermayerWe cannot calculate the duration of vorbis packets...
2008-06-24 Michael NiedermayerPrevent duration calculation code from generating rando...
2008-06-20 Baptiste Coudurieruniformize AVStream->priv_data freeing in av_close_inpu...
2008-06-20 Baptiste Coudurierfactorize read_header failure freeing code
2008-06-20 Art ClarkeCheck if there is at least a stream before writing...
2008-06-09 Michael NiedermayerMake timestamp debugging work nicer.
2008-06-06 Ramiro PollaMerge declaration and initialization.
2008-06-03 Aurelien JacobsEnsure the first audio stream is selected as the defaul...
2008-06-03 Michael NiedermayerMake update_initial_durations() also work if a dts...
2008-06-03 Michael NiedermayerDo not set pts in update_initial_durations() if stream...
2008-06-02 Andreas ÖmanAudio channels and sample rate must be set in order...
2008-06-02 Baptiste Coudurierrename last_frame_offset to next_frame_offset, due...
2008-05-27 Michael Niedermayerredundant check--
2008-05-27 Michael NiedermayerDo not use the pts/dts calculation code which needs...
2008-05-24 Aurelien Jacobscompute the end of all chapters when end is not specifi...
2008-05-24 Aurelien Jacobscosmetics: indentation
2008-05-24 Aurelien Jacobsremove useless title check
2008-05-23 Michael NiedermayerPass time_base as argument to new_chapter() as well.
2008-05-23 Michael NiedermayerWarn user about invalid timestamps.
2008-05-23 Michael NiedermayerMake ff_new_chapter() return AVChapter instead of int...
2008-05-23 Michael Niedermayers/num_chapters/nb_chapters/ all other similar variables...
2008-05-23 Michael Niedermayervertical align
2008-05-23 Michael Niedermayerindent
2008-05-23 Michael Niedermayerremove useless title check
2008-05-23 Michael Niedermayerindent
2008-05-23 Michael NiedermayerAdd id to AVChapter, untested (where do i find matroska...
2008-05-23 Aurelien Jacobscosmetics: indentation
2008-05-23 Aurelien Jacobsallows adding chapters with NULL title
2008-05-22 Anton Khirnovadd support for chapters definition in lavf
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-04-24 Michael Niedermayerminor memleak
2008-04-16 Diego BiurrunPrint duration with higher precision.
2008-04-15 Michael NiedermayerDo not detect a format if another has the same score.
2008-04-13 Reimar DöffingerDo not call update_initial_durations if pkt->duration...
2008-03-22 Diego Biurruntypo: occured --> occurred
2008-03-15 Diego Biurruntypo fixes
2008-03-08 Ramiro PollaIntroduce max_picture_buffer variable in AVFormatContext,
2008-03-06 Baptiste Coudurierdo not reset duration_error for all streams, only reset...
2008-02-24 Michael NiedermayerSet indexmem to a saner default.
2008-02-20 Michael Niedermayerrevert 12156
2008-02-20 Michael NiedermayerGet rid of a fake timestamp discontinuity at the begin...
2008-02-20 Michael NiedermayerMake timestamp interpolation work with mpeg2 field...
2008-02-15 Michael NiedermayerFix timestamps and durations if the first packets have...
2008-02-02 Michael NiedermayerRemove incorrect casts that should have never been...
2008-01-27 Evgeniy StepanovAdd support for Matroska attachments.
2008-01-21 Aurelien Jacobsensure av_rescale_q() can be calculated (won't divide...
2008-01-16 Diego Biurrunmisc spelling/grammar fixes
2008-01-13 Paul Kellyuser specifyable maximum amount of memory to use for...
2007-12-29 Michael Niedermayerindent
2007-12-29 Michael NiedermayerTry to fix url_split() so that the ?foobar part is...
2007-12-27 Michael NiedermayerFix detected fps for old divx/xvid.
2007-12-23 Reimar Döffinger100l, av_read_packet must check for read_packet error...
2007-12-20 Aurelien Jacobsremove double check of pb->read_seek
2007-12-19 Aurelien Jacobsuse proper url_is_streamed() API
2007-12-19 Michael NiedermayerMerge recently added and still unused play and pause...
2007-12-19 Reimar DöffingerAdd a av_close_input_stream function
2007-12-19 Michael NiedermayerAllow overriding codec_ids.
2007-12-17 Reimar DöffingerSimplify av_close_input_file similarly to av_open_input...
2007-12-17 Reimar DöffingerSimplify av_open_input_file
2007-12-17 Reimar DöffingerAdd FF_OPT_TYPE_BINARY and use it to add a cryptokey...
2007-12-17 Björn AxelssonEnable av_read_pause(), av_read_play() and the ASF...
2007-12-12 Michael Niedermayerav_*_next() API for libavformat
2007-11-29 Luca AbeniSuppress the "redirector hack" from libavformat/utils...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-13 Michael Niedermayerrename fps(frame per second) to tb(time base) to prevent
2007-10-26 Nico Sabbiprint newline after program id even when the name is...
2007-10-25 Diego BiurrunRemove unused variable, fixes warning:
2007-10-24 Jeff DownsMove setting of key frame flag for intra-only codecs...
2007-10-21 Baptiste Coudurier100l, fix dump_format, declare buf in dump_stream_forma...
2007-10-20 Nico SabbiAPI extension: AVProgram now has an array (stream_index...
2007-10-20 Nico Sabbicosmetics: moved to a separate function the code to...
2007-10-18 Ronald S. BultjeMake url_split() strip url options (?opt=var) from...
2007-10-16 Benoit FouetRe-enable DEBUG_SEEK flag.
2007-10-15 Thorsten JordanUndefine DEBUG_SEEK.
2007-10-01 Ronald S. BultjeAdd checking for codecid to has_codec_parameters().
next