log

age author description
Tue, 27 Jan 2009 22:03:13 +0000 michael remove pointless {} libavformat
Tue, 27 Jan 2009 21:58:45 +0000 michael Move current_track variable closer to where it is used. libavformat
Tue, 27 Jan 2009 21:56:28 +0000 michael Fix memleak of fourxm->tracks on error return. libavformat
Tue, 27 Jan 2009 21:09:22 +0000 michael vertical align libavformat
Tue, 27 Jan 2009 21:06:19 +0000 michael Fix memleak of header in error returns. libavformat
Tue, 27 Jan 2009 21:01:47 +0000 michael better header_size check libavformat
Tue, 27 Jan 2009 20:51:10 +0000 michael size < 4 is invalid libavformat
Tue, 27 Jan 2009 18:01:26 +0000 benoit Whitespace cosmetics to align return statements. libavformat
Tue, 27 Jan 2009 18:00:40 +0000 benoit Check buffer is inside what is passed when probing for flac. libavformat
Tue, 27 Jan 2009 12:23:16 +0000 lucabe Merge rtp_internal.h in rtp.h, and remove rtp_internal.h libavformat
Tue, 27 Jan 2009 04:29:33 +0000 bcoudurier seek at 0 when timestamp requested is negative libavformat
Mon, 26 Jan 2009 23:39:22 +0000 aurel make it clear that the new metadata API is a work in progress libavformat
Sun, 25 Jan 2009 19:11:10 +0000 diego Directly #include some required headers. libavformat
Sun, 25 Jan 2009 16:44:45 +0000 stefano Move documentation of av_register_all() from allformats.c to libavformat
Sun, 25 Jan 2009 01:21:10 +0000 jbr use function and definitions from libavcodec/flac.h in oggparseflac.c libavformat
Sun, 25 Jan 2009 00:16:27 +0000 jbr Handle ID3v2 tags in raw FLAC streams by skipping them. libavformat
Sat, 24 Jan 2009 14:52:46 +0000 diego Fix undefined preprocessor directives warnings during 'make checkheaders'. libavformat
Sat, 24 Jan 2009 08:20:42 +0000 stefang return an error if we can not get a full packet, libavformat
Sat, 24 Jan 2009 08:06:43 +0000 stefang fix header parsing, the NULL terminated File ID is followed by a space libavformat
Sat, 24 Jan 2009 04:56:18 +0000 rbultje Skip m= blocks in the SDP if the media type is unknown. This prevents libavformat
Fri, 23 Jan 2009 22:16:31 +0000 bcoudurier set pts and dts when only pts is present, according to specs libavformat
Fri, 23 Jan 2009 20:57:12 +0000 bcoudurier write essence container data libavformat
Fri, 23 Jan 2009 20:20:36 +0000 bcoudurier reduce display aspect ratio libavformat
Fri, 23 Jan 2009 20:15:46 +0000 bcoudurier stored height is a multiple of 16 for mpeg2 libavformat
Fri, 23 Jan 2009 20:03:57 +0000 bcoudurier fix endianness of time code, and calculate it in fields, according to specs libavformat
Fri, 23 Jan 2009 12:17:40 +0000 compn add EM4A fourcc , works for: libavformat
Fri, 23 Jan 2009 12:09:32 +0000 andoma Avoid allocating MPADecodeContext on stack. libavformat
Thu, 22 Jan 2009 23:35:31 +0000 michael Move av_read_frame/parser related buffer variables from AVFormatContext libavformat
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