log

age author description
Sun, 17 Feb 2008 10:14:32 +0000 reimar Document that framedrop needs -no-correct-pts
Sun, 17 Feb 2008 04:53:15 +0000 compn -dumpstream will not dump chapters anymore
Sun, 17 Feb 2008 03:54:07 +0000 mru remove duplicate AV_STRINGIFY() definition
Sat, 16 Feb 2008 17:44:49 +0000 diego Do not check for __APPLE_ALTIVEC__, just check for __APPLE_CC__.
Sat, 16 Feb 2008 15:34:19 +0000 diego Apple gcc defines __APPLE_ALTIVEC__ with -faltivec.
Sat, 16 Feb 2008 15:17:59 +0000 diego FLAT objects cannot have multiple sections, so using the L1 attributes breaks
Sat, 16 Feb 2008 14:31:34 +0000 reimar Avoid reinit of vo with the exactly same parameters over and over.
Sat, 16 Feb 2008 11:51:41 +0000 nicodvb when seeking in H264 an SPS *should* be a valid entry point; feel free to change it if it's wrong
Sat, 16 Feb 2008 11:02:04 +0000 nicodvb cosmetics
Sat, 16 Feb 2008 10:58:23 +0000 nicodvb in ts_detect_streams() try to identify the program found based on vpid and apid if the previous attempts failed for lack of infos
Fri, 15 Feb 2008 21:52:34 +0000 uau libvo: change asm syntax to use ASMALIGN and " # nop"
Fri, 15 Feb 2008 21:21:10 +0000 reimar Support icyx://.
Fri, 15 Feb 2008 20:32:45 +0000 reimar Always display Icy-Metadata if available, whether we recognize an ICY-Server
Fri, 15 Feb 2008 20:31:10 +0000 reimar Move printing of Icy-Metadata into an extra function
Fri, 15 Feb 2008 20:23:59 +0000 reimar Remove useless code
Fri, 15 Feb 2008 20:20:16 +0000 reimar Detect IceCast also by Icy-MetaInt header part in http_streaming_start(),
Fri, 15 Feb 2008 07:50:27 +0000 benoit More explicit unsupported pixel format error messages.
Thu, 14 Feb 2008 17:38:52 +0000 reimar Try to make fps float -> AVRational conversion work better.
Thu, 14 Feb 2008 14:50:34 +0000 reimar Change force_fps and force_ofps to double
Thu, 14 Feb 2008 14:44:52 +0000 reimar Change mf_fps to double
Thu, 14 Feb 2008 14:39:49 +0000 cehoyos Revert accidentally committed line of r25994.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Wed, 13 Feb 2008 21:36:27 +0000 compn add ffpcx decoder, works on my samples.
Wed, 13 Feb 2008 19:21:39 +0000 cehoyos Fix typo.
Wed, 13 Feb 2008 09:07:41 +0000 diego typo
Wed, 13 Feb 2008 00:55:37 +0000 diego Translate stray Italian term.
Tue, 12 Feb 2008 21:10:13 +0000 iive Implement test for system byteswap.h header file.
Tue, 12 Feb 2008 10:48:42 +0000 reimar Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.
Mon, 11 Feb 2008 22:03:34 +0000 nicodvb -chapter is now handled uniformly calling demuxer_seek_chapter() instead
Mon, 11 Feb 2008 21:24:21 +0000 gpoirier sync w/ r25984