log

age author description
Sun, 28 Dec 2008 00:21:11 +0000 rbultje Add RMStream object as function argument to public functions so that non-.rm libavformat
Sun, 28 Dec 2008 00:18:38 +0000 rbultje Implement RMStream stream-specific private data object in the RM demuxer. libavformat
Sat, 27 Dec 2008 17:34:00 +0000 kostya Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for it libavformat
Wed, 24 Dec 2008 02:20:07 +0000 compn add amr in avi riff tags libavformat
Mon, 22 Dec 2008 22:12:44 +0000 cehoyos Fix two identical warnings when compiling riff.c and nuv.c with icc: libavformat
Mon, 22 Dec 2008 22:10:07 +0000 cehoyos Fix a warning when compiling with icc: libavformat
Mon, 22 Dec 2008 11:23:00 +0000 cehoyos Initialize s->opaque before calling url_resetbuf(). libavformat
Sun, 21 Dec 2008 23:50:16 +0000 michael Change mpeg audio parser so it only sets frame_size, channels and bit_rate libavformat
Sun, 21 Dec 2008 20:56:30 +0000 michael Fix detection of audio codec in K70707-ARIA229.flv. libavformat
Fri, 19 Dec 2008 01:00:44 +0000 astrange Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv libavformat
Thu, 18 Dec 2008 09:18:43 +0000 bcoudurier cosmetics, remove useless parenthesis and whitespaces libavformat
Thu, 18 Dec 2008 09:17:19 +0000 bcoudurier set alac channels from extradata, fix alac mono in m4a libavformat
Thu, 18 Dec 2008 01:28:29 +0000 rbultje Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and libavformat
Thu, 18 Dec 2008 01:25:43 +0000 rbultje Add a ByteIOContext argument to ASF functions that will be shared with the libavformat
Wed, 17 Dec 2008 11:22:51 +0000 benoit Add jp2 support to img2 demuxer. libavformat
Wed, 17 Dec 2008 08:09:09 +0000 bcoudurier activate jpeg2000 fourcc in mov/mj2 libavformat
Tue, 16 Dec 2008 16:14:07 +0000 michael Fix bug where the avi demxuer lost the first frame of malformed libavformat
Tue, 16 Dec 2008 08:47:28 +0000 bcoudurier check that nb_streams is valid before setting stream, fix crash with jp2 which do not use same structure libavformat
Tue, 16 Dec 2008 05:22:53 +0000 compn add MPNG fourcc libavformat
Tue, 16 Dec 2008 05:20:11 +0000 compn two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec list libavformat
Tue, 16 Dec 2008 03:49:26 +0000 compn QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi libavformat
Tue, 16 Dec 2008 03:42:10 +0000 compn add rpza avi fourcc libavformat
Sun, 14 Dec 2008 22:26:28 +0000 rbultje Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread libavformat
Sun, 14 Dec 2008 22:24:58 +0000 rbultje Reindent something that looks weird. libavformat
Sun, 14 Dec 2008 22:23:59 +0000 rbultje Add comment to indicate why the SDP line buffer is as big as it is. libavformat
Sun, 14 Dec 2008 22:23:14 +0000 rbultje Increase SDP line buffer size because ASF headers in RTSP-MS are very big. See ML discussion libavformat
Sun, 14 Dec 2008 20:38:05 +0000 michael 10l (forgot sample_size) libavformat
Sun, 14 Dec 2008 20:04:00 +0000 stefano Make register_avcodec() call avcodec_init(). libavformat
Sun, 14 Dec 2008 17:30:18 +0000 mru oggflac: fix bitstream reader usage libavformat
Sun, 14 Dec 2008 15:48:48 +0000 michael Fix non interleaved variable fps ODML avis. libavformat
Sun, 14 Dec 2008 14:01:12 +0000 michael Remove silly FIXME comment. libavformat
Sun, 14 Dec 2008 03:29:33 +0000 melanson The POSIX namespace shall be held sacrosanct. To that end, libavformat
Sat, 13 Dec 2008 23:25:19 +0000 lucabe Rename rtp_payload_data_t to avoid clashes with the POSIX namespace libavformat
Sat, 13 Dec 2008 23:20:05 +0000 lucabe Remove useless typedef libavformat
Sat, 13 Dec 2008 23:03:34 +0000 lucabe Remove unused types libavformat
Sat, 13 Dec 2008 21:58:17 +0000 reimar Avoid _t in gxf enum type names libavformat
Sat, 13 Dec 2008 21:40:20 +0000 rbultje Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. libavformat
Sat, 13 Dec 2008 21:37:27 +0000 rbultje Don't access RMContext directly in rdt.c. Rather, use the return value of libavformat
Sat, 13 Dec 2008 17:18:11 +0000 rbultje Separate the packet fetching from the data reading, so that the data reading libavformat
Sat, 13 Dec 2008 17:04:22 +0000 diego 100l: Add missing backslashes. libavformat
Sat, 13 Dec 2008 16:35:58 +0000 diego cosmetics: Break some lines for a more aesthetically pleasing result. libavformat
Sat, 13 Dec 2008 16:08:31 +0000 diego Remove misleading comment, _t is POSIX-reserved namespace. libavformat
Sat, 13 Dec 2008 13:39:13 +0000 diego whitespace cosmetics libavformat
Sat, 13 Dec 2008 13:11:42 +0000 diego Avoid _t in identifier names, _t is reserved by POSIX. libavformat
Sat, 13 Dec 2008 12:46:11 +0000 diego Matroska uses tables from isom.c, so add the object file to its dependencies. libavformat
Sat, 13 Dec 2008 10:45:44 +0000 lu_zero Rename type to be consistent libavformat
Sat, 13 Dec 2008 00:04:34 +0000 mru mpegts: replace Program_t typedef with "struct Program" libavformat
Fri, 12 Dec 2008 16:04:15 +0000 aurel matroska: sort codec tags list libavformat
Fri, 12 Dec 2008 15:55:08 +0000 aurel matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr) libavformat
Fri, 12 Dec 2008 15:34:55 +0000 compn add another mpeg4 avi fourcc from uncommon codecs list libavformat
Fri, 12 Dec 2008 06:55:48 +0000 diego Add sys/time.h header #include, fixes compilation on OS/2. libavformat
Fri, 12 Dec 2008 05:10:43 +0000 ods15 Update lavf/libnut.c to _tt type names in libnut API libavformat
Thu, 11 Dec 2008 22:34:14 +0000 aurel avoid POSIX reserved _t suffix libavformat
Thu, 11 Dec 2008 22:24:56 +0000 bcoudurier parse pasp atom and set sample aspect ratio, libavformat
Thu, 11 Dec 2008 20:06:56 +0000 bcoudurier remove _t in typedef for POSIX compatibility libavformat
Thu, 11 Dec 2008 20:02:15 +0000 michael Remove comment suggesting using variables ending in _t as this would break POSIX. libavformat
Thu, 11 Dec 2008 19:19:23 +0000 reimar Avoid _t in typedef type libavformat
Thu, 11 Dec 2008 19:06:24 +0000 michael remove _t for POSIX compatibility. libavformat
Thu, 11 Dec 2008 18:48:08 +0000 rbultje Fix indenting. libavformat
Thu, 11 Dec 2008 10:42:06 +0000 reimar Use "struct gxf_stream_info" instead of "st_info_t", libavformat