log

age author description
Fri, 28 Jul 2006 14:44:11 +0000 reimar set pts of the demux patcket correctly
Fri, 28 Jul 2006 14:37:41 +0000 reimar Move variable declarations to the block level where they are actually used
Fri, 28 Jul 2006 14:24:04 +0000 reimar call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer at netfarm it>
Fri, 28 Jul 2006 13:59:50 +0000 uau Remove code that prevented the OSD current time from going back by one
Fri, 28 Jul 2006 13:50:08 +0000 reimar Avoid large amounts of data on the stack (> 900k on 64 bit systems).
Fri, 28 Jul 2006 13:39:11 +0000 reimar Do not treat AV_NOPTS_VALUE as a valid duration value.
Fri, 28 Jul 2006 09:07:09 +0000 diego Comment some #endif lines.
Fri, 28 Jul 2006 08:20:31 +0000 diego unused variable warning fix
Fri, 28 Jul 2006 08:10:37 +0000 diego Fixes the format string for the warning message on line 182 (%x
Thu, 27 Jul 2006 21:06:13 +0000 diego Remove $ from a variable in a comment to avoid irritating expansion.
Thu, 27 Jul 2006 21:02:44 +0000 diego The C99 function strtof is unavailable in some BSD variants.
Thu, 27 Jul 2006 20:53:29 +0000 diego Improve ao_mpegpes description.
Thu, 27 Jul 2006 19:35:30 +0000 pacman Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}
Thu, 27 Jul 2006 18:35:40 +0000 reynaldo fix wrong and unrelated change done in r19199
Thu, 27 Jul 2006 18:15:35 +0000 reynaldo corrects some casts that previously discarded the const qualifier. Patch by Stefan Huehner, stefan AT Huehner-org