Mercurial > mplayer.hg
graph
-
Do not count each decoded frame twice.Fri, 28 Jul 2006 17:03:08 +0000, by reimar
-
cosmetics: fix incorrect indentation left by reimar and extra word inFri, 28 Jul 2006 16:33:27 +0000, by uau
-
include sys/poll.h only when HAVE_DVB[_HEAD] is setFri, 28 Jul 2006 15:40:05 +0000, by nicodvb
-
Cosmetics for last commitFri, 28 Jul 2006 15:05:35 +0000, by reimar
-
Move more stuff under if (avs_has_video... to simplify later patches.Fri, 28 Jul 2006 15:04:10 +0000, by reimar
-
set pts of the demux patcket correctlyFri, 28 Jul 2006 14:44:11 +0000, by reimar
-
Move variable declarations to the block level where they are actually usedFri, 28 Jul 2006 14:37:41 +0000, by reimar
-
call av_release_clip at uninit, part of a patch by Gianluigi Tiesi <mplayer at netfarm it>Fri, 28 Jul 2006 14:24:04 +0000, by reimar
-
Remove code that prevented the OSD current time from going back by oneFri, 28 Jul 2006 13:59:50 +0000, by uau
-
Avoid large amounts of data on the stack (> 900k on 64 bit systems).Fri, 28 Jul 2006 13:50:08 +0000, by reimar
-
Do not treat AV_NOPTS_VALUE as a valid duration value.Fri, 28 Jul 2006 13:39:11 +0000, by reimar
-
Comment some #endif lines.Fri, 28 Jul 2006 09:07:09 +0000, by diego
-
unused variable warning fixFri, 28 Jul 2006 08:20:31 +0000, by diego
-
Fixes the format string for the warning message on line 182 (%xFri, 28 Jul 2006 08:10:37 +0000, by diego
-
Remove $ from a variable in a comment to avoid irritating expansion.Thu, 27 Jul 2006 21:06:13 +0000, by diego
-
The C99 function strtof is unavailable in some BSD variants.Thu, 27 Jul 2006 21:02:44 +0000, by diego
-
Improve ao_mpegpes description.Thu, 27 Jul 2006 20:53:29 +0000, by diego
-
Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}Thu, 27 Jul 2006 19:35:30 +0000, by pacman
-
fix wrong and unrelated change done in r19199Thu, 27 Jul 2006 18:35:40 +0000, by reynaldo
-
corrects some casts that previously discarded the const qualifier. Patch by Stefan Huehner, stefan AT Huehner-orgThu, 27 Jul 2006 18:15:35 +0000, by reynaldo
-
Remove superfluous $_inc_extra parameter from cc_check call.Thu, 27 Jul 2006 17:45:59 +0000, by diego
-
Unify include path handling in the build system, part II.Thu, 27 Jul 2006 17:43:21 +0000, by diego
-
Remove inconsistency from libcdio test.Thu, 27 Jul 2006 17:39:02 +0000, by diego
-
marks some read-only char* inside structs as const, patch by Stefan Huehner, stefan At huehner-orgThu, 27 Jul 2006 17:35:06 +0000, by reynaldo
-
Remove silly test/include path cleanup.Thu, 27 Jul 2006 10:52:40 +0000, by diego
-
Remove unused variable.Thu, 27 Jul 2006 10:33:47 +0000, by diego
-
Rename _inc_soundcard to _include_soundcard, _inc variables are usedThu, 27 Jul 2006 10:30:39 +0000, by diego
-
Unify include paths in the build system, part I.Thu, 27 Jul 2006 10:08:17 +0000, by diego
-
Introduce general V4L variable/define.Thu, 27 Jul 2006 09:34:32 +0000, by diego
-
Missed HAVE_TV_V4L --> HAVE_TV_V4L1 rename.Thu, 27 Jul 2006 09:33:24 +0000, by diego
-
Rename *v4l variable to *v4l1.Thu, 27 Jul 2006 09:30:39 +0000, by diego
-
description of the arnd scale video filter parameterWed, 26 Jul 2006 22:43:20 +0000, by diego
-
new -ao mpegpes optionsWed, 26 Jul 2006 21:47:54 +0000, by nicodvb
-
split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the devices can be used separatelyWed, 26 Jul 2006 21:40:43 +0000, by nicodvb
-
demuxer might not set i_bps, so do not divide by it in that caseWed, 26 Jul 2006 18:52:33 +0000, by reimar
-
Incorrect check in gxf demuxer leading to crash with textKO.gxf sample fileWed, 26 Jul 2006 17:22:01 +0000, by reimar
-
Replace MIN() and MAX() with FFMIN() and FFMAX()Wed, 26 Jul 2006 13:19:02 +0000, by lucabe
-
fix 3 bugs in libmpdemux/demux_mf.cWed, 26 Jul 2006 09:30:43 +0000, by gpoirier
-
- synced with 18964 by Emdej and fixes from BoskiTue, 25 Jul 2006 08:54:48 +0000, by boskicinek
-
synced with r19181Tue, 25 Jul 2006 08:23:26 +0000, by gpoirier
-
Regular expression for conversions had 'P' instead of 'p', fixedTue, 25 Jul 2006 07:08:34 +0000, by uau
-
- Add missing "00" in -af pan usage line.Mon, 24 Jul 2006 16:47:54 +0000, by corey
-
ketchup time (merge forgotten commit)Mon, 24 Jul 2006 12:33:11 +0000, by gpoirier
-
synced with r19161Mon, 24 Jul 2006 12:11:31 +0000, by gpoirier
-
a tiny bit of cleanupMon, 24 Jul 2006 10:48:54 +0000, by michael
-
vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsMon, 24 Jul 2006 10:36:06 +0000, by michael
-
hu/ports.xml & man/hu/mplayer.1 synced with r19175Mon, 24 Jul 2006 10:24:41 +0000, by Gabrov
-
Add simple edit list support to mov demuxer, it supports delay of audio and video tracks at the beginning of the file. E.g. video starts at 0.0s audio at 4.0s. It uses mplayers a/v-delay to achieve sync so please use with -framedrop for fastest sync. More Details in my mail to dev-eng from 2006-07-22.Sun, 23 Jul 2006 22:34:02 +0000, by atmos4