]> git.sesse.net Git - ffmpeg/history - libavformat/internal.h
Add RTP packetization of VP8
[ffmpeg] / libavformat / internal.h
2010-08-09 Martin StorsjöMake hex_to_data a lavf internal function
2010-07-21 Aurelien Jacobsdocument ff_get_line()
2010-07-21 Aurelien Jacobsimprove ff_get_line to return line length
2010-07-21 Aurelien Jacobsmove ff_get_line to aviobuf.c
2010-07-16 Martin StorsjöMove SPACE_CHARS back to libavformat/internal.h
2010-07-09 Michael Chinenmove ff_get_v_length and ff_put_v from nutenc.c to...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-28 Josh Allmannrtpdec: Move space_chars from avformat/internal to...
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-25 Josh AllmannRTSP: Remove skip_spaces in favor of strspn
2010-06-19 Martin Storsjöff_url_join: Don't add any at-char if the auth is an...
2010-05-22 Francesco LavraMove AVCodecTag from riff.h into internal.h.
2010-05-21 Martin StorsjöAdd a libavformat internal function ff_write_chained
2010-05-18 Martin StorsjöMake ff_sdp_write_media a lavf-internal function
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...