]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalogic at...
[ffmpeg] / libavformat / utils.c
2010-01-13 Tomas HärdinCheck there is a stream before writing header.
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config...
2010-01-01 Stefano SabatiniUse av_match_ext() in place of the deprecated match_ext...
2010-01-01 Stefano SabatiniDeprecate match_ext() in favor of av_match_ext(), and...
2010-01-01 Stefano SabatiniUse av_guess_format() in place of the deprecated guess_...
2010-01-01 Stefano SabatiniDeprecate guess_format() in favor of av_guess_format().
2009-12-31 Stefano SabatiniDeprecate and mark for deletion the function guess_stre...
2009-12-13 Michael NiedermayerMake sure the Metadata: header is not printed if the...
2009-12-13 Michael NiedermayerMove dump_metadata() to where it is in ffmbc, looks...
2009-12-13 Michael Niedermayerindent
2009-12-13 Michael NiedermayerSkip dumping language twice.
2009-12-13 Michael Niedermayerdump metadata for AVStreams & AVPrograms too.
2009-12-13 Michael NiedermayerFactorize dump_metadata() out.
2009-12-13 Michael NiedermayerTry to simplify av_estimate_timings_from_pts() like...
2009-12-13 Michael NiedermayerDebug av_log() about stream probing from ffmbc.
2009-12-13 Michael NiedermayerAdd avg_frame_rate.
2009-12-13 Michael NiedermayerRemove commented out code.
2009-12-12 John StebbinsReset pts_buffers in av_read_frame_flush().
2009-12-06 Sean SoriaCalls to url_fseek should have their return value check...
2009-12-01 Sean SoriaChange ret type to int64_t because url_fseek returns...
2009-12-01 Baptiste Coudurieruse AVFormatContext in av_log, better than AVCodecConte...
2009-11-30 Michael NiedermayerPrint a warning if the duration is estimated from the...
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-11 Diego BiurrunAdd '#undef fprintf' before PRINT macro that uses fprintf.
2009-10-30 Baptiste Coudurierprint packet duration when debugging timestamps
2009-10-19 Baptiste Couduriercheck stream index validity in av_program_add_stream_index
2009-10-19 Baptiste Coudurierrequest mp3 frame_size to be set in has_codec_parameter...
2009-10-19 Baptiste Coudurierreindent after commit
2009-10-19 Baptiste CoudurierIn dump_format, print streams not associated with any...
2009-10-18 Baptiste Coudurierfix indentation and add braces
2009-10-17 Vitor SessakAvoid segfault for empty input files
2009-10-11 Carl Eugen HoyosAllow autodetection of E-AC3.
2009-10-03 Carl Eugen HoyosAdd FIXME about low_delay vs has_b_frames.
2009-10-03 WallakH264 allows B frames without requiring a >=1 sized...
2009-09-18 Michael NiedermayerOnly use *ic_ptr when it has been initialized.
2009-09-17 Baptiste Coudurierprint at debug level the score at which codec probing...
2009-09-16 Michael NiedermayerPrint a warning if a format has been detected with...
2009-09-16 Michael NiedermayerPrint at debug level the score with which probing succe...
2009-09-16 Michael NiedermayerFix indention after last commit.
2009-09-16 Michael NiedermayerImprove amortized worst case speed of the muxers packet...
2009-09-16 Michael NiedermayerUpgrade a few important messages to AV_LOG_WARNING.
2009-09-16 Michael NiedermayerFix indention after previous commit.
2009-09-16 Michael NiedermayerMake packet interleaving in the muxer not scan through...
2009-09-16 Michael NiedermayerAlso reset *_end in flush_packet_queue().
2009-09-04 Justin RugglesAdd frame_size as a codec parameter requirement for...
2009-08-22 Ivan SchreterSupport for generic multi-stream key frame finding...
2009-08-12 Peter RossMoves the display of metadata to dump_format()
2009-07-15 Art ClarkeOnly free '*ic_ptr' when a caller has pre-allocated...
2009-07-08 Art ClarkeFix mem leak when user preallocates an AVFormatContext...
2009-07-02 Michael NiedermayerIf either of num or den is 0 make both 0 in av_set_pts_...
2009-07-01 Michael NiedermayerMake sure av_set_pts_info() does not set the fields...
2009-07-01 Michael NiedermayerMake arguments of av_set_pts_info() unsigned.
2009-06-25 Baptiste Coudurieruse AVFormatContext->probesize in av_find_stream_info...
2009-06-25 Baptiste Coudurierlimit raw packet buffer size used for codec probing
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-06-18 Michael NiedermayerPrint why av_find_stream_info() failed, this is a rathe...
2009-06-11 Baptiste Coudurierif b frames are parsed, set codec->has_b_frames
2009-05-31 Baptiste Coudurieruse dts codec probing
2009-05-31 Baptiste Coudurierfix codec probing, stop after MAX_PROBE_PACKETS and...
2009-05-30 Baptiste Couduriercast size to int64_t to avoid overflow
2009-04-13 Baptiste CoudurierSet frame defaults in try_decode_frame.
2009-04-13 Baptiste Coudurierreindent
2009-04-11 Reimar DöffingerSimplify packet duplication code in ff_interleave_add_p...
2009-04-11 Reimar DöffingerGet rid of av_destruct_packet_nofree and use NULL instead.
2009-04-10 Thilo BorgmannMake try_decode_frame() use the new avcodec_decode_...
2009-04-08 Reimar DöffingerAdd av_shrink_packet function for use in av_get_packet...
2009-04-07 Thilo BorgmannMove av_packet_*() functions from libavformat/ to libav...
2009-03-19 Baptiste Couduriermove max analyze duration check before considering...
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...
next