log utils.c @ 2962:0cf3b8359da8 libavformat

age author description
Mon, 21 Jan 2008 23:43:25 +0000 aurel ensure av_rescale_q() can be calculated (won't divide by zero) libavformat
Wed, 16 Jan 2008 22:14:26 +0000 diego misc spelling/grammar fixes libavformat
Sun, 13 Jan 2008 13:33:37 +0000 michael user specifyable maximum amount of memory to use for the index. libavformat
Sat, 29 Dec 2007 16:34:51 +0000 michael indent libavformat
Sat, 29 Dec 2007 16:13:03 +0000 michael Try to fix url_split() so that the ?foobar part is in the path and only the path. libavformat
Thu, 27 Dec 2007 00:16:48 +0000 michael Fix detected fps for old divx/xvid. libavformat
Sun, 23 Dec 2007 13:16:55 +0000 reimar 100l, av_read_packet must check for read_packet error, in case of libavformat
Thu, 20 Dec 2007 00:25:18 +0000 aurel remove double check of pb->read_seek libavformat
Wed, 19 Dec 2007 23:26:18 +0000 aurel use proper url_is_streamed() API libavformat
Wed, 19 Dec 2007 20:57:13 +0000 michael Merge recently added and still unused play and pause functions. libavformat
Wed, 19 Dec 2007 14:07:13 +0000 reimar Add a av_close_input_stream function libavformat
Wed, 19 Dec 2007 10:56:17 +0000 michael Allow overriding codec_ids. libavformat
Mon, 17 Dec 2007 19:12:43 +0000 reimar Simplify av_close_input_file similarly to av_open_input_file previously libavformat
Mon, 17 Dec 2007 19:08:17 +0000 reimar Simplify av_open_input_file libavformat
Mon, 17 Dec 2007 17:41:24 +0000 reimar Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option libavformat
Mon, 17 Dec 2007 09:28:46 +0000 benoit Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek() libavformat
Wed, 12 Dec 2007 19:01:58 +0000 michael av_*_next() API for libavformat libavformat
Thu, 29 Nov 2007 08:35:05 +0000 lucabe Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(), libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Tue, 13 Nov 2007 23:43:18 +0000 michael rename fps(frame per second) to tb(time base) to prevent libavformat
Fri, 26 Oct 2007 20:02:11 +0000 nicodvb print newline after program id even when the name is missing libavformat
Thu, 25 Oct 2007 10:11:15 +0000 diego Remove unused variable, fixes warning: libavformat
Wed, 24 Oct 2007 04:54:44 +0000 heydowns Move setting of key frame flag for intra-only codecs, ignoring key frame libavformat
Sun, 21 Oct 2007 23:10:15 +0000 bcoudurier 100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818 libavformat
Sat, 20 Oct 2007 08:25:13 +0000 nicodvb API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext libavformat
Sat, 20 Oct 2007 08:17:01 +0000 nicodvb cosmetics: moved to a separate function the code to print the characteristics of an AVStream libavformat
Thu, 18 Oct 2007 09:50:53 +0000 benoit Make url_split() strip url options (?opt=var) from the returned hostname or libavformat
Tue, 16 Oct 2007 19:50:08 +0000 benoit Re-enable DEBUG_SEEK flag. libavformat
Mon, 15 Oct 2007 18:03:28 +0000 benoit Undefine DEBUG_SEEK. libavformat
Mon, 01 Oct 2007 22:11:10 +0000 diego Add checking for codecid to has_codec_parameters(). libavformat