log

age author description
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