]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
Support raw TrueHD files
[ffmpeg] / libavformat / utils.c
2009-03-14 Reimar DöffingerAdd AVFMT_GENERIC_INDEX support also for formats that...
2009-03-14 Michael NiedermayerDo not lose user flags when passing calls from the...
2009-03-14 Michael Niedermayeradd avformat_seek_file()
2009-03-09 Reimar Döffinger100l, to start reading from the first frame we must...
2009-03-05 Diego BiurrunMark pos_min and pos_max variables as av_uninit to...
2009-03-05 Ivan SchreterPass packet position to the parser, so frame's AVPacket...
2009-03-03 Diego Biurruncosmetics: Fix indentation.
2009-03-01 Aurelien Jacobsdeprecate old metadata API
2009-03-01 Aurelien Jacobsuse new metadata API in libavformat/utils.c
2009-03-01 Michael NiedermayerDisable MPEG-1/2 style timestamp calculation for H264...
2009-02-28 Måns RullgårdRevert "Improve frame rate guessing for streams with...
2009-02-28 Ivan SchreterImprove frame rate guessing for streams with two fields...
2009-02-27 Reimar DöffingerDo not allow standard-frame-rate detection to increase...
2009-02-27 Reimar DöffingerDetect the case when the time base is exact but far...
2009-02-26 Michael NiedermayerAdd ticks_per_frame, this should hopefully fix the...
2009-02-24 Ivan SchreterAdd timestamp computation if values are exported by...
2009-02-24 Ivan SchreterChange duration computation to use time_base instead...
2009-02-24 Michael NiedermayerAdd CODEC_ID_H264 to tb_unreliable(), it belongs there...
2009-02-23 Michael NiedermayerAllow av_find_stream_info() to be aborted.
2009-02-21 Michael NiedermayerWaste less space for printing timebases.
2009-02-21 Michael NiedermayerPrint all timebases (idea from netgem)
2009-02-21 Ivan SchreterUse context variable repeat_pict for frame duration...
2009-02-21 Michael NiedermayerBe less noisy with invalid pts/dts.
2009-02-19 Ivan SchreterAdd convergence_duration to AVCodecParserContext.
2009-02-18 Ivan SchreterAdd key_frame to AVCodecParserContext, used in libavformat.
2009-02-12 Art ClarkeAdd a warning log when trying to encode into a containe...
2009-02-10 Aurelien Jacobsremove now useless av_set_program_name() function
2009-02-08 Francesco CosoletoAdd the ability to set the timestamp to the current...
2009-02-08 Stefano SabatiniReplace the calls to the deprecated av_alloc_format_con...
2009-02-03 Baptiste Coudurierlet packet pass through when no timestamps
2009-01-31 Baptiste Couduriersplit av_interleave_per_dts, to avoid code duplication
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...
next