log internal.h @ 6468:317dedc6b9a2 libavformat

age author description
Wed, 25 Aug 2010 12:29:32 +0000 mstorsjo Properly handle IPv6 addresses in the SDP generation libavformat
Thu, 19 Aug 2010 14:50:40 +0000 mstorsjo Move the definition of the maximum url size for static buffers to internal.h libavformat
Thu, 19 Aug 2010 14:49:53 +0000 mstorsjo Make parse_key_value from httpauth a common lavf internal function libavformat
Mon, 09 Aug 2010 10:05:33 +0000 mstorsjo Make hex_to_data a lavf internal function libavformat
Wed, 21 Jul 2010 21:40:50 +0000 aurel document ff_get_line() libavformat
Wed, 21 Jul 2010 21:40:10 +0000 aurel improve ff_get_line to return line length libavformat
Wed, 21 Jul 2010 21:39:01 +0000 aurel move ff_get_line to aviobuf.c libavformat
Fri, 16 Jul 2010 14:12:52 +0000 mstorsjo Move SPACE_CHARS back to libavformat/internal.h libavformat
Fri, 09 Jul 2010 12:14:33 +0000 janne move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c libavformat
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavformat
Mon, 28 Jun 2010 11:21:34 +0000 mstorsjo rtpdec: Move space_chars from avformat/internal to rtpdec libavformat
Sun, 27 Jun 2010 14:16:46 +0000 mru Make ff_url_split() public libavformat
Fri, 25 Jun 2010 07:56:45 +0000 mstorsjo RTSP: Remove skip_spaces in favor of strspn libavformat
Sat, 19 Jun 2010 21:56:50 +0000 mstorsjo ff_url_join: Don't add any at-char if the auth is an empty string libavformat
Sat, 22 May 2010 16:01:32 +0000 cehoyos Move AVCodecTag from riff.h into internal.h. libavformat
Fri, 21 May 2010 07:07:57 +0000 mstorsjo Add a libavformat internal function ff_write_chained libavformat
Tue, 18 May 2010 19:32:59 +0000 mstorsjo Make ff_sdp_write_media a lavf-internal function libavformat
Sun, 11 Apr 2010 21:44:23 +0000 stefano Move the internal function declarations in avformat.h to internal.h. libavformat
Thu, 25 Mar 2010 07:13:20 +0000 mstorsjo Add a lowercase parameter to ff_data_to_hex libavformat
Mon, 15 Mar 2010 23:15:24 +0000 aurel rename av_read_frame_flush to ff_read_frame_flush libavformat
Mon, 15 Mar 2010 23:14:07 +0000 aurel rename av_program_add_stream_index to ff_program_add_stream_index libavformat
Mon, 15 Mar 2010 10:36:30 +0000 mstorsjo Move the NTP offset definitions to internal.h libavformat
Sun, 14 Mar 2010 23:59:48 +0000 aurel move ff_url_split() and ff_url_join() declarations to internal.h libavformat
Sun, 14 Mar 2010 22:40:16 +0000 stefano Move the probe loop from av_open_input_file() into its own method libavformat
Wed, 10 Mar 2010 22:21:39 +0000 mstorsjo Make the ntp_time function available to other parts of libavformat, as ff_ntp_time libavformat
Mon, 08 Mar 2010 03:46:37 +0000 mru Revert "Move the probe loop from av_open_input_file() into its own method" libavformat
Sun, 07 Mar 2010 22:42:11 +0000 stefano Move the probe loop from av_open_input_file() into its own method libavformat
Sat, 06 Mar 2010 23:19:05 +0000 mru Move av_read_frame_flush() prototype to lavf/internal.h libavformat
Tue, 10 Feb 2009 00:27:42 +0000 aurel remove now useless av_set_program_name() function libavformat
Mon, 09 Feb 2009 00:18:25 +0000 bcoudurier remove no more needed comment, declaration is in internal header libavformat
Sun, 08 Feb 2009 21:14:46 +0000 bcoudurier Move declaration of ff_interleave_add_packet to internal.h. libavformat
Wed, 03 Dec 2008 16:47:07 +0000 diego Move declaration of av_set_program_name and av_program_add_stream_index libavformat
Sat, 04 Oct 2008 11:20:02 +0000 diego Fix 'make checkheaders', based on a patch by Diego Petten, flameeyes gmail com. libavformat
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavformat
Wed, 27 Aug 2008 23:43:28 +0000 rbultje Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and libavformat