log libmpdemux/video.c @ 34195:5affa2074131

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