log

age author description
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
Sun, 25 May 2008 22:20:39 +0000 michael Make av_fifo*_read() ignore the available amount of data. libavformat
Sun, 25 May 2008 01:22:06 +0000 bcoudurier set correct duration when using b frames libavformat
Sat, 24 May 2008 21:44:29 +0000 aurel compute the end of all chapters when end is not specified in the container libavformat
Sat, 24 May 2008 12:56:05 +0000 aurel cosmetics: indentation libavformat
Sat, 24 May 2008 12:55:36 +0000 aurel remove useless title check libavformat
Sat, 24 May 2008 00:03:00 +0000 bcoudurier simplify, remove useless vars libavformat
Fri, 23 May 2008 22:02:29 +0000 bcoudurier add new h264 and aac flv ids libavformat
Fri, 23 May 2008 21:51:33 +0000 bcoudurier in flv this field is dts finally libavformat
Fri, 23 May 2008 21:47:30 +0000 bcoudurier flv use 32 bit pts libavformat
Fri, 23 May 2008 18:15:13 +0000 michael Pass time_base as argument to new_chapter() as well. libavformat
Fri, 23 May 2008 17:56:45 +0000 michael Document pts/dts. libavformat
Fri, 23 May 2008 17:52:42 +0000 michael Warn user about invalid timestamps. libavformat
Fri, 23 May 2008 13:52:54 +0000 michael Chapter demuxing support. (untested as I have no nuts with chapters) libavformat
Fri, 23 May 2008 13:14:11 +0000 michael Make ff_new_chapter() return AVChapter instead of int so its consistant with libavformat
Fri, 23 May 2008 13:08:44 +0000 michael nb_chapters should be unsigned libavformat
Fri, 23 May 2008 13:07:58 +0000 michael s/num_chapters/nb_chapters/ all other similar variables are called nb_*. libavformat
Fri, 23 May 2008 13:04:12 +0000 michael vertical align libavformat
Fri, 23 May 2008 13:03:52 +0000 michael indent libavformat
Fri, 23 May 2008 13:03:32 +0000 michael remove useless title check libavformat
Fri, 23 May 2008 13:03:04 +0000 michael indent libavformat
Fri, 23 May 2008 13:02:27 +0000 michael Add id to AVChapter, untested (where do i find matroska files with chapters?). libavformat
Fri, 23 May 2008 12:45:03 +0000 michael clarify start/end timebase libavformat
Fri, 23 May 2008 12:44:12 +0000 michael align comments libavformat
Fri, 23 May 2008 12:43:33 +0000 michael chapter id and timebase libavformat
Fri, 23 May 2008 11:47:11 +0000 aurel don't set a dummy chapter title when title is unknown libavformat
Fri, 23 May 2008 11:46:05 +0000 aurel cosmetics: indentation libavformat
Fri, 23 May 2008 11:45:30 +0000 aurel allows adding chapters with NULL title libavformat
Thu, 22 May 2008 23:04:02 +0000 aurel matroskadec: allows inserting chapters with unspecified end libavformat
Thu, 22 May 2008 22:07:09 +0000 aurel demux chapters out of matroska libavformat
Thu, 22 May 2008 22:00:21 +0000 aurel add support for chapters definition in lavf libavformat
Thu, 22 May 2008 17:16:12 +0000 bcoudurier free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es libavformat
Wed, 21 May 2008 22:54:36 +0000 bcoudurier remove useless var libavformat