log libmpdemux/video.c @ 19593:d7a977286628

age author description
2006-07-14 diego Remove support for obsolete and non-free divx4/odivx libraries.
2006-07-08 rtogni Revert r18878, always sync rm files using only pts (ignore framerate)
2006-07-01 rtogni Fix A-V sync for real files (also live streams)
2006-05-10 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
2006-05-07 nicodvb COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.c
2006-05-06 diego support for vfps OGM files
2006-04-23 diego Rename some forgotten #ifdef STREAMING_LIVE_DOT_COM to STREAMING_LIVE555.
2006-03-26 rtognimp Fix a/v desync for real some files
2006-03-24 diego Convert all if(verbose>X) to mp_msg_test calls.
2006-01-08 nicodvb include the right avcodec.h, consistently with the rest of mplayer
2006-01-07 nicodvb disabled hack to read the properties of mpeg1/2 video in avi and asf: it's totally useless and leads mplayer to crash
2005-12-31 nicodvb search next sequence_header untile a valid one is found
2005-12-19 henry malloc padding to avoid access beyond allocated memory
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2005-09-17 reimar Fix H264 packetizer. Might not work with arbitrary slice order.
2005-08-26 rtognimp Fix mpeg-pes playback
2005-08-26 reimar support MPEG in GXF container with extension-based detection.
2005-08-06 rfelker 100l to whoever wrote this crap using 1/10000 units. it caused framerates to get trashed from 30000/1001 to 2997/100, etc.!
2005-03-06 nicodvb added support for other codecs (mpeg4/h264/aac) in mpeg-ps parsing the PSM
2005-02-24 nicodvb framerate autodetection for H264 in raw/ts streams
2005-01-12 nicodvb automatic fps calculation for mpeg4 in raw stream/mpeg-ts
2004-11-24 nicodvb merged DEMUXER_TYPE_MPEG4_ES in the ordinary TS; added support for H264 in TS
2004-04-11 michael lavf ASF support
2004-01-23 iive fix aspect 4 according to the standart
2003-11-04 diego The message parameter was removed.
2003-08-27 arpi printing fps with 3 dec digit instead of 2
2003-08-24 arpi - initial support for MPEG4 in TS (M4V is working, but not AAC yet)
2003-07-15 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.
2003-06-09 arpi TiVo demuxer and sub-cc/osd decoder
2003-04-04 michael H264-ES demuxer
2003-03-26 alex 10l, found by Jan Kritzner <kritzner@informatik.rwth-aachen.de>
2003-03-16 arpi this is a combo patch that:
2003-03-15 arpi This patch corrects the calculation of the MPEG bitrate from the
2003-02-18 bertrand Repairing breakage to RTP streaming. Patch by Ross Finlayson <finlayson@live.com>
2003-02-02 arpi debug
2003-01-28 arpi libgif/libungif based demuxer support for libmpdemux.
2003-01-23 arpi raw mpeg4-es support (you need to set -fps manually!)
2003-01-16 arpi telecine detection
2003-01-16 arpi fixed the well-known DVD/DVB audio delay bug :)
2002-11-01 arpi verbose can be negative
2002-09-21 arpi we don't need the 0x1ff hack any more!
2002-09-10 arpi .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxer
2002-09-06 michael typo (checking for mpeg twice, instead of mpeg & MPEG)
2002-08-31 arpi user-data moved one -v up
2002-08-05 arpi applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson <finlayson@live.com>
2002-07-25 arpi codmetics :)
2002-07-25 atmos4 DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
2002-06-27 alex Paul Ortyl's patch
2002-06-14 arpi fixed playback speed and a-v sync issues
2002-06-10 albeu Fix asf stream wich were giving invalid frame times because the frame time
2002-05-02 albeu Fix frame_time for variable fps movies as it was the last frame duration.
2002-04-29 arpi ugly workaround disabled
2002-04-12 arpi generalized the cut'n'pasted variable fps code, #ifdef-ed TV until v4l is updated
2002-04-12 arpi BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>
2002-03-31 melanson backed out unneeded mod
2002-03-31 melanson fixed RoQ framerate by multiplying PTS calculation by some absurd constant
2002-03-16 melanson added proper PTS support for FILM demuxer
2002-02-20 atmos4 Patch: Improved raw encoding support in mencoder by Fredrik Kuivinen
2002-02-14 arpi mpeg-es osd fix - patch by ??? (lost mail:((()
2002-01-24 jaf aspect ratio 9 added.