]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
set pts and dts when only pts is present, according to specs
[ffmpeg] / libavformat / utils.c
2009-01-22 Michael NiedermayerMove av_read_frame/parser related buffer variables...
2009-01-22 Baptiste Coudurierprint stream sar if present and different than codec sar
2009-01-22 Michael NiedermayerHandle av_read_frame() EAGAIN return.
2009-01-18 Baptiste Coudurierjpeg2k is intra only codec
2009-01-17 Baptiste Couduriermatch format in names list separated by commas
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-10 Stefano SabatiniMove the AVFormatContext options definition to a dedica...
2009-01-09 Luca AbeniDo not assume that if pkt->destruct != av_destruct_pack...
2009-01-09 Aurelien Jacobsrename ff_metadata_sync_compat to ff_metadata_mux_compat
2009-01-08 Aurelien JacobsAdd a second metadata compatibility layer, so that...
2009-01-07 Michael NiedermayerDo not try to duplicate packets that have data==NULL.
2009-01-06 Aurelien Jacobsfree all allocated metadata structures
2009-01-06 Aurelien JacobsAdd a metadata compatibility layer, so that when a...
2009-01-04 Aurelien Jacobsrename AVMetaData to AVMetadata and meta_data to metadata
2009-01-04 Michael Niedermayer10l format include path for metadata.h
2009-01-04 Michael NiedermayerGeneric metadata API.
2009-01-04 Stefano SabatiniDrop the deprecated parse_image_size() and parse_frame_...
2008-11-08 Stefano SabatiniFix argument constness for the av_codec_get_id() and
2008-10-23 Baptiste Coudurierdnxhd codec is intra only
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-19 Michael NiedermayerCheck for pts==dts on I/P frames in the presence of...
2008-10-18 Michael NiedermayerMove code setting delay and presentation_delayed a...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-09-27 Diego BiurrunMove doxygen comments for av_gettime from utils.c to...
2008-09-19 Michael NiedermayerEnsure that muxer and encoder aspect ratios match....
2008-09-08 Baptiste Coudurierset block align in av_write_header if not set, fix...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-09-03 Michael NiedermayerAdd AVPacket.convergence_duration.
2008-09-02 Michael NiedermayerFix detection of MPEG4 in MPEG-PS.
2008-08-29 Baptiste Couduriermake has_codec_parameters not returning true when sampl...
2008-08-29 Michael NiedermayerDo not truncate timestamps before the muxer as it makes...
2008-08-28 Ronald S. BultjeChange implementation for ff_data_to_hex(), this is...
2008-08-27 Ronald S. BultjeExport data_to_hex() as private API in lavf, rename...
2008-08-26 Aurelien Jacobsremove useless assignment (st is never read after this...
2008-08-25 Andreas ÖmanWhen setting codec_id during codec probe we must also...
2008-08-24 Reimar DöffingerMark several libavformat arrays const
2008-08-23 Aurelien Jacobsexport sample_aspect_ratio read by the demuxer in a...
2008-08-14 Michael NiedermayerDo not fill the pts reordering buffer with guessed...
2008-08-13 Aurelien Jacobsstrcasecmp() requires #include <strings.h>
2008-08-12 Baptiste CoudurierPrevent dts generation code to be executed when delay...
2008-08-10 Stefano SabatiniCosmetics: move at the beginning of the file the av_fra...
2008-08-08 Stefano SabatiniImplement avformat_version().
2008-08-06 Måns RullgårdMaintain pointer to end of AVFormatContext.packet_buffe...
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.
next