log

age author description
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Sun, 18 Jan 2009 22:53:28 +0000 aurel replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag libavformat
Sun, 18 Jan 2009 17:26:24 +0000 aurel matroskadec: merge ByteIOContext declarations at upper level libavformat
Sun, 18 Jan 2009 17:13:12 +0000 aurel matroskadec: parse the WAVEFORMATEX header and discard it from extradata libavformat
Sun, 18 Jan 2009 01:48:14 +0000 bcoudurier add jp2 formater in image2 muxer libavformat
Sun, 18 Jan 2009 00:47:46 +0000 bcoudurier jpeg2k is intra only codec libavformat
Sat, 17 Jan 2009 21:40:27 +0000 bcoudurier match format in names list separated by commas libavformat
Sat, 17 Jan 2009 20:08:43 +0000 stefang added demuxer for FunCom ISS audio files, libavformat
Sat, 17 Jan 2009 12:21:01 +0000 aurel remove ff_get_fourcc() and use AV_RL32() instead libavformat
Sat, 17 Jan 2009 11:13:33 +0000 aurel export gcd function as av_gcd() libavformat
Sat, 17 Jan 2009 04:31:42 +0000 conrad Cosmetics: indent libavformat
Sat, 17 Jan 2009 04:31:14 +0000 conrad Treat disposition==0 as undefined and don't write the default flag libavformat
Sat, 17 Jan 2009 04:30:36 +0000 conrad Flush the buffer after writing the header and when done with writing the files libavformat
Fri, 16 Jan 2009 19:05:09 +0000 compn add LM20 mimic in avi fourcc libavformat
Fri, 16 Jan 2009 17:46:19 +0000 kostya WavPack hybrid mode support libavformat
Fri, 16 Jan 2009 16:39:17 +0000 reimar Merge declaration and initialization of io_buffer_size libavformat
Fri, 16 Jan 2009 16:37:54 +0000 reimar Make io_buffer_size unsigned to avoid a warning about comparing libavformat
Fri, 16 Jan 2009 15:35:51 +0000 reimar Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_internal libavformat
Fri, 16 Jan 2009 15:34:37 +0000 reimar Use AV_WB32 instead of reimplementing it. libavformat
Fri, 16 Jan 2009 15:32:33 +0000 reimar Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal. libavformat
Fri, 16 Jan 2009 15:30:52 +0000 reimar Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM) libavformat
Fri, 16 Jan 2009 14:03:46 +0000 benoit Make unsigned int a variable that does not need to be explicitely 32 bits. libavformat
Fri, 16 Jan 2009 01:26:52 +0000 bcoudurier support h264 extradata with 0x000001 startcode libavformat
Fri, 16 Jan 2009 01:22:30 +0000 bcoudurier use ff_avc_parse_nal_units_buf because output size might differ from input size libavformat
Fri, 16 Jan 2009 01:20:31 +0000 bcoudurier 10l, fix prototype libavformat
Fri, 16 Jan 2009 01:17:18 +0000 bcoudurier export ff_avc_parse_nal_units_buf libavformat
Fri, 16 Jan 2009 01:12:32 +0000 bcoudurier move actual writing before so new size can be taken into account libavformat
Fri, 16 Jan 2009 01:11:34 +0000 bcoudurier return size written in ff_avc_parse_nal_units libavformat
Thu, 15 Jan 2009 14:07:59 +0000 lucabe Reindent after last commit libavformat
Thu, 15 Jan 2009 14:03:07 +0000 lucabe Do not reallocate AVPacket's data when muxing a packet libavformat
Thu, 15 Jan 2009 12:23:03 +0000 superdump Factorise id3v2 header parsing from mp3.c to be shared libavformat
Thu, 15 Jan 2009 01:47:24 +0000 bcoudurier use delay for subs and dirac too libavformat
Thu, 15 Jan 2009 01:22:31 +0000 bcoudurier add aud nal unit if not present in h264 bitstream libavformat
Thu, 15 Jan 2009 00:42:57 +0000 aurel matroskadec: ensure we only consider chapters which are properly ordered libavformat
Wed, 14 Jan 2009 23:53:31 +0000 bcoudurier consider other codecs packets contain only one access unit, not just audio libavformat
Wed, 14 Jan 2009 23:49:13 +0000 bcoudurier calculate pat, pmt and sdt exact size and adjust total bitrate libavformat
Wed, 14 Jan 2009 23:30:49 +0000 bcoudurier allow user to specify muxrate libavformat
Wed, 14 Jan 2009 22:40:37 +0000 bcoudurier warn if dts < pcr which means TS is invalid libavformat
Wed, 14 Jan 2009 22:17:07 +0000 bcoudurier only write dts if they differ from pts, according to specs libavformat
Wed, 14 Jan 2009 22:14:35 +0000 bcoudurier use delay to avoid negative dts libavformat
Wed, 14 Jan 2009 21:57:10 +0000 bcoudurier set pts and dts of pes packets exactly according to specs libavformat
Wed, 14 Jan 2009 17:19:17 +0000 aurel replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavformat
Wed, 14 Jan 2009 02:20:26 +0000 bcoudurier compute pcr more accurately, regression tests need update libavformat
Wed, 14 Jan 2009 01:21:24 +0000 bcoudurier include intreadwrite.h, fix compilation, img2.c use AV_RL32 libavformat
Wed, 14 Jan 2009 00:27:43 +0000 bcoudurier cleanup gif, use BISTREAM_WRITER_LE libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Tue, 13 Jan 2009 17:10:10 +0000 compn add SLMJ fourcc to mjpeg libavformat
Tue, 13 Jan 2009 00:20:18 +0000 aurel fix version protection libavformat
Mon, 12 Jan 2009 00:07:40 +0000 mru AVI: add bswap.h include needed on big endian libavformat
Sun, 11 Jan 2009 23:24:28 +0000 conrad Use the dimensions in tkhd for timed text tracks libavformat
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformat
Sun, 11 Jan 2009 22:05:43 +0000 ramiro Use setmode() if it exists in <io.h>, and not based on O_BINARY. libavformat
Sun, 11 Jan 2009 21:08:52 +0000 diego cosmetics: indentation libavformat
Sun, 11 Jan 2009 21:07:12 +0000 diego Fix illegal identifier starting with an underscore. libavformat
Sun, 11 Jan 2009 21:04:25 +0000 bcoudurier move ffindex set before mov_read_default so it can be used in functions libavformat
Sun, 11 Jan 2009 10:42:24 +0000 bcoudurier cosmetics libavformat
Sun, 11 Jan 2009 10:41:43 +0000 bcoudurier remove warnings about uninitialized vars libavformat
Sun, 11 Jan 2009 10:36:19 +0000 bcoudurier cosmetics libavformat
Sun, 11 Jan 2009 10:26:44 +0000 conrad Add support for muxing mov/mp4/3gp timed text streams libavformat
Sun, 11 Jan 2009 08:24:44 +0000 conrad Read extradata (justification, colors, fonts, etc) for mov/mp4 timed text libavformat