]> git.sesse.net Git - ffmpeg/history - libavformat/internal.h
parse stream headers for audio streams in mkv, needed for frame size
[ffmpeg] / libavformat / internal.h
2010-04-11 Stefano SabatiniMove the internal function declarations in avformat...
2010-03-25 Martin StorsjöAdd a lowercase parameter to ff_data_to_hex
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 Aurelien Jacobsmove ff_url_split() and ff_url_join() declarations...
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-08 Måns RullgårdRevert "Move the probe loop from av_open_input_file...
2010-03-07 Micah F. GaliziaMove the probe loop from av_open_input_file() into...
2010-03-06 Måns RullgårdMove av_read_frame_flush() prototype to lavf/internal.h
2009-02-10 Aurelien Jacobsremove now useless av_set_program_name() function
2009-02-09 Baptiste Coudurierremove no more needed comment, declaration is in intern...
2009-02-08 Baptiste CoudurierMove declaration of ff_interleave_add_packet to internal.h.
2008-12-03 Diego BiurrunMove declaration of av_set_program_name and av_program_...
2008-10-04 Diego BiurrunFix 'make checkheaders', based on a patch by Diego...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-27 Ronald S. BultjeExport data_to_hex() as private API in lavf, rename...