summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
Commit message (Expand)AuthorAge
* Make ff_sdp_write_media a lavf-internal functionMartin Storsjö2010-05-21
* Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini2010-04-11
* Add a lowercase parameter to ff_data_to_hexMartin Storsjö2010-03-25
* rename av_read_frame_flush to ff_read_frame_flushAurelien Jacobs2010-03-15
* rename av_program_add_stream_index to ff_program_add_stream_indexAurelien Jacobs2010-03-15
* Move the NTP offset definitions to internal.hMartin Storsjö2010-03-15
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-14
* Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia2010-03-14
* Make the ntp_time function available to other parts of libavformat, as ff_ntp...Martin Storsjö2010-03-10
* Revert "Move the probe loop from av_open_input_file() into its own method"Måns Rullgård2010-03-08
* Move the probe loop from av_open_input_file() into its own methodMicah F. Galizia2010-03-07
* Move av_read_frame_flush() prototype to lavf/internal.hMåns Rullgård2010-03-06
* remove now useless av_set_program_name() functionAurelien Jacobs2009-02-10
* remove no more needed comment, declaration is in internal headerBaptiste Coudurier2009-02-09
* Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier2009-02-08
* Move declaration of av_set_program_name and av_program_add_stream_indexDiego Biurrun2008-12-03
* Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun2008-10-04
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() andRonald S. Bultje2008-08-27