Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-15Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.Baptiste Coudurier
2010-05-01Export av_probe_input_format2.Reimar Döffinger
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-13Do not probe when the format is known.Jean-Daniel Dupas
2010-04-11Raise needed score for codec probing in CODEC_ID_PROBE before the last packet.Michael Niedermayer
2010-04-10Dont try to compute AVPacket duration for possibly interlaced video codecsMichael Niedermayer
2010-04-08Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer...Tomas Härdin
2010-04-05Fix rounding direction for calculation of AVPacket.duration.Michael Niedermayer
2010-04-01Limit probing to probesize.Michael Niedermayer
2010-03-31Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.Michael Niedermayer
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Probe aac codecs for CODEC_ID_PROBE.Joakim Plate
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-26Fix updating condition for the probe_size variable in the internalMicah F. Galizia
2010-03-25ReindentMartin Storsjö
2010-03-25Add a lowercase parameter to ff_data_to_hexMartin Storsjö
2010-03-21Make av_open_input_file() return AVERROR_INVALIDDATA rather thanStefano Sabatini
2010-03-17Fix erroneous behaviour when format probe hits end of fileMåns Rullgård
2010-03-16rename av_read_frame_flush to ff_read_frame_flushAurelien Jacobs
2010-03-16rename av_program_add_stream_index to ff_program_add_stream_indexAurelien Jacobs
2010-03-15Move the NTP offset definitions to internal.hMartin Storsjö
2010-03-15Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia
2010-03-11Make the ntp_time function available to other parts of libavformat, as ff_ntp...Martin Storsjö
2010-03-09Add special case to avoid binary search when appending index entries.Michael Niedermayer
2010-03-09Remove definition of match_ext(), which is declared under #ifdefStefano Sabatini
2010-03-08ReindentMartin Storsjö
2010-03-08Rename url_split to ff_url_splitMartin Storsjö
2010-03-08Revert "Move the probe loop from av_open_input_file() into its own method"Måns Rullgård
2010-03-08av_find_stream_info(): Add a workaround for backwards compatible HE-AAC signa...Alex Converse
2010-03-08Fix pts->dts conversion init for non-zero initial value for pts.Daniel Kristjansson
2010-03-08Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia
2010-03-07Add some missing #includesMåns Rullgård
2010-03-06Add a function ff_url_join for assembling URLsMartin Storsjö
2010-03-05Fix memory leak in NUT muxerVitor Sessak
2010-02-28Print chapter info in dump_format().Anton Khirnov
2010-02-23Count all frames with codec_info_nb_frames not just ones with non zeroMichael Niedermayer
2010-02-23Put codec_info_nb_frames back in AVStream and print its value.Michael Niedermayer
2010-02-23Make sure mp1/mp2 get their frame_size set.Michael Niedermayer
2010-02-22Make sure a set r_frame_rate is not overriden by a guess.Michael Niedermayer
2010-02-16Set lavf identification string globally in av_write_header(), ratherAnton Khirnov
2010-02-12Add flag so muxers not needing width/height can signal this.Michael Niedermayer
2010-02-07Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts theMichael Niedermayer
2010-02-07Use av_compare_ts() for interleaving per dts.Michael Niedermayer
2010-02-04Dont try generic seek if seek request before first index entry and backward.Michael Niedermayer
2010-02-04Try to open decoders in av_find_stream_info() even if no packets for theMichael Niedermayer
2010-01-31Increase search range if no end timestamp could be found for the durationMichael Niedermayer
2010-01-31Flag to ignore dts on frames that contain pts.Michael Niedermayer
2010-01-27Fix duration calculation in the presence of a single wraping of the timeline.Michael Niedermayer
2010-01-19set average frame rate in mov demuxerBaptiste Coudurier