log

age author description
Fri, 13 Jul 2007 17:06:58 +0000 bcoudurier round timestamps up, k2 broadcast server seems to need it libavformat
Fri, 13 Jul 2007 12:12:38 +0000 alex h264_rtp_extra_data is not only used for debug purposes, asserts are using it also libavformat
Fri, 13 Jul 2007 12:01:56 +0000 alex remove uneeded include as assert is never used libavformat
Fri, 13 Jul 2007 11:58:15 +0000 alex Remove broken assert. ebml_read_element_id can handle level_up set to NULL. libavformat
Fri, 13 Jul 2007 00:49:40 +0000 alex fix compilation with assert libavformat
Thu, 12 Jul 2007 21:12:33 +0000 lu_zero rtsp multicast fix by Thijs Vermeir $1$2@gmail.com libavformat
Wed, 11 Jul 2007 13:37:07 +0000 aurel add support for ASS like subtitles in Matroska libavformat
Wed, 11 Jul 2007 13:13:20 +0000 aurel add support for Matroska subtitle tracks libavformat
Wed, 11 Jul 2007 12:45:14 +0000 aurel Move public API functions av_codec_get_tag() and av_codec_get_id() libavformat
Tue, 10 Jul 2007 21:52:04 +0000 ramiro Remove OS/2 support libavformat
Mon, 09 Jul 2007 22:15:11 +0000 mru avoid deprecation warnings for AVFrac from avformat.h libavformat
Mon, 09 Jul 2007 18:54:11 +0000 diego ISO8859-1 --> UTF-8 libavformat
Mon, 09 Jul 2007 13:51:06 +0000 aurel duration must not be scaled libavformat
Mon, 09 Jul 2007 13:33:34 +0000 aurel properly set AVStream.language according to Matroska track header libavformat
Sun, 08 Jul 2007 13:42:52 +0000 mru avoid uninitialised variable warning and clarify code libavformat
Sun, 08 Jul 2007 13:42:51 +0000 mru update SectionCallback and PESCallback typedefs to match functions libavformat
Sun, 08 Jul 2007 13:42:48 +0000 mru remove redundant declaration of mpegts_muxer libavformat
Sun, 08 Jul 2007 13:42:46 +0000 mru kill uninitialised variable warning in mp3_read_probe() libavformat
Sun, 08 Jul 2007 13:42:44 +0000 mru kill harmless 64-bit pointer cast warning libavformat
Sun, 08 Jul 2007 13:42:42 +0000 mru bethsoftvid: use correct type for size passed to av_fast_realloc() libavformat
Sun, 08 Jul 2007 03:16:59 +0000 romansh * Getting rid of the use of GCC language extensions libavformat
Sun, 08 Jul 2007 01:49:24 +0000 mru remove deprecated codec_get_{bmp,wav}_{id,tag}() libavformat
Sun, 08 Jul 2007 01:41:09 +0000 mru ogm: don't use deprecated codec_get_{bmp,wav}_id() libavformat
Sun, 08 Jul 2007 01:41:07 +0000 mru nutdec: don't use deprecated codec_get_{bmp,wav}_id() libavformat
Sun, 08 Jul 2007 01:41:06 +0000 mru remove redundant codec_get_bmp_tag() call in avi_write_header() libavformat
Sat, 07 Jul 2007 20:50:31 +0000 mru use bytestream_get_* and AV_RLxx libavformat
Sat, 07 Jul 2007 13:46:30 +0000 mru kill uninitialised variable warning in amr_read_packet() libavformat
Sat, 07 Jul 2007 13:46:28 +0000 mru kill uninitialised variable warning in ac3_probe() libavformat
Sat, 07 Jul 2007 13:46:25 +0000 mru remove unused functions libavformat
Fri, 06 Jul 2007 09:32:34 +0000 diego Use AV_RB* macros where appropriate. libavformat
Fri, 06 Jul 2007 07:18:25 +0000 lucabe Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.c libavformat
Fri, 06 Jul 2007 07:16:47 +0000 lucabe Add support for non-blocking input formats libavformat
Thu, 05 Jul 2007 20:58:34 +0000 benoit check udp_read_packet return value not to access uninitialized memory libavformat
Thu, 05 Jul 2007 20:08:51 +0000 mru update my email address libavformat
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavformat
Thu, 05 Jul 2007 10:37:29 +0000 diego Group all copyright and author notices together. libavformat
Thu, 05 Jul 2007 09:06:27 +0000 diego URL update, move comment to a better place. libavformat
Mon, 02 Jul 2007 17:00:04 +0000 diego Remove leading underscores from specifiers, they are reserved. libavformat
Mon, 02 Jul 2007 12:19:26 +0000 diego spelling cosmetics libavformat
Mon, 02 Jul 2007 10:13:19 +0000 diego Ignore .ho files. libavformat
Mon, 02 Jul 2007 10:10:53 +0000 diego Add missing comment markers to #endif directive. libavformat
Wed, 27 Jun 2007 06:54:47 +0000 benoit remove empty write trailer functions libavformat
Tue, 26 Jun 2007 23:08:39 +0000 bcoudurier compute absolute data offset after reading blocksize libavformat
Mon, 25 Jun 2007 21:47:29 +0000 bcoudurier this is named BlockSize in specs libavformat
Mon, 25 Jun 2007 21:46:15 +0000 bcoudurier according to specs, offset is before blocksize libavformat
Mon, 25 Jun 2007 21:31:33 +0000 bcoudurier support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is spec compliant libavformat
Mon, 25 Jun 2007 20:34:20 +0000 ramiro Check for O_BINARY instead of a list of systems that need it libavformat
Mon, 25 Jun 2007 16:18:28 +0000 ramiro Remove localtime_r implementation for systems that don't have it. libavformat
Mon, 25 Jun 2007 02:08:04 +0000 romansh * clarifying the AVInputFormat::read_seek return value libavformat
Sun, 24 Jun 2007 21:50:09 +0000 aurel cosmetics: indentation after last commit libavformat
Sun, 24 Jun 2007 21:49:13 +0000 aurel drop blocks which are part of unsupported tracks libavformat
Sun, 24 Jun 2007 12:29:12 +0000 mru remove duplicate #include libavformat
Sun, 24 Jun 2007 12:23:34 +0000 reimar more av_strl* adjustments libavformat
Sun, 24 Jun 2007 12:20:18 +0000 mru warnings-- libavformat
Sun, 24 Jun 2007 12:20:17 +0000 mru whitespace cosmetics libavformat
Sun, 24 Jun 2007 12:20:16 +0000 mru use AV_RL32 libavformat
Sun, 24 Jun 2007 12:12:04 +0000 mru use more Vorbis metadata tags libavformat
Sun, 24 Jun 2007 12:11:45 +0000 mru replace strncpy with av_strlcpy libavformat
Sun, 24 Jun 2007 11:27:12 +0000 mru replace the uses of old string functions that Reimar missed libavformat
Sun, 24 Jun 2007 07:45:19 +0000 reimar Cosmetics: use consistent indentation by four spaces libavformat