]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/utils.c
Add ticks_per_frame, this should hopefully fix the regressions caused
[frescor/ffmpeg.git] / libavformat / utils.c
2009-02-26 michaelAdd ticks_per_frame, this should hopefully fix the...
2009-02-24 cehoyosAdd timestamp computation if values are exported by...
2009-02-24 cehoyosChange duration computation to use time_base instead...
2009-02-24 michaelAdd CODEC_ID_H264 to tb_unreliable(), it belongs there...
2009-02-23 michaelAllow av_find_stream_info() to be aborted.
2009-02-21 michaelWaste less space for printing timebases.
2009-02-21 michaelPrint all timebases (idea from netgem)
2009-02-21 cehoyosUse context variable repeat_pict for frame duration...
2009-02-21 michaelBe less noisy with invalid pts/dts.
2009-02-19 cehoyosAdd convergence_duration to AVCodecParserContext.
2009-02-18 cehoyosAdd key_frame to AVCodecParserContext, used in libavformat.
2009-02-12 benoitAdd a warning log when trying to encode into a containe...
2009-02-10 aurelremove now useless av_set_program_name() function
2009-02-08 superdumpAdd the ability to set the timestamp to the current...
2009-02-08 stefanoReplace the calls to the deprecated av_alloc_format_con...
2009-02-03 bcoudurierlet packet pass through when no timestamps
2009-01-31 bcouduriersplit av_interleave_per_dts, to avoid code duplication
2009-01-22 michaelMove av_read_frame/parser related buffer variables...
2009-01-22 bcoudurierprint stream sar if present and different than codec sar
2009-01-22 michaelHandle av_read_frame() EAGAIN return.
2009-01-18 bcoudurierjpeg2k is intra only codec
2009-01-17 bcouduriermatch format in names list separated by commas
2009-01-17 aurelremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 aurelexport gcd function as av_gcd()
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-10 stefanoMove the AVFormatContext options definition to a dedica...
2009-01-09 lucabeDo not assume that if pkt->destruct != av_destruct_pack...
2009-01-09 aurelrename ff_metadata_sync_compat to ff_metadata_mux_compat
2009-01-08 aurelAdd a second metadata compatibility layer, so that...
2009-01-07 michaelDo not try to duplicate packets that have data==NULL.
2009-01-06 aurelfree all allocated metadata structures
2009-01-06 aurelAdd a metadata compatibility layer, so that when a...
2009-01-04 aurelrename AVMetaData to AVMetadata and meta_data to metadata
2009-01-04 michael10l format include path for metadata.h
2009-01-04 michaelGeneric metadata API.
2009-01-04 stefanoDrop the deprecated parse_image_size() and parse_frame_...
2008-11-08 stefanoFix argument constness for the av_codec_get_id() and
2008-10-23 bcoudurierdnxhd codec is intra only
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-10-19 michaelCheck for pts==dts on I/P frames in the presence of...
2008-10-18 michaelMove code setting delay and presentation_delayed a...
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...
next