log nut.c @ 6471:b3aea89a4f63 libavformat

age author description
Sun, 06 Jun 2010 18:29:42 +0000 stefano Add support to B4BY and R4BY NUT codec tags added in NUT r672. libavformat
Sun, 06 Jun 2010 11:43:53 +0000 michael bgr/rgb444 for nut libavformat
Wed, 26 May 2010 22:26:19 +0000 stefano Add support for the newly added Nut codec tags (added in Nut r669): libavformat
Sun, 23 May 2010 18:34:15 +0000 stefano Define ff_nut_video_tags and make Nut muxer and demuxer set it in libavformat
Sat, 22 May 2010 16:01:32 +0000 cehoyos Move AVCodecTag from riff.h into internal.h. libavformat
Sun, 28 Mar 2010 09:59:58 +0000 vitor Fix NUT (de)muxer warnings: libavformat
Wed, 24 Mar 2010 19:58:12 +0000 vitor Fix warning: libavformat
Wed, 03 Mar 2010 17:31:24 +0000 vitor Plug memory leak in NUT muxer and demuxer libavformat
Wed, 24 Feb 2010 06:27:12 +0000 kostya Introduce metadata conversion table for NUT muxer and demuxer. libavformat
Thu, 11 Dec 2008 19:06:24 +0000 michael remove _t for POSIX compatibility. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Fri, 07 Mar 2008 19:25:09 +0000 eugeni Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing libavformat
Wed, 05 Mar 2008 13:06:49 +0000 michael Subtitle support. (untested) libavformat
Mon, 04 Feb 2008 10:27:32 +0000 ods15 ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only libavformat
Fri, 04 Jan 2008 17:52:16 +0000 michael Move *malloc() out of tree.c, that way the code can be used with libavformat
Sun, 04 Nov 2007 22:51:49 +0000 diego Add some parentheses to clarify operator precedence, fixes the warnings: libavformat
Tue, 30 Oct 2007 00:01:25 +0000 bcoudurier rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers libavformat
Sat, 11 Aug 2007 23:58:10 +0000 aurel Ensure av_tree_insert() is defined before using it. libavformat
Thu, 09 Aug 2007 23:24:02 +0000 michael move syncpoint cache related stuff to common file libavformat
Thu, 09 Aug 2007 18:37:28 +0000 michael move lsb2full to common file libavformat
Thu, 09 Aug 2007 16:46:48 +0000 michael move crc wrapper to slightly better spot libavformat
Thu, 09 Aug 2007 16:29:30 +0000 michael move syncpoint timestamp resetting code to a common file libavformat
Thu, 19 Jul 2007 15:21:30 +0000 takis Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). libavformat
Thu, 05 Jul 2007 09:06:27 +0000 diego URL update, move comment to a better place. libavformat
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavformat
Sun, 07 Jan 2007 00:02:15 +0000 diego variable renaming: mp3lame --> libmp3lame libavformat
Wed, 01 Nov 2006 22:39:58 +0000 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavformat
Wed, 18 Oct 2006 13:15:27 +0000 diego Fix license header error notice by Steve LHomme. libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Sat, 02 Sep 2006 23:10:28 +0000 mru remove redundant declarations libavformat
Thu, 20 Jul 2006 10:22:07 +0000 michael fix regression failure after adler simplification libavformat
Thu, 13 Jul 2006 21:29:01 +0000 mru move adler32 to libavutil libavformat
Wed, 12 Jul 2006 00:09:34 +0000 mru move common stuff from avienc.c and wav.c to new file riff.c libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Tue, 20 Jun 2006 22:19:11 +0000 diego Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org. libavformat
Fri, 16 Jun 2006 07:54:37 +0000 mru free codec extradata in av_close_input_file libavformat
Sun, 23 Apr 2006 13:47:13 +0000 ods15 Disable lavf NUT until it is synced to spec libavformat
Wed, 01 Mar 2006 11:29:55 +0000 michael add size to AVIndex libavformat
Thu, 19 Jan 2006 22:30:37 +0000 diego Properly #ifdef muxer-specific parts. libavformat
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Mon, 12 Dec 2005 01:56:46 +0000 mru use PRIxN, %zd, %td formats where needed libavformat
Fri, 23 Sep 2005 00:25:41 +0000 diego Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS libavformat
Sun, 11 Sep 2005 08:32:25 +0000 michael checksum doesnt cover the forward_ptr anymore libavformat
Sun, 11 Sep 2005 08:28:03 +0000 michael forward_ptr doesnt contain its own length anymore libavformat
Sun, 17 Jul 2005 22:24:36 +0000 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
Mon, 27 Jun 2005 00:24:34 +0000 michael nut prefers extradata style global headers libavformat
Tue, 07 Jun 2005 21:21:54 +0000 alex some nut.hu hype libavformat
Fri, 03 Jun 2005 08:54:32 +0000 michael fix stream class libavformat
Thu, 26 May 2005 20:17:12 +0000 michael AVPacket.pos libavformat
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases libavformat
Sun, 24 Apr 2005 17:21:11 +0000 melanson Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") libavformat
Thu, 17 Mar 2005 21:38:29 +0000 michael initalize has_b_frames libavformat
Thu, 17 Mar 2005 01:25:01 +0000 michael more fine grained discarding of packets libavformat
Sun, 13 Mar 2005 01:58:29 +0000 michael "put_s should store signed values. Spotted on #mplayerdev by someone I libavformat
Thu, 24 Feb 2005 19:08:50 +0000 michael kill warnings patch by (Mns Rullgrd <mru inprovide com>) libavformat
Thu, 24 Feb 2005 15:18:02 +0000 michael 01-makefile_fix_updated.patch libavformat
Sat, 22 Jan 2005 13:36:02 +0000 michael support discarding uninterresting packets libavformat