log nuv.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Wed, 31 Mar 2010 12:29:58 +0000 cehoyos Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Mon, 22 Jun 2009 23:09:34 +0000 diego Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformat
Thu, 09 Apr 2009 14:16:22 +0000 reimar Fix memleak in nuv demuxer: free packet already allocated packet when libavformat
Wed, 08 Apr 2009 20:20:42 +0000 reimar Correctly set packet size for partial video packets in nuv demuxer. libavformat
Tue, 07 Apr 2009 21:25:02 +0000 reimar Always return 0 if read_packet is successful. libavformat
Tue, 07 Apr 2009 21:16:11 +0000 reimar Do not uselessly read version string into a buffer. libavformat
Tue, 07 Apr 2009 20:52:37 +0000 reimar Error out also when reading nuv header returns with partial data and return libavformat
Sat, 14 Mar 2009 22:07:15 +0000 reimar Enable generic index creation and seeking for NUV demuxer. libavformat
Mon, 09 Mar 2009 12:25:13 +0000 reimar Mark all packets from nuv demuxer as keyframes in order to make seeking work. libavformat
Mon, 09 Mar 2009 11:35:59 +0000 reimar Set AVPacket pos also for audio packets in nuv demuxer. libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformat
Thu, 11 Dec 2008 19:19:23 +0000 reimar Avoid _t in typedef type libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Sat, 23 Aug 2008 23:43:20 +0000 aurel convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformat
Fri, 25 Jul 2008 04:10:32 +0000 reimar Fix handling of old nuv files where an aspect of 1 actually means 4/3 libavformat
Thu, 24 Jul 2008 18:40:43 +0000 reimar aspect stored in nuv files must be converted from display- to sample-aspect. libavformat
Mon, 07 Jul 2008 16:30:39 +0000 reimar 10l, fix nuv_header for the case when there is no video stream. libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Thu, 29 May 2008 15:25:45 +0000 reimar Check av_new_stream return value, fixes CID79 RUN2 libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Sat, 15 Sep 2007 08:19:01 +0000 reimar Set codec_id correctly for RJPG codec_tag libavformat
Sun, 09 Sep 2007 09:21:14 +0000 reimar Do not set codec_tag when the container does not specify it. libavformat
Sun, 09 Sep 2007 07:25:52 +0000 reimar Copy nuv header only when the video codec is nuv libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Sun, 27 May 2007 08:06:45 +0000 michael fix "incorrect frame size" errors with small.nuv libavformat
Sun, 08 Apr 2007 20:24:16 +0000 diego Get rid of unnecessary pointer casts. libavformat
Sun, 08 Apr 2007 11:34:15 +0000 michael allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat
Wed, 31 Jan 2007 11:24:04 +0000 michael 10l to whoever wrote this (wrong fps, fixes nirvana.nuv) libavformat