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
Wed, 21 May 2008 22:53:52 +0000 bcoudurier 10l, fix compilation libavformat
Wed, 21 May 2008 22:52:21 +0000 bcoudurier use duration from pkt libavformat
Wed, 21 May 2008 22:49:48 +0000 bcoudurier simplify libavformat
Wed, 21 May 2008 22:48:33 +0000 bcoudurier simplify libavformat
Wed, 21 May 2008 21:04:42 +0000 bcoudurier check pkt stream index before returning packet, prevent segfault libavformat
Wed, 21 May 2008 07:05:08 +0000 cehoyos Do not loop endlessly if converting into dv with timestamps Jan 1st not libavformat
Wed, 21 May 2008 02:26:42 +0000 bcoudurier support dvd pcm 20/24 bits, patch by Lars T¸«£uber, lars.taeuber gmx net libavformat
Tue, 20 May 2008 23:39:07 +0000 bcoudurier remove useless/obsolete comments libavformat
Tue, 20 May 2008 23:32:22 +0000 bcoudurier remove useless close function libavformat
Tue, 20 May 2008 23:31:10 +0000 bcoudurier split swf de/muxer libavformat
Tue, 20 May 2008 02:24:02 +0000 bcoudurier only print debug info when sample is actually added libavformat
Tue, 20 May 2008 02:22:44 +0000 bcoudurier warn about multiple fourcc libavformat
Tue, 20 May 2008 02:21:29 +0000 bcoudurier demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451 libavformat
Thu, 15 May 2008 23:12:41 +0000 aurel matroskadec: add support for bzlib compressed tracks libavformat
Thu, 15 May 2008 22:47:40 +0000 bcoudurier try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454 libavformat
Thu, 15 May 2008 22:37:31 +0000 bcoudurier do not fail if correct is not recognized libavformat
Thu, 15 May 2008 22:14:29 +0000 bcoudurier cosmetics, remove space before opening parenthesis libavformat
Tue, 13 May 2008 23:33:15 +0000 aurel add missing \n in av_log message libavformat
Tue, 13 May 2008 23:32:13 +0000 aurel matroskadec: add support for zlib compressed tracks libavformat
Tue, 13 May 2008 17:43:18 +0000 mmu_man Fix non-debug build. libavformat
Tue, 13 May 2008 15:51:37 +0000 cehoyos Fix icc warning #188: enumerated type mixed with another type libavformat
Tue, 13 May 2008 15:42:27 +0000 cehoyos Add MATROSKA_TRACK_TYPE_NONE. libavformat
Mon, 12 May 2008 10:30:40 +0000 cehoyos Replace some occurrences of 0 with CODEC_ID_NONE. libavformat
Mon, 12 May 2008 01:17:00 +0000 benoit Use strcasecmp() instead of re-inventing it. libavformat
Sun, 11 May 2008 10:53:21 +0000 cehoyos Fix type of dest_addr_len to respect return value of udp_set_url. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Fri, 09 May 2008 11:25:27 +0000 superdump IFF stereo support libavformat
Fri, 09 May 2008 09:30:43 +0000 diego string.h is a system header file, so use <> for it. libavformat
Fri, 09 May 2008 01:59:33 +0000 aurel use enum type instead of int libavformat
Fri, 09 May 2008 01:54:35 +0000 aurel cosmetics: indentation libavformat
Fri, 09 May 2008 01:53:59 +0000 aurel matroskadec: add support for lzo compressed tracks libavformat
Thu, 08 May 2008 23:11:13 +0000 aurel matroskadec: fail gracefully when seeking don't work libavformat
Thu, 08 May 2008 21:47:31 +0000 aurel matroskadec: add support for track content encoding libavformat
Tue, 06 May 2008 09:16:36 +0000 diego Remove unnecessary parentheses from return calls. libavformat
Mon, 05 May 2008 09:17:56 +0000 michael Check url_seek() in url_open(). libavformat
Sun, 04 May 2008 10:35:13 +0000 diego Use correct length modifier for pointer diff argument in av_log() call. libavformat
Sun, 04 May 2008 10:29:12 +0000 diego Fix 'comparison always false' warning. libavformat
Sat, 03 May 2008 00:12:32 +0000 banan dts probe libavformat
Fri, 02 May 2008 19:35:31 +0000 bwolowiec Nellymoser handling in FLV libavformat
Fri, 02 May 2008 14:52:39 +0000 lu_zero Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards, libavformat
Thu, 01 May 2008 22:04:17 +0000 jbr fix encoding of flac private data libavformat
Tue, 29 Apr 2008 00:12:49 +0000 michael Support invalid mpeg created by vdr libavformat
Mon, 28 Apr 2008 18:29:42 +0000 michael raw GSM demuxer (does not work yet as parser is missing) libavformat
Mon, 28 Apr 2008 14:14:44 +0000 bcoudurier set demuxers .value and use common audio_read_header function libavformat
Sat, 26 Apr 2008 17:51:02 +0000 bcoudurier set pkt duration, only when dts == pts though, libavformat
Sat, 26 Apr 2008 06:29:56 +0000 kostya Missing tags in APE is normal situation, so don't print an error. libavformat
Fri, 25 Apr 2008 16:52:30 +0000 bcoudurier yes it is true for mp4 libavformat
Fri, 25 Apr 2008 16:50:06 +0000 bcoudurier remove unneeded variable libavformat
Fri, 25 Apr 2008 16:47:22 +0000 bcoudurier move vars decls where vars are used libavformat
Fri, 25 Apr 2008 14:09:42 +0000 bcoudurier set channels and sample rate from mpeg4audio config libavformat
Fri, 25 Apr 2008 14:03:28 +0000 bcoudurier parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files libavformat
Fri, 25 Apr 2008 13:56:08 +0000 bcoudurier update doc libavformat
Fri, 25 Apr 2008 13:54:33 +0000 bcoudurier error is -1 libavformat
Fri, 25 Apr 2008 13:45:46 +0000 bcoudurier cosmetics libavformat
Fri, 25 Apr 2008 13:44:34 +0000 bcoudurier move vars decls where vars are used libavformat
Fri, 25 Apr 2008 13:34:51 +0000 bcoudurier parser should not be needed anymore, merge cases and set frame size for amr too libavformat
Fri, 25 Apr 2008 13:24:25 +0000 bcoudurier lower frame size to split amr/qcelp/gsm frames libavformat
Fri, 25 Apr 2008 12:02:01 +0000 bcoudurier align and remove useless braces libavformat
Fri, 25 Apr 2008 11:57:39 +0000 bcoudurier cosmetics, remove whitespaces in tags libavformat
Fri, 25 Apr 2008 10:35:06 +0000 bcoudurier set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov libavformat