log libmpdemux/video.c @ 37160:bb15cab6c059

age author description
Wed, 28 Nov 2012 19:15:34 +0000 reimar Fix code that detects streams temporarily lacking data to work
Wed, 27 Jul 2011 13:40:06 +0000 diego cleanup: adjust printf format strings to match parameter types
Fri, 04 Feb 2011 10:06:01 +0000 diego Do not pointlessly cast the return value of memalign().
Sat, 27 Nov 2010 10:36:14 +0000 reimar Mark input-only buffer as const.
Wed, 27 Oct 2010 16:48:21 +0000 cigaes Move sub_cc.[ch] to the sub directory.
Sun, 12 Sep 2010 13:01:05 +0000 reimar Replace sizoef(type) by sizeof(*ptrvar).
Sat, 27 Mar 2010 12:47:26 +0000 reimar 100l, fix frametime calculation for MPEG-2 files with frame rate extension.
Mon, 15 Mar 2010 22:32:11 +0000 cehoyos Calculate width and height in mp4_header_process_vop().
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Sun, 21 Feb 2010 14:43:36 +0000 reimar Fix fps output with -identify when frame rate extension is used for MPEG-2
Sun, 21 Feb 2010 13:53:41 +0000 reimar Parse and use the information from the frame rate extension header for MPEG-2.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Wed, 17 Feb 2010 22:48:32 +0000 diego Add header for ty_ClearOSD(), ty_processuserdata(); avoids forward declarations.
Mon, 16 Nov 2009 21:38:32 +0000 cehoyos Set display size in sh_video when decoding H264.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Sun, 30 Nov 2008 13:22:34 +0000 diego MNG demuxer by Stefan Schuermans, stefan blinkenarea org
Wed, 27 Aug 2008 11:31:53 +0000 aurel handle the lavfpref demuxer in the same way as the lavf one
Thu, 07 Aug 2008 12:20:50 +0000 diego Give a CONFIG_ prefix to preprocessor directives that lacked one and
Thu, 17 Jul 2008 17:14:12 +0000 reimar Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
Wed, 16 Jul 2008 16:18:25 +0000 reimar Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
Sat, 05 Apr 2008 11:09:21 +0000 reimar Do proper parsing for DVR-MS files, this fixes playback with ffmpeg decoder
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Fri, 02 Nov 2007 23:05:51 +0000 nicodvb in video_read_frame() set the keyframe flag in demuxer->video when dealing with
Sat, 27 Oct 2007 20:14:22 +0000 nicodvb removed silly #if 1
Sat, 27 Oct 2007 20:12:26 +0000 nicodvb DEMUXER_TYPE_TV is always defined, thus removed corresponding #ifdef USE_TV.
Sat, 27 Oct 2007 12:50:21 +0000 nicodvb in process_userdata() move debugging messages from stdout to stderr
Sat, 27 Oct 2007 12:45:31 +0000 nicodvb removed funny calls to fflush(stdout) after mp_msg()
Sat, 27 Oct 2007 12:42:00 +0000 nicodvb removed more empty spaces and empty lines
Sat, 27 Oct 2007 12:39:53 +0000 nicodvb replaced giant if() with if(pre-calculated variable) (there was even a bug: PS doesn't necessarily contain mpeg12)
Sat, 27 Oct 2007 12:33:56 +0000 nicodvb cosmetics: removed tabs/empty lines/trailing spaces and done a partial reformatting where desperately needed
Sat, 27 Oct 2007 11:55:16 +0000 nicodvb cosmetics: moved to function find_video_codec() and reused in video_read_*() the code that identifies the various mpeg* formats
Fri, 13 Jul 2007 14:39:18 +0000 attila Fix segfault if an 'strf' chunk couldn't be found in avi
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Sat, 10 Feb 2007 12:19:36 +0000 nicodvb removed ages-old and insane #if0-ed and commented code
Fri, 09 Feb 2007 19:39:31 +0000 nicodvb vc1 in mpegts
Sat, 20 Jan 2007 13:14:09 +0000 nicodvb vc1 probing code: if sh_video->bih can't be callocated exit
Sat, 20 Jan 2007 13:10:40 +0000 nicodvb in vc1 probing code, all packets before the first sequence header must be skipped, not read
Sat, 20 Jan 2007 13:06:17 +0000 nicodvb removed unused variables; replaced wrong call to realloc() with calloc() in vc1 probing code
Sat, 20 Jan 2007 12:17:22 +0000 nicodvb decode vc1 sequence header and frame it in video_read_frame();
Fri, 05 Jan 2007 15:24:38 +0000 reimar Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,
Sat, 25 Nov 2006 22:06:00 +0000 reimar Cleanup for uselessly complicated closed-caption subtitle handling
Tue, 12 Sep 2006 09:00:10 +0000 diego Support for variable fps OGM files, blessed by Moritz.
Tue, 05 Sep 2006 21:53:09 +0000 rtogni Use better resolution for pts computation.
Sun, 03 Sep 2006 18:30:59 +0000 rtogni Workaround for live Real streams starting with nonzero pts
Fri, 14 Jul 2006 17:14:16 +0000 diego Remove support for obsolete and non-free divx4/odivx libraries.
Sat, 08 Jul 2006 12:33:12 +0000 rtogni Revert r18878, always sync rm files using only pts (ignore framerate)
Sat, 01 Jul 2006 12:06:43 +0000 rtogni Fix A-V sync for real files (also live streams)
Wed, 10 May 2006 22:03:18 +0000 nicodvb moved code to set aspect ratio for mpeg12 away from video.c and into decoder files; A/R changes work correctly with -vc mpeg12
Sun, 07 May 2006 16:05:38 +0000 nicodvb COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.c
Sat, 06 May 2006 07:31:49 +0000 diego support for vfps OGM files
Sun, 23 Apr 2006 12:29:10 +0000 diego Rename some forgotten #ifdef STREAMING_LIVE_DOT_COM to STREAMING_LIVE555.
Sun, 26 Mar 2006 14:10:52 +0000 rtognimp Fix a/v desync for real some files
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
Sun, 08 Jan 2006 14:03:42 +0000 nicodvb include the right avcodec.h, consistently with the rest of mplayer
Sat, 07 Jan 2006 22:20:46 +0000 nicodvb disabled hack to read the properties of mpeg1/2 video in avi and asf: it's totally useless and leads mplayer to crash
Sat, 31 Dec 2005 17:47:54 +0000 nicodvb search next sequence_header untile a valid one is found
Mon, 19 Dec 2005 19:38:28 +0000 henry malloc padding to avoid access beyond allocated memory
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Sat, 17 Sep 2005 18:36:43 +0000 reimar Fix H264 packetizer. Might not work with arbitrary slice order.
Fri, 26 Aug 2005 22:53:59 +0000 rtognimp Fix mpeg-pes playback
Fri, 26 Aug 2005 17:40:02 +0000 reimar support MPEG in GXF container with extension-based detection.
Sat, 06 Aug 2005 16:15:07 +0000 rfelker 100l to whoever wrote this crap using 1/10000 units. it caused framerates to get trashed from 30000/1001 to 2997/100, etc.!
Sun, 06 Mar 2005 21:10:01 +0000 nicodvb added support for other codecs (mpeg4/h264/aac) in mpeg-ps parsing the PSM
Thu, 24 Feb 2005 20:02:41 +0000 nicodvb framerate autodetection for H264 in raw/ts streams
Wed, 12 Jan 2005 20:43:53 +0000 nicodvb automatic fps calculation for mpeg4 in raw stream/mpeg-ts
Wed, 24 Nov 2004 18:55:03 +0000 nicodvb merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS
Sun, 11 Apr 2004 19:03:12 +0000 michael lavf ASF support
Fri, 23 Jan 2004 01:10:14 +0000 iive fix aspect 4 according to the standart
Tue, 04 Nov 2003 19:28:32 +0000 diego The message parameter was removed.
Wed, 27 Aug 2003 22:30:54 +0000 arpi printing fps with 3 dec digit instead of 2
Sun, 24 Aug 2003 18:08:54 +0000 arpi - initial support for MPEG4 in TS (M4V is working, but not AAC yet)
Tue, 15 Jul 2003 07:19:03 +0000 mosu Better support for RealVideo/RealAudio in Matroska. Includes the timestamp fixes from demux_real.c. Seeking is working. Added Matroska to the formats with variable FPS in video.c.
Mon, 09 Jun 2003 00:24:49 +0000 arpi TiVo demuxer and sub-cc/osd decoder
Fri, 04 Apr 2003 15:38:46 +0000 michael H264-ES demuxer
Wed, 26 Mar 2003 15:49:10 +0000 alex 10l, found by Jan Kritzner <kritzner@informatik.rwth-aachen.de>
Sun, 16 Mar 2003 20:13:28 +0000 arpi this is a combo patch that:
Sat, 15 Mar 2003 21:07:45 +0000 arpi This patch corrects the calculation of the MPEG bitrate from the
Tue, 18 Feb 2003 22:33:44 +0000 bertrand Repairing breakage to RTP streaming. Patch by Ross Finlayson <finlayson@live.com>
Sun, 02 Feb 2003 14:02:32 +0000 arpi debug
Tue, 28 Jan 2003 00:12:23 +0000 arpi libgif/libungif based demuxer support for libmpdemux.
Thu, 23 Jan 2003 02:12:15 +0000 arpi raw mpeg4-es support (you need to set -fps manually!)
Thu, 16 Jan 2003 23:40:31 +0000 arpi telecine detection
Thu, 16 Jan 2003 22:34:46 +0000 arpi fixed the well-known DVD/DVB audio delay bug :)
Fri, 01 Nov 2002 17:46:45 +0000 arpi verbose can be negative
Sat, 21 Sep 2002 22:39:04 +0000 arpi we don't need the 0x1ff hack any more!
Tue, 10 Sep 2002 21:50:03 +0000 arpi .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxer
Fri, 06 Sep 2002 22:36:55 +0000 michael typo (checking for mpeg twice, instead of mpeg & MPEG)
Sat, 31 Aug 2002 18:31:05 +0000 arpi user-data moved one -v up
Mon, 05 Aug 2002 00:39:07 +0000 arpi applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson <finlayson@live.com>
Thu, 25 Jul 2002 16:39:22 +0000 arpi codmetics :)
Thu, 25 Jul 2002 03:37:28 +0000 atmos4 DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
Thu, 27 Jun 2002 10:12:31 +0000 alex Paul Ortyl's patch
Fri, 14 Jun 2002 00:49:56 +0000 arpi fixed playback speed and a-v sync issues
Mon, 10 Jun 2002 09:59:44 +0000 albeu Fix asf stream wich were giving invalid frame times because the frame time
Thu, 02 May 2002 10:25:48 +0000 albeu Fix frame_time for variable fps movies as it was the last frame duration.
Mon, 29 Apr 2002 15:57:22 +0000 arpi ugly workaround disabled
Fri, 12 Apr 2002 10:48:21 +0000 arpi generalized the cut'n'pasted variable fps code, #ifdef-ed TV until v4l is updated
Fri, 12 Apr 2002 10:40:38 +0000 arpi BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>
Sun, 31 Mar 2002 18:28:00 +0000 melanson backed out unneeded mod
Sun, 31 Mar 2002 17:24:12 +0000 melanson fixed RoQ framerate by multiplying PTS calculation by some absurd constant
Sat, 16 Mar 2002 19:58:07 +0000 melanson added proper PTS support for FILM demuxer
Wed, 20 Feb 2002 22:45:00 +0000 atmos4 Patch: Improved raw encoding support in mencoder by Fredrik Kuivinen
Thu, 14 Feb 2002 22:15:53 +0000 arpi mpeg-es osd fix - patch by ??? (lost mail:((()
Thu, 24 Jan 2002 15:21:22 +0000 jaf aspect ratio 9 added.
Thu, 10 Jan 2002 01:59:49 +0000 arpi added mpeg userdata dump
Fri, 04 Jan 2002 16:48:13 +0000 alex libmpeg2 is now able to decode framecopied (with mencoder) mpeg files
Tue, 25 Dec 2001 11:20:58 +0000 pl missing #include's
Sun, 23 Dec 2001 01:34:49 +0000 atmos4 Add aspect 6, anamorphic 16:9 for svcd
Sun, 16 Dec 2001 14:51:04 +0000 arpi vivo A-V sync fixed
Sat, 08 Dec 2001 03:21:59 +0000 atmos4 Add aspect 4 to known aspect codes, probably SECAM 4:3, at least sample file was 4:3.
Fri, 09 Nov 2001 02:17:02 +0000 pl added missing #include <malloc.h>
Tue, 30 Oct 2001 20:36:20 +0000 arpi video frame reading cleanup