summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
Commit message (Expand)AuthorAgeFilesLines
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-251-1/+1
* rename av_read_frame_flush to ff_read_frame_flushAurelien Jacobs2010-03-151-1/+1
* rename av_program_add_stream_index to ff_program_add_stream_indexAurelien Jacobs2010-03-151-1/+1
* Move the NTP offset definitions to internal.hMartin Storsjö2010-03-151-0/+3
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-141-0/+53
* Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia2010-03-141-0/+19
* Make the ntp_time function available to other parts of libavformat, as ff_ntp...Martin Storsjö2010-03-101-0/+3
* Revert "Move the probe loop from av_open_input_file() into its own method"Måns Rullgård2010-03-081-20/+0
* Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia2010-03-071-0/+20
* Move av_read_frame_flush() prototype to lavf/internal.hMåns Rullgård2010-03-061-0/+2
* remove now useless av_set_program_name() functionAurelien Jacobs2009-02-101-1/+0
* remove no more needed comment, declaration is in internal headerBaptiste Coudurier2009-02-091-3/+0
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-081-0/+10
* Move declaration of av_set_program_name and av_program_add_stream_indexDiego Biurrun2008-12-031-0/+4
* Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun2008-10-041-0/+2
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje2008-08-271-0/+26