]> git.sesse.net Git - ffmpeg/history - libavformat/utils.c
Add ff_sauce_read()
[ffmpeg] / libavformat / utils.c
2010-07-03 Baptiste CoudurierMove AVStream->codec_info_nb_frames increment after...
2010-07-03 Baptiste CoudurierIn av_find_stream_info, decode at least 4 h.264 frames...
2010-06-30 XBMCMake "invalid dts/pts combination" a debug instead...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-28 Eli FriedmanFix an "assignment from incompatible pointer type"...
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-22 Stephen DredgeFix failure in av_read_frame on timestamp rollover.
2010-06-19 Martin Storsjöff_url_join: Don't add any at-char if the auth is an...
2010-06-15 Måns RullgårdAdd compatibility wrappers for functions moved from...
2010-06-05 Michael NiedermayerFix muxing rgb rawvideo in avi regression.
2010-06-02 Stefano SabatiniMake the error message issued in case of invalid codec...
2010-06-01 Michael NiedermayerPrint an error when MAX_STREAMS is reached.
2010-05-27 Michael NiedermayerMake sure that when the parser is feeded with frame...
2010-05-26 Alex ConverseAdd an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse...
2010-05-24 Jai MenonDisplay a more descriptive log message when probe buffe...
2010-05-22 Stefano SabatiniMake av_write_header() return AVERROR(EINVAL) rather...
2010-05-22 Stefano SabatiniStore in a dedicated array the format name - codec...
2010-05-22 Stefano SabatiniPrefer enum CodecID over int in ff_codec_get_tag().
2010-05-21 Martin StorsjöAdd a libavformat internal function ff_write_chained
2010-05-18 Francesco LavraValidate AVCodecTag vs CodecID.
2010-05-18 Francesco LavraFactorize some code into the new function ff_toupper4().
2010-05-14 Baptiste CoudurierChange MAX_READ_SIZE message during av_find_stream_info...
2010-05-01 Reimar DöffingerExport av_probe_input_format2.
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-13 Jean-Daniel DupasDo not probe when the format is known.
2010-04-11 Michael NiedermayerRaise needed score for codec probing in CODEC_ID_PROBE...
2010-04-09 Michael NiedermayerDont try to compute AVPacket duration for possibly...
2010-04-08 Tomas HärdinReusing the probe buffer to rewind the ByteIOContext...
2010-04-04 Michael NiedermayerFix rounding direction for calculation of AVPacket...
2010-04-01 Michael NiedermayerLimit probing to probesize.
2010-03-31 Michael NiedermayerAdd AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-31 Joakim PlateProbe aac codecs for CODEC_ID_PROBE.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-26 Micah F. GaliziaFix updating condition for the probe_size variable...
2010-03-25 Martin StorsjöReindent
2010-03-25 Martin StorsjöAdd a lowercase parameter to ff_data_to_hex
2010-03-21 Stefano SabatiniMake av_open_input_file() return AVERROR_INVALIDDATA...
2010-03-16 Måns RullgårdFix erroneous behaviour when format probe hits end...
2010-03-15 Aurelien Jacobsrename av_read_frame_flush to ff_read_frame_flush
2010-03-15 Aurelien Jacobsrename av_program_add_stream_index to ff_program_add_st...
2010-03-15 Martin StorsjöMove the NTP offset definitions to internal.h
2010-03-14 Micah F. GaliziaMove the probe loop from av_open_input_file() into...
2010-03-10 Martin StorsjöMake the ntp_time function available to other parts...
2010-03-09 Michael NiedermayerAdd special case to avoid binary search when appending...
2010-03-08 Stefano SabatiniRemove definition of match_ext(), which is declared...
2010-03-08 Martin StorsjöReindent
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-08 Måns RullgårdRevert "Move the probe loop from av_open_input_file...
2010-03-08 Alex Converseav_find_stream_info(): Add a workaround for backwards...
2010-03-07 Daniel KristjanssonFix pts->dts conversion init for non-zero initial value...
2010-03-07 Micah F. GaliziaMove the probe loop from av_open_input_file() into...
2010-03-06 Måns RullgårdAdd some missing #includes
2010-03-05 Martin StorsjöAdd a function ff_url_join for assembling URLs
2010-03-05 Vitor SessakFix memory leak in NUT muxer
2010-02-28 Anton KhirnovPrint chapter info in dump_format().
2010-02-23 Michael NiedermayerCount all frames with codec_info_nb_frames not just...
2010-02-23 Michael NiedermayerPut codec_info_nb_frames back in AVStream and print...
2010-02-22 Michael NiedermayerMake sure mp1/mp2 get their frame_size set.
2010-02-22 Michael NiedermayerMake sure a set r_frame_rate is not overriden by a...
2010-02-16 Anton KhirnovSet lavf identification string globally in av_write_hea...
2010-02-12 Michael NiedermayerAdd flag so muxers not needing width/height can signal...
2010-02-07 Michael NiedermayerDirectly use av_rescale_rnd() instead of av_convert_ts...
2010-02-07 Michael NiedermayerUse av_compare_ts() for interleaving per dts.
2010-02-03 Michael NiedermayerDont try generic seek if seek request before first...
2010-02-03 Michael NiedermayerTry to open decoders in av_find_stream_info() even...
2010-01-31 Michael NiedermayerIncrease search range if no end timestamp could be...
2010-01-30 Michael NiedermayerFlag to ignore dts on frames that contain pts.
2010-01-27 Michael NiedermayerFix duration calculation in the presence of a single...
2010-01-18 Baptiste Coudurierset average frame rate in mov demuxer
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...
next