log

age author description
Sat, 28 Jul 2007 18:05:11 +0000 diego Merge get_str() and get_str8() functions. libavformat
Sat, 28 Jul 2007 18:02:19 +0000 diego Fix get_str/get_str8() to also work if the target string is not long enough to libavformat
Sat, 28 Jul 2007 12:46:26 +0000 diego cosmetics: misc typo fixes libavformat
Sat, 28 Jul 2007 06:33:05 +0000 conrad Add EBML ID for Segment UID libavformat
Fri, 27 Jul 2007 11:37:56 +0000 michael detect voxware (closes issue39) libavformat
Fri, 27 Jul 2007 11:36:17 +0000 michael try exact match before case insensitive match in codec_get_id libavformat
Fri, 27 Jul 2007 00:29:33 +0000 michael ignore invalid packet_obj_size libavformat
Thu, 26 Jul 2007 22:34:26 +0000 lucabe Introduce an SDP generator libavformat
Thu, 26 Jul 2007 13:02:07 +0000 aurel cosmetics: alignment libavformat
Thu, 26 Jul 2007 13:01:09 +0000 aurel replaces hardcoded values by the equivalent enum definitions libavformat
Wed, 25 Jul 2007 20:39:43 +0000 michael Avoid misdetecting acelp in ASF as MP3. libavformat
Wed, 25 Jul 2007 19:47:44 +0000 aurel add proper support for subtitles muxing/stream copying libavformat
Wed, 25 Jul 2007 15:59:26 +0000 aurel use the most appropriate codec id for A_MPEG/L1 and L2 libavformat
Wed, 25 Jul 2007 15:58:12 +0000 aurel reorder matroska codec tags so that the encoder picks up the appropriate tag libavformat
Fri, 20 Jul 2007 08:05:27 +0000 takis Replace ENOSYS by ENOTSUP as in this case the problem is not really a function libavformat
Thu, 19 Jul 2007 15:38:33 +0000 takis Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). libavformat
Thu, 19 Jul 2007 15:37:44 +0000 takis Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM). libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Thu, 19 Jul 2007 15:21:30 +0000 takis Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). libavformat
Thu, 19 Jul 2007 14:48:13 +0000 diego Make video hook infrastructure conditional on video hooks being enabled. libavformat
Thu, 19 Jul 2007 10:48:50 +0000 benoit use sscanf to parse address libavformat
Wed, 18 Jul 2007 11:56:36 +0000 benoit remove useless check libavformat
Wed, 18 Jul 2007 07:57:26 +0000 benoit fix emulated inet_aton so that it fails for invalid addresses libavformat
Tue, 17 Jul 2007 12:57:50 +0000 diego typo fixes libavformat
Mon, 16 Jul 2007 20:30:28 +0000 ramiro MinGW has those include files. libavformat
Mon, 16 Jul 2007 20:28:43 +0000 ramiro Move av_gettime() back to lavf/utils.c libavformat
Mon, 16 Jul 2007 20:27:16 +0000 ramiro MinGW has gettimeofday() since mingw-runtime-3.10 libavformat
Mon, 16 Jul 2007 14:51:43 +0000 aurel add support for S_ASS and S_SSA codec string libavformat
Mon, 16 Jul 2007 10:56:40 +0000 alex .memleak fix by Ronald Bultje. OK'd by Luca. libavformat
Sun, 15 Jul 2007 18:24:39 +0000 michael remove likely wrong reseting of align_iframe libavformat
Sat, 14 Jul 2007 15:12:38 +0000 aurel Avoid using undefined symbols. libavformat
Sat, 14 Jul 2007 14:43:06 +0000 aurel Allow selecting only the vc1 demuxer. libavformat
Sat, 14 Jul 2007 14:40:18 +0000 aurel Allow selecting only the mpegtsraw demuxer. libavformat
Sat, 14 Jul 2007 14:35:17 +0000 aurel The dxa demuxer depends on riff.o. libavformat
Sat, 14 Jul 2007 14:32:41 +0000 aurel The dv1394 demuxer depends on dv.o. libavformat
Sat, 14 Jul 2007 14:27:20 +0000 aurel All those demuxers don't depend on riff.o anymore. libavformat
Sat, 14 Jul 2007 14:01:20 +0000 aurel All those demuxers use pcm_read_seek() and thus depend on raw.o. libavformat
Sat, 14 Jul 2007 13:37:24 +0000 aurel The c93 demuxer depends on vocdec.o. libavformat
Sat, 14 Jul 2007 12:42:57 +0000 mru avoid division by zero in av_find_stream_info() when no time base is set libavformat
Fri, 13 Jul 2007 17:15:56 +0000 bcoudurier Smartjog granted permission to relicense as LGPL 2.1 libavformat
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