log

age author description
Thu, 29 May 2008 15:59:14 +0000 reimar Check av_new_stream return value, fixes CID75 RUN2 libavformat
Thu, 29 May 2008 15:40:16 +0000 michael ENOMEM is better, yes ... libavformat
Thu, 29 May 2008 15:25:45 +0000 reimar Check av_new_stream return value, fixes CID79 RUN2 libavformat
Thu, 29 May 2008 15:22:45 +0000 reimar Check for av_new_stream failure, fixes CID76 RUN2 libavformat
Thu, 29 May 2008 13:40:43 +0000 diego Remove unnecessary header #includes. libavformat
Thu, 29 May 2008 09:50:17 +0000 benoit Check return of url_fseek in mpeg timestamp reading code. libavformat
Thu, 29 May 2008 00:58:41 +0000 bcoudurier warn if pts is not set, prevent writing negative/weird cts, happens when using genpts and streamcopy libavformat
Thu, 29 May 2008 00:54:33 +0000 bcoudurier reindent libavformat
Thu, 29 May 2008 00:54:09 +0000 bcoudurier this should be valid for audio too libavformat
Thu, 29 May 2008 00:35:23 +0000 bcoudurier check if extradata comes from mp4 and assume bitsteam is already formated, should fix streamcopy libavformat
Wed, 28 May 2008 22:26:35 +0000 michael memleak / CID124 RUN2 libavformat
Wed, 28 May 2008 22:00:45 +0000 bcoudurier use av_fifo_generic_write, old func is deprecated libavformat
Wed, 28 May 2008 21:22:08 +0000 michael Dead code removal, fixes CID59 RUN2. libavformat
Wed, 28 May 2008 21:14:10 +0000 michael Removing dead code, fixes CID4 RUN2. libavformat
Wed, 28 May 2008 20:33:22 +0000 michael remove != 0 libavformat
Wed, 28 May 2008 20:30:42 +0000 michael Do a little more checking. libavformat
Wed, 28 May 2008 20:28:48 +0000 michael Do not read from after the table, fixes CID108 RUN2. libavformat
Wed, 28 May 2008 01:57:19 +0000 michael Null pointer check / CID26. libavformat
Wed, 28 May 2008 01:53:23 +0000 michael useless libavformat
Wed, 28 May 2008 00:10:34 +0000 michael Fixes NULL pointer dereference CID66 libavformat
Wed, 28 May 2008 00:07:41 +0000 michael Tell the user if a AVI is non interleaved. libavformat
Tue, 27 May 2008 22:37:54 +0000 bcoudurier use internal video frame number libavformat
Tue, 27 May 2008 22:34:31 +0000 bcoudurier cosmetics libavformat
Tue, 27 May 2008 22:31:26 +0000 bcoudurier simplify, use pointer to codec context in struct instead of only id libavformat
Tue, 27 May 2008 22:31:09 +0000 bcoudurier simplify, use pointer to codec context in struct instead of only id libavformat
Tue, 27 May 2008 21:44:42 +0000 michael redundant check-- libavformat
Tue, 27 May 2008 20:48:27 +0000 michael Fix memleak, fixed CID123. libavformat
Tue, 27 May 2008 18:43:25 +0000 michael Do not use the pts/dts calculation code which needs a parser, when no parser libavformat
Tue, 27 May 2008 04:33:48 +0000 bcoudurier use AVFifoBuffer libavformat
Tue, 27 May 2008 03:42:55 +0000 bcoudurier cosmetics libavformat
Tue, 27 May 2008 03:41:51 +0000 bcoudurier merge init and declaration libavformat
Tue, 27 May 2008 03:11:31 +0000 bcoudurier simplify and use version instead libavformat
Tue, 27 May 2008 03:00:40 +0000 bcoudurier simplify libavformat
Tue, 27 May 2008 02:57:48 +0000 bcoudurier simplify libavformat
Tue, 27 May 2008 02:55:34 +0000 bcoudurier cosmetics, remove useless cases and braces libavformat
Tue, 27 May 2008 01:26:22 +0000 bcoudurier use av_fifo_generic_write, old func is deprecated libavformat
Tue, 27 May 2008 01:19:19 +0000 bcoudurier remove const qualifier, removes warning: libavformat
Mon, 26 May 2008 23:59:28 +0000 bcoudurier typo libavformat
Mon, 26 May 2008 23:14:25 +0000 diego consistency cosmetics: indices --> indexes libavformat
Mon, 26 May 2008 22:01:41 +0000 bcoudurier aac and h264 in flv demuxing libavformat
Mon, 26 May 2008 22:00:35 +0000 bcoudurier aac and h264 in flv muxing libavformat
Mon, 26 May 2008 21:52:54 +0000 bcoudurier aac chan config is 0 if bitstream contains program_config_element libavformat
Mon, 26 May 2008 20:29:16 +0000 michael Support non interleaved avi with phantom streams. libavformat
Mon, 26 May 2008 04:40:22 +0000 bcoudurier replace printf by av_log libavformat
Mon, 26 May 2008 04:38:46 +0000 bcoudurier use av_hex_dump_log libavformat
Mon, 26 May 2008 04:34:29 +0000 bcoudurier use dprintf libavformat
Mon, 26 May 2008 03:57:07 +0000 bcoudurier cosmetics, add demuxer word libavformat
Mon, 26 May 2008 03:56:43 +0000 bcoudurier cosmetics, remove useless dot libavformat
Mon, 26 May 2008 03:53:48 +0000 bcoudurier return error if frame_offset is negative, prevent segfault libavformat
Mon, 26 May 2008 03:53:10 +0000 bcoudurier return error if len is negative, prevent segfault libavformat
Mon, 26 May 2008 03:52:14 +0000 bcoudurier move ffserver specific functions up and only include unistd.h in this case libavformat
Mon, 26 May 2008 03:50:25 +0000 bcoudurier move ffm_seek1 before get_pts function since func uses it libavformat
Mon, 26 May 2008 03:47:56 +0000 bcoudurier move DEBUG_SEEK definition before get_pts since func uses it libavformat
Mon, 26 May 2008 03:47:07 +0000 bcoudurier move get_pts function to avoid useless declaration libavformat
Mon, 26 May 2008 03:46:06 +0000 bcoudurier remove unneeded include libavformat
Mon, 26 May 2008 03:44:31 +0000 bcoudurier split ffm de/muxer libavformat
Mon, 26 May 2008 03:37:01 +0000 bcoudurier reenable test, data is available in this case libavformat
Mon, 26 May 2008 00:45:02 +0000 jbr parse audio in ogm demuxer. libavformat
Mon, 26 May 2008 00:05:30 +0000 michael Make ac3 in avi work better. libavformat
Sun, 25 May 2008 23:04:09 +0000 michael Ensure that one can store X bytes in a fifo of size X. libavformat