log

age author description
Fri, 26 Sep 2008 02:19:21 +0000 michael 2 in 1, an ASS and SSA demuxer. libavformat
Fri, 26 Sep 2008 02:12:37 +0000 bcoudurier only include sys/select.h if present, fix mingw compilation libavformat
Fri, 26 Sep 2008 02:07:56 +0000 michael Prevent image2 from complaining about non monotone timestamps as libavformat
Wed, 24 Sep 2008 23:40:55 +0000 bcoudurier cosmetics, remove GXF: in log messages since it is present in context libavformat
Wed, 24 Sep 2008 23:31:04 +0000 bcoudurier skip invalid audio samples in gxf packets libavformat
Wed, 24 Sep 2008 22:11:53 +0000 bcoudurier include sys/select.h to get select, according to posix 2001, libavformat
Wed, 24 Sep 2008 22:08:50 +0000 bcoudurier include sys/select.h instead of unistd.h to get select, libavformat
Wed, 24 Sep 2008 18:55:00 +0000 bcoudurier stop parsing if tag size is wrongly < 8 to avoid infinite loop libavformat
Wed, 24 Sep 2008 17:46:23 +0000 michael Avoid segfault due to not set AVCodec. libavformat
Wed, 24 Sep 2008 17:17:11 +0000 bcoudurier merge amr wb case with amr nb and qcelp libavformat
Wed, 24 Sep 2008 17:09:59 +0000 bcoudurier do not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz libavformat
Wed, 24 Sep 2008 12:03:25 +0000 michael ASF stands for "advanced stream format" not "adaptive ...", changing it to "ASF". libavformat
Tue, 23 Sep 2008 06:24:00 +0000 vitor Add support for RVTR fourCC libavformat
Fri, 19 Sep 2008 12:37:38 +0000 michael Ensure that muxer and encoder aspect ratios match. So no libavformat
Thu, 18 Sep 2008 05:25:29 +0000 kostya Add fourcc for MS RLE4 libavformat
Wed, 17 Sep 2008 23:14:48 +0000 bcoudurier revert r14983, value is not sample aspect ratio, it is display aspect ratio libavformat
Sun, 14 Sep 2008 20:00:36 +0000 jbr write number of samples in FLAC extradata. libavformat
Sun, 14 Sep 2008 17:29:34 +0000 jbr add error message for unsupported codecs in WAVE. libavformat
Sun, 14 Sep 2008 13:56:12 +0000 rbultje Reindent after r15317. libavformat
Sun, 14 Sep 2008 13:55:21 +0000 rbultje Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport libavformat
Fri, 12 Sep 2008 00:06:06 +0000 aurel matroskadec: simplify, first_timecode is already in the index libavformat
Thu, 11 Sep 2008 22:42:17 +0000 aurel matroskadec: prevent seeking before the first keyframe of the reference stream libavformat
Thu, 11 Sep 2008 17:43:44 +0000 rbultje Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: libavformat
Thu, 11 Sep 2008 17:43:04 +0000 rbultje Factorize out common code for opening of the RTP parsing context between libavformat
Wed, 10 Sep 2008 12:51:49 +0000 michael Clarify convergence_duration. libavformat
Tue, 09 Sep 2008 18:32:50 +0000 bcoudurier set bits_per_coded_sample according to new lavc api libavformat
Tue, 09 Sep 2008 12:10:25 +0000 aurel matroskadec: demux relevant subtitle packets after a seek libavformat
Tue, 09 Sep 2008 12:07:10 +0000 aurel matroskadec: ensure that overlapping subtitles are not added to the index libavformat
Tue, 09 Sep 2008 12:01:51 +0000 aurel matroskadec: after seeking, skip up to the desired timestamp instead of libavformat
Tue, 09 Sep 2008 11:54:35 +0000 aurel matroskadec: move timecode calculation a little earlier libavformat
Tue, 09 Sep 2008 11:23:48 +0000 aurel matroskadec: sanitize track time_scale before using it libavformat
Tue, 09 Sep 2008 02:56:13 +0000 bcoudurier print stream index in decimal not in hex, easier for debugging libavformat
Mon, 08 Sep 2008 19:37:22 +0000 bcoudurier set block align in av_write_header if not set, fix issue #489 libavformat
Mon, 08 Sep 2008 19:11:53 +0000 bcoudurier write copyright metadata tag libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Mon, 08 Sep 2008 00:58:24 +0000 bcoudurier terminate tag tables by CODEC_ID_NONE libavformat
Sun, 07 Sep 2008 04:17:15 +0000 bcoudurier set default bps to 16 in wav header libavformat
Sun, 07 Sep 2008 01:25:47 +0000 rbultje Implement RDT-specific data parsing routines. After these changes, simple libavformat
Sun, 07 Sep 2008 01:24:01 +0000 rbultje Reindent after previous patch. libavformat
Sun, 07 Sep 2008 01:22:18 +0000 rbultje Implement a RDT-specific SET_PARAMETER command that subscribes to the libavformat
Sun, 07 Sep 2008 01:21:24 +0000 rbultje Add dynamic payload handlers to rdt.c. These follow the same API as the ones libavformat
Sun, 07 Sep 2008 01:19:26 +0000 rbultje Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and export libavformat
Sun, 07 Sep 2008 00:05:30 +0000 aurel bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211 libavformat
Sat, 06 Sep 2008 23:44:29 +0000 aurel matroskadec: remove now useless vstream and is_video_key_frame libavformat
Sat, 06 Sep 2008 23:43:24 +0000 aurel matroskadec: remove useless braces libavformat
Sat, 06 Sep 2008 23:39:59 +0000 aurel matroskadec: ensure that the timecode added to the index are is the one libavformat
Fri, 05 Sep 2008 02:30:27 +0000 bcoudurier do not fail if audio is uncompressed and frame size is not set, just set it libavformat
Fri, 05 Sep 2008 02:20:33 +0000 bcoudurier simplify bps code by using av_get_bits_per_sample libavformat
Thu, 04 Sep 2008 23:26:12 +0000 aurel matroskadec: fix ASS subtitle track packets before emitting them libavformat
Thu, 04 Sep 2008 23:19:53 +0000 bcoudurier Fix msgsm in wav, do not set blkalign to frame size, this is wrong, libavformat
Thu, 04 Sep 2008 23:08:19 +0000 aurel matroska: subtitle display duration must be stored in pkt->convergence_duration libavformat
Thu, 04 Sep 2008 22:35:05 +0000 bcoudurier set block align and frame size for gsm in aiff libavformat
Thu, 04 Sep 2008 18:26:31 +0000 bcoudurier cosmetics, remove whitespace libavformat
Thu, 04 Sep 2008 18:25:55 +0000 bcoudurier actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot fr libavformat
Thu, 04 Sep 2008 18:17:21 +0000 bcoudurier skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits, libavformat
Wed, 03 Sep 2008 19:42:09 +0000 bcoudurier change the logic to mux 13818-3 and 11172-3 in mp4, less code libavformat
Wed, 03 Sep 2008 19:31:03 +0000 bcoudurier forbid mp3 < 16000hz in anything except mov libavformat
Wed, 03 Sep 2008 19:23:24 +0000 bcoudurier dirac muxing support in mp4/mov libavformat
Wed, 03 Sep 2008 19:18:49 +0000 bcoudurier cosmetics, move up mpeg1video mp4 objecttype libavformat
Wed, 03 Sep 2008 19:17:28 +0000 bcoudurier cosmetics, change values to hex since mp4ra use hex libavformat