]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/utils.c
Remove offset_t typedef and use int64_t directly instead.
[frescor/ffmpeg.git] / libavformat / utils.c
2008-10-03 diegoRemove offset_t typedef and use int64_t directly instead.
2008-09-27 diegoMove doxygen comments for av_gettime from utils.c to...
2008-09-19 michaelEnsure that muxer and encoder aspect ratios match....
2008-09-08 bcoudurierset block align in av_write_header if not set, fix...
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-09-03 michaelAdd AVPacket.convergence_duration.
2008-09-02 michaelFix detection of MPEG4 in MPEG-PS.
2008-08-29 bcouduriermake has_codec_parameters not returning true when sampl...
2008-08-29 michaelDo not truncate timestamps before the muxer as it makes...
2008-08-28 rbultjeChange implementation for ff_data_to_hex(), this is...
2008-08-27 rbultjeExport data_to_hex() as private API in lavf, rename...
2008-08-26 aurelremove useless assignment (st is never read after this...
2008-08-25 andomaWhen setting codec_id during codec probe we must also...
2008-08-24 reimarMark several libavformat arrays const
2008-08-23 aurelexport sample_aspect_ratio read by the demuxer in a...
2008-08-14 michaelDo not fill the pts reordering buffer with guessed...
2008-08-13 aurelstrcasecmp() requires #include <strings.h>
2008-08-12 bcoudurierPrevent dts generation code to be executed when delay...
2008-08-10 stefanoCosmetics: move at the beginning of the file the av_fra...
2008-08-08 stefanoImplement avformat_version().
2008-08-06 mruMaintain pointer to end of AVFormatContext.packet_buffe...
2008-07-31 bcouduriercheck url_fseek return value, update seek reg tests
2008-07-18 benoitFix a mem leak in av_find_stream_info().
2008-07-14 michaelMove the codec_id overriding at a slightly better place.
2008-07-14 michaelRemove common factors from timebase in av_set_pts_info().
2008-07-12 michaelRemove old hackish codec probe system.
2008-07-12 michaelUse strcmp() instead of strncmp() in set_codec_from_pro...
2008-07-12 michaelindent
2008-07-12 michaelOnly try to probe the codec when the available data...
2008-07-12 michaelAdd mpegvideo and H.264 to the codec probe.
2008-07-12 michaelindent
2008-07-12 michaelNew codec probing system try #1.
2008-07-12 michaelMove add_to_pktbuf() before av_read_packet(). My future...
2008-07-12 michaelMove set_codec_from_probe_data() up to where the other...
2008-07-12 michaelPass AVPacketList instead of the whole context to add_t...
2008-07-08 michaelindent
2008-07-08 michael10000l for myself, my last change was incomplete.
2008-07-08 michaelSet cur_dts to 0 only during creating new streams and...
2008-07-03 rbultjeReindent after r14059, see "[PATCH] allow empty params for
2008-07-03 rbultjeAllow NULL for read_header in AVInputFormat. See discus...
2008-06-27 bcouduriergive context to av_log
2008-06-26 michaelAlso print flags with FF_FDEBUG_TS.
2008-06-25 bcouduriermake av_find_stream_info find frame_size for aac too
2008-06-25 michaelMake av_find_stream_info() find the frame_size for...
2008-06-25 michaelFill missing pts in during muxing when we know that...
2008-06-25 michaelWe cannot calculate the duration of vorbis packets...
2008-06-24 michaelPrevent duration calculation code from generating rando...
2008-06-20 bcoudurieruniformize AVStream->priv_data freeing in av_close_inpu...
2008-06-20 bcoudurierfactorize read_header failure freeing code
2008-06-20 benoitCheck if there is at least a stream before writing...
2008-06-09 michaelMake timestamp debuging work nicer.
2008-06-06 ramiroMerge declaration and initialization.
2008-06-03 aurelEnsure the first audio stream is selected as the defaul...
2008-06-03 michaelMake update_initial_durations() also work if a dts...
2008-06-03 michaelDo not set pts in update_initial_durations() if stream...
2008-06-02 andomaAudio channels and sample rate must be set in order...
2008-06-02 bcoudurierrename last_frame_offset to next_frame_offset, due...
2008-05-27 michaelredundant check--
2008-05-27 michaelDo not use the pts/dts calculation code which needs...
2008-05-24 aurelcompute the end of all chapters when end is not specifi...
2008-05-24 aurelcosmetics: indentation
2008-05-24 aurelremove useless title check
2008-05-23 michaelPass time_base as argument to new_chapter() as well.
2008-05-23 michaelWarn user about invalid timestamps.
2008-05-23 michaelMake ff_new_chapter() return AVChapter instead of int...
2008-05-23 michaels/num_chapters/nb_chapters/ all other similar variables...
2008-05-23 michaelvertical align
2008-05-23 michaelindent
2008-05-23 michaelremove useless title check
2008-05-23 michaelindent
2008-05-23 michaelAdd id to AVChapter, untested (where do i find matroska...
2008-05-23 aurelcosmetics: indentation
2008-05-23 aurelallows adding chapters with NULL title
2008-05-22 aureladd support for chapters definition in lavf
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-06 diegoRemove unnecessary parentheses from return calls.
2008-04-24 michaelminor memleak
2008-04-16 diegoPrint duration with higher precision.
2008-04-15 michaelDo not detect a format if another has the same score.
2008-04-13 reimarDo not call update_initial_durations if pkt->duration...
2008-03-22 diegotypo: occured --> occurred
2008-03-15 diegotypo fixes
2008-03-08 ramiroIntroduce max_picture_buffer variable in AVFormatContext,
2008-03-06 bcoudurierdo not reset duration_error for all streams, only reset...
2008-02-24 michaelSet indexmem to a saner default.
2008-02-20 michaelrevert 12156
2008-02-20 michaelGet rid of a fake timestamp discontinuity at the begin...
2008-02-20 michaelMake timestamp interpolation work with mpeg2 field...
2008-02-15 michaelFix timestamps and durations if the first packets have...
2008-02-02 michaelRemove incorrect casts that should have never been...
2008-01-27 aurelAdd support for Matroska attachments.
2008-01-21 aurelensure av_rescale_q() can be calculated (won't divide...
2008-01-16 diegomisc spelling/grammar fixes
2008-01-13 michaeluser specifyable maximum amount of memory to use for...
2007-12-29 michaelindent
2007-12-29 michaelTry to fix url_split() so that the ?foobar part is...
2007-12-27 michaelFix detected fps for old divx/xvid.
2007-12-23 reimar100l, av_read_packet must check for read_packet error...
2007-12-20 aurelremove double check of pb->read_seek
2007-12-19 aureluse proper url_is_streamed() API
next