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.
|