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-04-12Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini
2010-03-25Add a lowercase parameter to ff_data_to_hexMartin Storsjö
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 ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs
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-08Revert "Move the probe loop from av_open_input_file() into its own method"Måns Rullgård
2010-03-08Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia
2010-03-07Move av_read_frame_flush() prototype to lavf/internal.hMåns Rullgård
2009-02-10remove now useless av_set_program_name() functionAurelien Jacobs
2009-02-09remove no more needed comment, declaration is in internal headerBaptiste Coudurier
2009-02-09Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier
2008-12-03Move declaration of av_set_program_name and av_program_add_stream_indexDiego Biurrun
2008-10-04Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-28Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje