]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/utils.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavformat / utils.c
2009-04-13 bcoudurierSet frame defaults in try_decode_frame.
2009-04-13 bcoudurierreindent
2009-04-11 reimarSimplify packet duplication code in ff_interleave_add_p...
2009-04-11 reimarGet rid of av_destruct_packet_nofree and use NULL instead.
2009-04-10 stefanoMake try_decode_frame() use the new avcodec_decode_...
2009-04-08 reimarAdd av_shrink_packet function for use in av_get_packet...
2009-04-07 rbultjeMove av_packet_*() functions from libavformat/ to libav...
2009-03-19 bcouduriermove max analyze duration check before considering...
2009-03-14 reimarAdd AVFMT_GENERIC_INDEX support also for formats that...
2009-03-14 michaelDont loose user flags when passing calls from the new...
2009-03-14 michaeladd avformat_seek_file()
2009-03-09 reimar100l, to start reading from the first frame we must...
2009-03-05 diegoMark pos_min and pos_max variables as av_uninit to...
2009-03-05 schreterPass packet position to the parser, so frame's AVPacket...
2009-03-03 diegocosmetics: Fix indentation.
2009-03-01 aureldeprecate old metadata API
2009-03-01 aureluse new metadata API in libavformat/utils.c
2009-03-01 michaelDisable MPEG1/2 style timestamp calculation for H264...
2009-02-28 mruRevert "Improve frame rate guessing for streams with...
2009-02-28 cehoyosImprove frame rate guessing for streams with two fields...
2009-02-27 reimarDo not allow standard-frame-rate detection to increase...
2009-02-27 reimarDetect the case when the time base is exact but far...
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.
next