log

age author description
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