log libmpdemux/video.c @ 27574:f51671d8bdc3

age author description
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)