log

age author description
Thu, 22 Jan 2009 19:45:53 +0000 bcoudurier print stream sar if present and different than codec sar libavformat
Thu, 22 Jan 2009 12:08:06 +0000 michael Use EAGAIN return, primarely intended as example of EAGAIN useage. libavformat
Thu, 22 Jan 2009 12:06:02 +0000 michael Handle av_read_frame() EAGAIN return. libavformat
Wed, 21 Jan 2009 22:32:17 +0000 aurel 'code' is used to index a table so make it unsigned libavformat
Wed, 21 Jan 2009 13:27:39 +0000 kostya yet another attempt on fixing synchronization in VMD libavformat
Wed, 21 Jan 2009 13:26:01 +0000 kostya Empty audio chunks in VMD are silent, not skipped libavformat
Wed, 21 Jan 2009 13:25:14 +0000 kostya cosmetics: reindent after last commit libavformat
Wed, 21 Jan 2009 13:24:35 +0000 kostya VMD first chunk of audio is not coded as many separate chunks of block_align libavformat
Tue, 20 Jan 2009 21:06:57 +0000 bcoudurier change sample aspect ratio test to be more clear, print old one libavformat
Tue, 20 Jan 2009 16:19:13 +0000 compn another mpeg4 fourcc libavformat
Tue, 20 Jan 2009 09:43:58 +0000 bcoudurier Do not use avctx->frame_number which might not be set, libavformat
Tue, 20 Jan 2009 09:25:50 +0000 bcoudurier set correct value for starting line libavformat
Tue, 20 Jan 2009 09:14:46 +0000 bcoudurier fix gxf time code mark out value libavformat
Tue, 20 Jan 2009 08:08:32 +0000 benoit Enable building r3d demuxer when its config is set. libavformat
Tue, 20 Jan 2009 08:00:39 +0000 alexc Fix a read past end of buffer crash in the mp3 probe libavformat
Tue, 20 Jan 2009 07:42:14 +0000 bcoudurier R3D REDCODE demuxer libavformat
Tue, 20 Jan 2009 00:52:12 +0000 aurel matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes libavformat
Mon, 19 Jan 2009 23:41:46 +0000 diego Use "" instead of <> when #including non-system headers. libavformat
Mon, 19 Jan 2009 21:54:06 +0000 alexc Fix probing of files with ID3v2 tags. Discussed at libavformat
Mon, 19 Jan 2009 17:01:22 +0000 diego Restore mistakenly removed period after "DivX, Inc". libavformat
Mon, 19 Jan 2009 16:11:46 +0000 compn add T263. works on samples/V-codecs/T263/ libavformat
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