log libmpdemux/video.c @ 37174:6c941fe7fc3e

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.