Mercurial > mplayer.hg
graph
-
remove vts_no parameter from mp_get_titleset_length - it is not only useless,Fri, 14 Apr 2006 13:03:05 +0000, by reimar
-
remove non-ascii character outside of string, might break build with some compilersFri, 14 Apr 2006 12:55:45 +0000, by reimar
-
10l, forgot to move aspect_save_screenres in last commitFri, 14 Apr 2006 11:23:03 +0000, by reimar
-
fix A-V sync overcorrection for desync due to too slow hardware.Fri, 14 Apr 2006 10:57:41 +0000, by reimar
-
add check for non-ascii charsets used in code and simplify showcont switch handlingFri, 14 Apr 2006 10:47:40 +0000, by reimar
-
1.1253: Document sinesupress audio filter, [...]Fri, 14 Apr 2006 07:36:27 +0000, by kraymer
-
correct fullscreen sizeThu, 13 Apr 2006 21:47:21 +0000, by reimar
-
Document sinesupress audio filter, thanks to the help of Michael Niedermayer and Jan Knutar.Thu, 13 Apr 2006 21:25:37 +0000, by gpoirier
-
Simplify mkdir calls.Thu, 13 Apr 2006 16:49:56 +0000, by diego
-
very simple filter which can remove a sine at a specified frequency, usefull to get rid of the 50/60hz noise on ultra crappy equipmentThu, 13 Apr 2006 10:36:17 +0000, by michael
-
define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss itWed, 12 Apr 2006 20:17:07 +0000, by reimar
-
fixes and cleanup for windows fullscreen switching (restore old position,Wed, 12 Apr 2006 14:20:51 +0000, by reimar
-
fixes and cleanup for windows fullscreen switching (restore old position,Wed, 12 Apr 2006 14:11:26 +0000, by reimar
-
missing ifoClose and return 1. Patch by kiriuja (mplayer-patches at en-directo net)Wed, 12 Apr 2006 11:19:49 +0000, by reimar
-
timestamps are 33 bits long, so they don't fit in an unsigned int; 10lTue, 11 Apr 2006 20:05:24 +0000, by nicodvb
-
Segfault fix, patch by Stanislav Maslovski stanislav POIS maslovski AH gmail POIS comTue, 11 Apr 2006 12:17:21 +0000, by gpoirier
-
try to detect flac bitrate early on to avoid division by zero problems.Tue, 11 Apr 2006 10:46:52 +0000, by reimar
-
check wav header length against upper limit, should protect againstTue, 11 Apr 2006 10:43:20 +0000, by reimar
-
make failures during e.g. setting the TV norm non-fatal.Tue, 11 Apr 2006 10:19:53 +0000, by reimar
-
make sure the check for valid timestamps does not accidentially search throughMon, 10 Apr 2006 16:18:17 +0000, by reimar
-
do not print the title length from a non-matching titleset.Mon, 10 Apr 2006 16:16:33 +0000, by reimar
-
getch2 should wait for input. Fixes 100% CPU usage during cache fill.Mon, 10 Apr 2006 12:42:10 +0000, by reimar
-
Fix a few French barbarism, add missing sentence.Mon, 10 Apr 2006 07:28:14 +0000, by gpoirier
-
10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_decompressSun, 09 Apr 2006 18:25:35 +0000, by reimar
-
avoid cache fill status overflow with caches > ca. 20 MBSun, 09 Apr 2006 18:16:29 +0000, by reimar
-
fix segfault in the skin browser when sbSelectedSkin gets dereferenced before setting, when no skin is selected in the skin list upon opening the browser,Sun, 09 Apr 2006 13:52:45 +0000, by gpoirier
-
vertical size of "Configure Equalizer" window is not enough to hold all comboboxes, based on a patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>Sun, 09 Apr 2006 13:49:37 +0000, by gpoirier
-
the title of this window was not localized => added new en and ru strings, based on a combined patch by Stanislav Maslovski <stanislav POIS maslovski AH gmail POIS com>Sun, 09 Apr 2006 13:47:44 +0000, by gpoirier
-
Add missing French charsetSun, 09 Apr 2006 13:10:29 +0000, by gpoirier
-
synced with 1.1252Sun, 09 Apr 2006 13:02:47 +0000, by gpoirier
-
Explain how security issues should be reported, based on a patch by Ivann, featuring Reimar's suggestionsSun, 09 Apr 2006 12:45:49 +0000, by gpoirier
-
AMR codecs support info, patch by Rathann, with slight alteration by me.Sun, 09 Apr 2006 12:13:59 +0000, by gpoirier
-
co_N_pilation to compilationSun, 09 Apr 2006 09:56:06 +0000, by iive
-
support kmvc and nuv decoders in ffmpegSat, 08 Apr 2006 17:10:31 +0000, by reimar
-
Replace deprecated functionSat, 08 Apr 2006 16:16:48 +0000, by nplourde
-
New mode for tinterlace filterSat, 08 Apr 2006 15:43:32 +0000, by iive
-
New mode for tinterlace filterSat, 08 Apr 2006 15:30:09 +0000, by iive
-
put my name in native language, remove some obsolate and irrelevant entries.Sat, 08 Apr 2006 13:53:02 +0000, by iive
-
French fixes, by BounecFri, 07 Apr 2006 21:47:38 +0000, by gpoirier
-
make sure the indx chunk is big enough to hold the basic structure.Thu, 06 Apr 2006 21:49:12 +0000, by iive
-
use calloc instead of malloc - simplifies code and fixes overflow problems.Thu, 06 Apr 2006 20:56:35 +0000, by reimar
-
zero sized frames are not keyframesThu, 06 Apr 2006 20:36:39 +0000, by michael
-
Limit the number of entires to the amount that does fit into the chunk.Thu, 06 Apr 2006 20:04:02 +0000, by iive
-
added myselfThu, 06 Apr 2006 20:03:42 +0000, by pacman
-
sh_audio->delay is adjusted in the wrong direction when changing audio_delayThu, 06 Apr 2006 12:12:08 +0000, by reimar
-
Reorganize vector constants to work around gcc 4.1 bug:Thu, 06 Apr 2006 10:08:54 +0000, by pacman
-
Acording to manpage -dumpmicrodvdsub dumps to dumpsub.sub not dumpsub.txtThu, 06 Apr 2006 03:27:20 +0000, by reynaldo
-
workaround to prevent segfault: when using -ve lavc with b-frames write_chunk(1st video frame) gets called with len=-1UL; -1ULl to whomever calls me that wayWed, 05 Apr 2006 20:51:35 +0000, by nicodvb
-
segfault fix: assign param->apid (that is the audio id found) when inexistent audio language is specified; patch by Erik Auerswald auerswal a unix-ag d uni-kl d deWed, 05 Apr 2006 18:50:24 +0000, by nicodvb
-
Czechification.Wed, 05 Apr 2006 16:59:43 +0000, by henry
-
update lez's emailWed, 05 Apr 2006 12:27:55 +0000, by alex
-
UTF8-ize, patch by ª£¡ësmail Dªª¢ùnmez \ismail & pardus , org ' tr/Tue, 04 Apr 2006 21:39:11 +0000, by rathann
-
sync up to 1.1234Tue, 04 Apr 2006 09:11:53 +0000, by ptt
-
Add 32x32 XPM icon as mandated by Debian policy.Tue, 04 Apr 2006 06:48:14 +0000, by diego
-
Simplify some checks.Tue, 04 Apr 2006 05:09:12 +0000, by diego
-
Fix RealAudio codecs (add descrambling)Mon, 03 Apr 2006 19:41:17 +0000, by rtognimp
-
missing dependencyMon, 03 Apr 2006 07:16:10 +0000, by rfelker
-
reverse previous patch which caused sig11.Mon, 03 Apr 2006 07:11:29 +0000, by rfelker
-
1000l: absolutely huge missing constMon, 03 Apr 2006 06:44:54 +0000, by rfelker
-
10l: huge amount of constant crap in data segmentMon, 03 Apr 2006 06:38:55 +0000, by rfelker
-
10l: missing const put this in data segment instead of text/rodataMon, 03 Apr 2006 06:27:15 +0000, by rfelker
-
move 12k from data to bss (reduce binary size by 12k)Mon, 03 Apr 2006 06:25:30 +0000, by rfelker
-
Slight grammar and wording fixes.Mon, 03 Apr 2006 04:58:34 +0000, by corey
-
1.1251: -crash-debug does not get enabled with .developer in the source tree.Sun, 02 Apr 2006 21:25:56 +0000, by kraymer
-
1.237: Capitalization error I missed beforeSun, 02 Apr 2006 21:21:56 +0000, by kraymer
-
1.234: Part2 of several printf2mp_msg changes in patch from Otvos AttilaSun, 02 Apr 2006 21:13:28 +0000, by kraymer
-
1.233: Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT huSun, 02 Apr 2006 20:50:49 +0000, by kraymer
-
synced with 1.237Sun, 02 Apr 2006 20:40:26 +0000, by gabrov
-
simplify extradata handling and make passing extradata on the default.Sun, 02 Apr 2006 18:35:00 +0000, by reimar
-
Add a note explaining that it's okay to use a different target bitrate on the various passes of a video encodeSun, 02 Apr 2006 18:25:05 +0000, by gpoirier
-
Remove mpdvdkit1 cruft from the build system.Sun, 02 Apr 2006 13:31:03 +0000, by diego
-
Remove shared libmpdvdkit leftovers.Sun, 02 Apr 2006 13:15:20 +0000, by diego
-
AIX updates by Derek E. Lewis, dlewis__at__solnetworks.....netSun, 02 Apr 2006 08:26:13 +0000, by diego
-
.developer and .libdeps do not exist any longer.Sun, 02 Apr 2006 07:55:29 +0000, by diego
-
-crash-debug does not get enabled with .developer in the source tree.Sun, 02 Apr 2006 07:47:15 +0000, by diego
-
There is no check for the crash debug feature, so setting the variable toSun, 02 Apr 2006 07:44:14 +0000, by diego
-
further fixes..Sun, 02 Apr 2006 07:30:40 +0000, by rfelker
-
10l: version.h was not being built in some odd casesSun, 02 Apr 2006 07:18:53 +0000, by rfelker
-
integrate old "libdeps" hack into makefileSun, 02 Apr 2006 03:22:32 +0000, by rfelker
-
first stage of build system cleanup:Sun, 02 Apr 2006 03:14:54 +0000, by rfelker
-
Don't use free()d pointer CID 260Sat, 01 Apr 2006 23:50:30 +0000, by rtognimp
-
More French fixes by BounecFri, 31 Mar 2006 21:29:37 +0000, by gpoirier
-
Add workarounds for old prerelease versions of alsa-lib 0.9.0 that didFri, 31 Mar 2006 09:28:37 +0000, by cladisch
-
Capitalization error I missed beforeFri, 31 Mar 2006 06:22:51 +0000, by corey
-
A question needs a question mark, but in this case I think at least twoFri, 31 Mar 2006 06:01:56 +0000, by corey
-
Minor spelling and grammar fixes for part 1 of Otvos Attila'sFri, 31 Mar 2006 05:49:05 +0000, by corey
-
prevent overflow.. wtf?! from irc:Fri, 31 Mar 2006 04:56:09 +0000, by rfelker
-
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by meFri, 31 Mar 2006 00:15:47 +0000, by reynaldo
-
more cruftThu, 30 Mar 2006 23:47:03 +0000, by rfelker
-
arrg more of this stupid cruftThu, 30 Mar 2006 23:44:35 +0000, by rfelker
-
fix descrambling of asf file,Thu, 30 Mar 2006 23:06:18 +0000, by iive
-
more cruftThu, 30 Mar 2006 22:28:32 +0000, by rfelker
-
forgot one occurranceThu, 30 Mar 2006 22:15:50 +0000, by rfelker
-
remove deprecated, never-used gnu gettext cruft.Thu, 30 Mar 2006 22:14:44 +0000, by rfelker
-
increasing sync tag to 1.15 after update by DiegoThu, 30 Mar 2006 14:50:16 +0000, by gabrov
-
increasing sync tag to 1.63 after update by DiegoThu, 30 Mar 2006 14:39:31 +0000, by gabrov
-
Trust the demuxer instead of the decoder for samplerate detection.Thu, 30 Mar 2006 08:47:09 +0000, by diego
-
Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT huThu, 30 Mar 2006 06:40:58 +0000, by reynaldo
-
Add a function to draw flat boxes and use it to make the listThu, 30 Mar 2006 02:52:54 +0000, by albeu
-
Move global vars used for header parsing, etc to dewux->priv as it shouldWed, 29 Mar 2006 23:25:09 +0000, by albeu
-
support for mp3lame with -oac lavcWed, 29 Mar 2006 21:54:53 +0000, by jonas
-
100L to who wrote this. Also fix broken headers while at it.Wed, 29 Mar 2006 19:31:31 +0000, by albeu
-
French proofreading, by BounecWed, 29 Mar 2006 11:33:13 +0000, by gpoirier
-
added support for external VIDIXTue, 28 Mar 2006 22:44:16 +0000, by nicodvb
-
Removed unused constant definition (MSGTR_InvalidAOdriver)Tue, 28 Mar 2006 16:37:09 +0000, by ptt
-
Removed unused constant definition (MSGTR_InvalidAOdriver)Tue, 28 Mar 2006 11:27:45 +0000, by ptt
-
sync up to 1.223Tue, 28 Mar 2006 00:15:16 +0000, by ptt
-
sync up to 1.231 plus minor corrections...Mon, 27 Mar 2006 22:54:50 +0000, by ptt
-
Remove verbosity parameter added to print_*_header call in last revision again.Mon, 27 Mar 2006 22:51:24 +0000, by diego
-
Fix passing qdm2 extradata to lavc decoderMon, 27 Mar 2006 21:37:18 +0000, by rtognimp
-
synced with 1.1249Mon, 27 Mar 2006 19:43:46 +0000, by gpoirier
-
Fix cycling in menu with hidden items.Mon, 27 Mar 2006 19:27:42 +0000, by albeu
-
Fix stepping in the playtree when interupting libmpdemux.Mon, 27 Mar 2006 18:33:23 +0000, by albeu
-
include MSGL_* definitionsMon, 27 Mar 2006 18:31:04 +0000, by henry
-
Convert printfs in aviprint.c to mp_msg and give the information printingMon, 27 Mar 2006 17:25:41 +0000, by diego
-
Properly document sub_alignment.Mon, 27 Mar 2006 16:43:02 +0000, by diego
-
1.1250: [applied by Diego, #1.216]Mon, 27 Mar 2006 12:41:22 +0000, by kraymer
-
Rename the default GUI skins directory from 'Skin' to 'skins', keepingMon, 27 Mar 2006 11:39:27 +0000, by diego
-
reinit vo when pix_fmt changes.Mon, 27 Mar 2006 10:32:52 +0000, by reimar
-
10l missing header for strdupMon, 27 Mar 2006 08:38:32 +0000, by ods15
-
Change some printf calls to fprintf.Mon, 27 Mar 2006 07:49:14 +0000, by diego
-
Remove superfluous extern variable declaration.Mon, 27 Mar 2006 07:31:08 +0000, by diego
-
Change 'if(verbose)' to the more appropriate mp_msg_test.Mon, 27 Mar 2006 07:22:48 +0000, by diego
-
Clarify which message levels should be translated.Mon, 27 Mar 2006 06:59:00 +0000, by diego
-
Explain how to separate lavdopts parameters, -lavdopts fast is MPEG-2-only.Sun, 26 Mar 2006 22:56:46 +0000, by diego
-
Simplify directory creation in the install target.Sun, 26 Mar 2006 21:44:55 +0000, by diego
-
use shifts instead of division. 15% faster hqdn3dSun, 26 Mar 2006 21:32:52 +0000, by lorenm
-
Discard return value from ldconfig, it might not work on non-root installs.Sun, 26 Mar 2006 21:17:14 +0000, by diego
-
Simplify mkdir calls, test is not necessary before creating directories,Sun, 26 Mar 2006 21:07:31 +0000, by diego
-
NEVER assign static strings to string command line options.Sun, 26 Mar 2006 19:10:43 +0000, by albeu
-
synced with 1.231Sun, 26 Mar 2006 14:23:22 +0000, by gabrov
-
Fix a/v desync for real some filesSun, 26 Mar 2006 14:10:52 +0000, by rtognimp
-
allow values up to 100 for -mcSun, 26 Mar 2006 11:09:17 +0000, by reimar
-
Don't call make from shell constructs it prevent properSun, 26 Mar 2006 10:52:13 +0000, by albeu
-
support custom OSD colour for vo_gl.cSun, 26 Mar 2006 10:43:56 +0000, by reimar
-
support custom OSD colour for vo_gl.c. Based on patch by Tomas Janousek tomi at nomi czSun, 26 Mar 2006 10:43:56 +0000, by reimar
-
typo, parameter naming consistencySun, 26 Mar 2006 10:03:26 +0000, by diego
-
Use <value> and [value] consistently.Sun, 26 Mar 2006 10:02:04 +0000, by diego
-
fixed framerate detection of interlaced H264 streamsSat, 25 Mar 2006 23:10:08 +0000, by nicodvb
-
H264: when fixed_fps is set the framerate is expressed in fields per second, so it must be halvedSat, 25 Mar 2006 23:07:28 +0000, by nicodvb
-
Add libpostproc to PARTS, fixes distclean on OS X and other platforms.Sat, 25 Mar 2006 22:41:15 +0000, by diego
-
fix for the macosx tiger (groff 1.19.x) indentation issueSat, 25 Mar 2006 22:41:14 +0000, by jonas
-
Turn the preferences menu in something usefull using the newSat, 25 Mar 2006 20:49:36 +0000, by albeu
-
Unify MP3 fourccs for all decodersSat, 25 Mar 2006 19:24:36 +0000, by reimar
-
Add a msg type for the osd menu.Sat, 25 Mar 2006 19:24:21 +0000, by albeu
-
Allow hiding list elements and disableing the pointer.Sat, 25 Mar 2006 18:15:37 +0000, by albeu
-
Allow 6 ways (up/down/left/right/ok/cancel) navigation.Sat, 25 Mar 2006 17:32:10 +0000, by albeu
-
max_distance clarificationSat, 25 Mar 2006 13:39:47 +0000, by ods15
-
cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesSat, 25 Mar 2006 10:38:37 +0000, by diego
-
Simplify rules with common make constructs.Sat, 25 Mar 2006 10:18:18 +0000, by diego
-
Simplify clean rule.Sat, 25 Mar 2006 10:03:00 +0000, by diego
-
cosmetic, table alignSat, 25 Mar 2006 07:58:34 +0000, by ods15
-
switch to using vlc for stream_flagsSat, 25 Mar 2006 07:58:07 +0000, by ods15
-
Get rid of 2 osd related hacks.Fri, 24 Mar 2006 20:42:23 +0000, by albeu
-
Update to the recent properties changes.Fri, 24 Mar 2006 19:59:30 +0000, by albeu
-
1.231: Subtitles properties: move sub_select, sub_pos, sub_visibilty,Fri, 24 Mar 2006 19:47:17 +0000, by kraymer
-
Subtitles properties: move sub_select, sub_pos, sub_visibilty,Fri, 24 Mar 2006 19:32:23 +0000, by albeu
-
1.230: Convert fullscreen, panscan, color controls, ontop, rootwin,Fri, 24 Mar 2006 17:44:43 +0000, by kraymer
-
printf --> mp_msgFri, 24 Mar 2006 08:21:40 +0000, by diego
-
Convert all if(verbose>X) to mp_msg_test calls.Fri, 24 Mar 2006 08:12:03 +0000, by diego
-
The fix in mp_msg.c avoids a core dump when iconv_open() fails, the otherFri, 24 Mar 2006 02:31:29 +0000, by albeu
-
Add DBG5 verbosity level to prepare for upcoming mp_msg_test changes.Fri, 24 Mar 2006 01:32:04 +0000, by diego
-
Fix osd_show_msg alignment and make sure msg stringsThu, 23 Mar 2006 15:17:23 +0000, by albeu
-
Convert fullscreen, panscan, color controls, ontop, rootwin,Thu, 23 Mar 2006 01:22:43 +0000, by albeu
-
100L too many arguments to mp_msg().Thu, 23 Mar 2006 00:41:22 +0000, by albeu
-
1.229: Move audio_delay to a property and add a few read only properties toWed, 22 Mar 2006 23:17:06 +0000, by kraymer
-
Move audio_delay to a property and add a few read only properties toWed, 22 Mar 2006 23:05:13 +0000, by albeu
-
Add get/set_property and update volume/mute to the last changes.Wed, 22 Mar 2006 20:17:48 +0000, by albeu
-
Fix for playing RealVideo on PPC/big endian processors. Patch by Emanuele Giaquinta (emanuele ! giaquinta () gmail ! com).Wed, 22 Mar 2006 18:58:03 +0000, by mosu
-
1.1246: insert linebreak, \-playing-msg optionWed, 22 Mar 2006 18:25:21 +0000, by kraymer
-
insert linebreak, \-playing-msg optionWed, 22 Mar 2006 18:19:15 +0000, by kraymer
-
1.1243: 10lWed, 22 Mar 2006 18:11:44 +0000, by kraymer
-
1.1237: Capitalize some sentences after colons.Wed, 22 Mar 2006 17:35:39 +0000, by kraymer
-
1.1234: Add some undocumented options.Wed, 22 Mar 2006 17:22:46 +0000, by kraymer
-
1.1232: put options in alphabetical orderWed, 22 Mar 2006 17:06:34 +0000, by kraymer
-
Shortly describe -playing-msg and -list-properties.Wed, 22 Mar 2006 17:06:03 +0000, by albeu
-
1.228: Add an option to list the properties: -list-propertiesWed, 22 Mar 2006 16:47:48 +0000, by kraymer
-
Add an option to list the properties: -list-propertiesWed, 22 Mar 2006 16:35:17 +0000, by albeu
-
10l, checking for NULL after dereferencing makes no sense (though what is this check for anyway?)Wed, 22 Mar 2006 12:23:55 +0000, by reimar
-
use mencoder directly for mp3lame encoding instead of lavcWed, 22 Mar 2006 11:26:27 +0000, by jonas
-
Add the new property API and implement a couple properties.Wed, 22 Mar 2006 00:19:02 +0000, by albeu
-
feed something (hopefully correct timestamps) into the video filter chainTue, 21 Mar 2006 23:09:52 +0000, by michael
-
lavc doesnt pass AVFrame.opaque around :/Tue, 21 Mar 2006 23:06:09 +0000, by michael
-
10l (forgot ...)Tue, 21 Mar 2006 22:31:49 +0000, by michael
-
10l (null pointer dereference)Tue, 21 Mar 2006 22:12:48 +0000, by michael
-
passing pts through the filter layer (lets see if pts or cola comes out at the end)Tue, 21 Mar 2006 21:26:42 +0000, by michael
-
-rawvideo on => -demuxer rawvideoTue, 21 Mar 2006 06:09:32 +0000, by ods15
-
Prevent building lavc with xvid support unless xvid version is 1.1 orTue, 21 Mar 2006 05:36:10 +0000, by corey
-
10lMon, 20 Mar 2006 23:16:34 +0000, by lorenm
-
sync to x264 r476 (subq=7)Mon, 20 Mar 2006 23:13:37 +0000, by lorenm
-
Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSDMon, 20 Mar 2006 22:24:14 +0000, by pacman
-
Don't try to parse fb.modes more than once. Fixes playback of multiple filesMon, 20 Mar 2006 22:07:30 +0000, by pacman
-
synced with 1.1241Mon, 20 Mar 2006 21:13:01 +0000, by gpoirier
-
retrieve metadata from FLAC files (patch by Benjamin Zores < ben _at_ geexbox.org >)Mon, 20 Mar 2006 20:06:04 +0000, by aurel
-
Simplify pkg-config invocation.Mon, 20 Mar 2006 10:57:30 +0000, by diego
-
synced with 1.226Sun, 19 Mar 2006 20:39:50 +0000, by gabrov
-
temporarily disabled the coercion of audio_preload=0 for -of mpeg until I find a proper fix: it horribly distorts filtered soundSun, 19 Mar 2006 17:28:13 +0000, by nicodvb
-
Do not use ptr when it's NULL. CID 89Sun, 19 Mar 2006 16:02:03 +0000, by rtognimp
-
1.1230: Typo fix: "URLs to forces" --> "URLs to force"Sat, 18 Mar 2006 20:02:47 +0000, by kraymer
-
1.226: Print the mute state on the OSD.Sat, 18 Mar 2006 19:22:13 +0000, by kraymer
-
Print the mute state on the OSD.Sat, 18 Mar 2006 18:48:14 +0000, by diego
-
Enable gui key bindings only when running the gui. Fix enter and escSat, 18 Mar 2006 18:13:22 +0000, by albeu
-
codec-cfg depend on help_mp.h. Fix // builds.Sat, 18 Mar 2006 17:41:24 +0000, by albeu
-
synced with 1.225Sat, 18 Mar 2006 12:42:55 +0000, by gabrov
-
flags cleanupSat, 18 Mar 2006 12:13:48 +0000, by michael
-
Support libavcodec vrc_strategy=1 (XviD ratecontrol).Fri, 17 Mar 2006 23:47:10 +0000, by corey
-
if stream is not seekable calling enca would prevent the real parsing of subtitles.Fri, 17 Mar 2006 23:38:46 +0000, by iive
-
10l forgotten stream_reset to clear the EOF flagFri, 17 Mar 2006 19:39:30 +0000, by henry
-
timebases guidelinesFri, 17 Mar 2006 13:26:40 +0000, by ods15
-
compile in the filters that depend on libavcodec/dsputil.h only when mplayer is configured to use the imported libavcodecThu, 16 Mar 2006 21:56:24 +0000, by nicodvb
-
And 10L for me. Fix the forgoten enca_fd.Thu, 16 Mar 2006 19:16:07 +0000, by albeu
-
Fix compilation with stupid C++ compilers that shock on valid CThu, 16 Mar 2006 16:55:51 +0000, by albeu
-
Move the subread from FILE to stream_t.Thu, 16 Mar 2006 14:42:51 +0000, by albeu
-
Fix a potential seek failure, fill_buffer doesn't have toThu, 16 Mar 2006 14:24:22 +0000, by albeu
-
sync with new MEncoder config file nameWed, 15 Mar 2006 23:20:27 +0000, by gpoirier
-
Fix up libaf unknown-format printingWed, 15 Mar 2006 21:32:10 +0000, by corey
-
extra checks on size of OSD parts (though IMHO these values should never be bad)Wed, 15 Mar 2006 21:13:13 +0000, by reimar
-
Small fix with object list (-vf) help.Wed, 15 Mar 2006 17:16:13 +0000, by albeu
-
rephrase index_ptr positioningWed, 15 Mar 2006 16:28:31 +0000, by ods15
-
timebase tableWed, 15 Mar 2006 16:24:24 +0000, by ods15
-
do not call glDeleteTextures with 0 count, Xgl does not like it.Wed, 15 Mar 2006 12:15:35 +0000, by reimar
-
10l the cpu hog fix broke fullscreenswitching with -widWed, 15 Mar 2006 09:04:24 +0000, by faust3
-
The system-wide and the user-specific MEncoder configuration file should bothTue, 14 Mar 2006 23:33:37 +0000, by diego
-
Remove twos workaround, this bug was fixed in mov demuxerTue, 14 Mar 2006 22:15:24 +0000, by rtognimp
-
mpegopts exampleTue, 14 Mar 2006 21:57:58 +0000, by rathann
-
synced with 1.36Tue, 14 Mar 2006 21:24:47 +0000, by gabrov
-
synced with 1.224Tue, 14 Mar 2006 21:21:26 +0000, by gabrov
-
Remove totally wrong suggestion to use -dumpaudio and -dumpvideo to saveTue, 14 Mar 2006 19:43:24 +0000, by rtognimp
-
last print on libaf to af_msgTue, 14 Mar 2006 16:57:16 +0000, by reynaldo
-
Try several formats instead of only YV12 if no format was explicitlyTue, 14 Mar 2006 00:45:06 +0000, by albeu
-
forgotten entry about TOOLS/qepdvcd.shTue, 14 Mar 2006 00:38:00 +0000, by reynaldo
-
le2me_32 is not necessary, tested by Diego on BE machineTue, 14 Mar 2006 00:02:42 +0000, by rathann
-
fl32 is now supported, tooMon, 13 Mar 2006 23:35:41 +0000, by rathann
-
in24/in32/fl32 little/big-endian QuickTime PCM audio supportMon, 13 Mar 2006 23:32:36 +0000, by rathann
-
Use _res_comment where appropriate.Mon, 13 Mar 2006 21:50:56 +0000, by diego
-
10L fix missing return statement.Mon, 13 Mar 2006 21:18:27 +0000, by albeu
-
do not randomly chop up packets, this isnt allowed in almost no containerMon, 13 Mar 2006 17:15:51 +0000, by michael
-
Fix seeking with cache enabled on systems using fork().Mon, 13 Mar 2006 16:56:10 +0000, by albeu
-
fix for MPlayer taking 100% CPU with -wid on some systems, patch by Martin Fiedler <martin.fiedler at gmx.net>Mon, 13 Mar 2006 16:52:01 +0000, by faust3
-
sync with 1.1238Mon, 13 Mar 2006 16:36:18 +0000, by gpoirier
-
adapter doesn't require vm anymoreMon, 13 Mar 2006 16:17:44 +0000, by faust3
-
Ignore codecs2html.Mon, 13 Mar 2006 11:06:08 +0000, by diego
-
To avoid a bug in ALSA's rate plugin that causes spurious overruns, tryMon, 13 Mar 2006 10:50:37 +0000, by cladisch
-
Do not try to count hardware sound cards because there might be noneMon, 13 Mar 2006 10:49:12 +0000, by cladisch
-
fixed character encodingMon, 13 Mar 2006 09:03:43 +0000, by gabrov
-
recommitted version 1.22 + Rich's 1.25Mon, 13 Mar 2006 07:08:01 +0000, by nicodvb
-
cosmetic, move stuff aroundMon, 13 Mar 2006 06:50:55 +0000, by ods15
-
Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with moreMon, 13 Mar 2006 03:46:25 +0000, by pacman
-
FAAC encoding through libavcodec-faacMon, 13 Mar 2006 02:42:06 +0000, by michael
-
-lavcopts aglobalMon, 13 Mar 2006 02:40:09 +0000, by michael
-
remove mp_msg.c dependency when compiling codec-cfg binary.Sun, 12 Mar 2006 23:06:09 +0000, by reimar
-
Fix compilation error introduced by last commitSun, 12 Mar 2006 22:29:27 +0000, by reimar
-
unified failure case in muxer_new_muxer()Sun, 12 Mar 2006 22:14:00 +0000, by nicodvb
-
remove useless cruft (binds variable)Sun, 12 Mar 2006 21:47:15 +0000, by reimar
-
fix feature pragma length checkSun, 12 Mar 2006 21:44:22 +0000, by reimar
-
+ muxer_lavf.c - Michael NiedermayerSun, 12 Mar 2006 20:47:52 +0000, by michael
-
strings without terminating NULSun, 12 Mar 2006 20:44:22 +0000, by ods15
-
in fix_parameters() move assignment of audio bitrate to the proper block (the bitrate for video is actually hardcoded to 800000)Sun, 12 Mar 2006 19:05:57 +0000, by nicodvb
-
check stream->wf and stream->bih before using them in fix_parameters(). Fixes cid 43Sun, 12 Mar 2006 18:58:08 +0000, by nicodvb
-
10l found by Oded: case 2 on a boolean value...Sun, 12 Mar 2006 18:31:50 +0000, by rfelker
-
exit if calloc() fails; free(muxer) before returning NULL if muxer_init() fails (to avoid memleak). Fixes cid 173Sun, 12 Mar 2006 18:13:11 +0000, by nicodvb
-
fix cosmetics noticed during nico's 10lSun, 12 Mar 2006 18:11:32 +0000, by rfelker
-
fixed C99-ism introduced with previous commitSun, 12 Mar 2006 18:06:46 +0000, by nicodvb
-
check muxer != NULL before using it; closes cid 201Sun, 12 Mar 2006 17:46:51 +0000, by nicodvb
-
bump neglected dateSun, 12 Mar 2006 17:40:32 +0000, by ods15
-
revert last changeSun, 12 Mar 2006 17:35:51 +0000, by ods15
-
better max for frame code values, still allowing compact implementationSun, 12 Mar 2006 13:30:45 +0000, by ods15
-
10l to me, misarrangment of flagsSun, 12 Mar 2006 13:21:04 +0000, by ods15
-
change max_distance back to 64kb and set max frame size to 2*max_distance.Sun, 12 Mar 2006 13:08:10 +0000, by ods15
-
fail immediately if any of the parameters necessary to switch audio stream isn't set/correct; closes cid 55Sun, 12 Mar 2006 12:28:09 +0000, by nicodvb
-
check sh_video before seeking; closes cid 56Sun, 12 Mar 2006 12:13:37 +0000, by nicodvb
-
close channels file before exiting dvb_get_channels() if malloc(dvb_channels_list) fails; closes cid 161Sun, 12 Mar 2006 11:45:27 +0000, by nicodvb
-
init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 241Sun, 12 Mar 2006 11:12:48 +0000, by nicodvb
-
dereference muxer->priv only after having checked muxer!=NULL in write_chunk(); closes cid 206Sat, 11 Mar 2006 23:38:54 +0000, by nicodvb
-
init msec in mp_get_titleset_length() before using it; closes cid 251Sat, 11 Mar 2006 23:29:02 +0000, by nicodvb
-
init variable in parse_mp4_object_descriptor before using it; fixes cid 237Sat, 11 Mar 2006 23:26:02 +0000, by nicodvb
-
init delta_pts before using it; fixes cid 239Sat, 11 Mar 2006 23:21:09 +0000, by nicodvb
-
check pce_ptr before using it; fixes cid 207Sat, 11 Mar 2006 23:15:57 +0000, by nicodvb
-
QuickTime in24 and in32 PCM audio supportSat, 11 Mar 2006 22:43:28 +0000, by rathann
-
added dinamically calculated gain factor at output stage to avoid clipping on sane rangesSat, 11 Mar 2006 21:16:59 +0000, by reynaldo
-
change max_distance max to 128kb instead of 65kbSat, 11 Mar 2006 19:47:05 +0000, by ods15
-
Only MAX_STREAMS streams are allowed (cid 115)Sat, 11 Mar 2006 16:42:46 +0000, by rtognimp
-
move bit flags to be more convinient...Sat, 11 Mar 2006 15:26:39 +0000, by ods15
-
clarify, header_checksum is not included in forward_ptr and in packet checksumSat, 11 Mar 2006 10:19:02 +0000, by ods15
-
Simplify libcdio check.Sat, 11 Mar 2006 00:00:25 +0000, by diego
-
Make better use of pkg-config to check for/set proper libraries whenFri, 10 Mar 2006 23:59:38 +0000, by diego
-
Fix memory leak cid 176Fri, 10 Mar 2006 23:51:41 +0000, by rtognimp
-
Fix memory leak cid 177Fri, 10 Mar 2006 23:48:33 +0000, by rtognimp
-
Fix possible use of body uninitialized. Remove an unneeded free (bodyFri, 10 Mar 2006 22:15:50 +0000, by rtognimp
-
remove edl.c pre-alloc, more readble and safe codeFri, 10 Mar 2006 21:34:54 +0000, by ods15
-
SHOULD NOT be higher than 1/timebase limitFri, 10 Mar 2006 14:44:31 +0000, by michael
-
div8 -> div16Fri, 10 Mar 2006 14:34:30 +0000, by michael
-
drop max_frame_sizeFri, 10 Mar 2006 14:28:11 +0000, by michael
-
double muxing examples (cant hurt to explictly mention the most common)Fri, 10 Mar 2006 14:23:22 +0000, by michael
-
limit stuffing to prevent header_checksum from endup being useless due to a gb of 0x80 after a 'N'Fri, 10 Mar 2006 14:18:59 +0000, by michael
-
universal timestamp (= stream_id + timestamp in stream timebase)Fri, 10 Mar 2006 14:10:07 +0000, by michael
-
little clarification of sample_width/sample_heightFri, 10 Mar 2006 13:54:39 +0000, by michael
-
0x00 and 0xFF should be invalid (libnut does that already and it seems like a good idea to recommand)Fri, 10 Mar 2006 13:50:35 +0000, by michael
-
push back userdata stream_classFri, 10 Mar 2006 11:52:58 +0000, by ods15
-
header_checksumFri, 10 Mar 2006 02:49:29 +0000, by michael
-
free resources when load_raw failsThu, 09 Mar 2006 22:20:20 +0000, by reimar
-
fix leak on read error (forgot to free demux packet)Thu, 09 Mar 2006 22:14:34 +0000, by reimar
-
fix minor (i.e. unlikely to ever happen) leak when init failsThu, 09 Mar 2006 22:11:39 +0000, by reimar
-
Fix potential read from an unitialized pointer (CID: 236)Thu, 09 Mar 2006 22:09:03 +0000, by rtognimp
-
remove useless and memleak-causing strdupThu, 09 Mar 2006 18:05:38 +0000, by reimar
-
fix another sizeof(dvd_input_t) bug (must be struct dvd_input_s instead)Thu, 09 Mar 2006 17:39:34 +0000, by reimar
-
in demux_ogg_read_packet initialize data to whole packet, reduces code andWed, 08 Mar 2006 22:23:21 +0000, by reimar
-
name array is too small, use strlcpy instead of strncpyWed, 08 Mar 2006 21:13:16 +0000, by reimar
-
UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD)Wed, 08 Mar 2006 20:27:47 +0000, by reimar
-
revert the attempts for ccache fixWed, 08 Mar 2006 19:56:47 +0000, by henry
-
add default case to encoder switch-case (maybe an error message would be good as well).Wed, 08 Mar 2006 15:49:46 +0000, by reimar
-
fix memory leak when filter with given name does not exist.Wed, 08 Mar 2006 15:39:53 +0000, by reimar
-
Missing free_demux_packet after read errorWed, 08 Mar 2006 15:21:12 +0000, by reimar
-
Fix base64 encoding for basic auth according to RFC.Wed, 08 Mar 2006 15:14:08 +0000, by reimar
-
missing url_free when using proxy and connect failsWed, 08 Mar 2006 15:07:48 +0000, by reimar
-
stream_id == MAX_STREAMS is invalid, since counting starts with 0.Wed, 08 Mar 2006 13:26:36 +0000, by reimar
-
"i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.Wed, 08 Mar 2006 13:07:36 +0000, by reimar
-
We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >)Wed, 08 Mar 2006 13:00:51 +0000, by reimar
-
cosmeticWed, 08 Mar 2006 12:49:35 +0000, by michael
-
Automaticall convert message to console charset, use utf8 for GTK2 GuiWed, 08 Mar 2006 12:45:48 +0000, by reimar
-
remove info streamsWed, 08 Mar 2006 12:37:10 +0000, by michael
-
Add codecs2html dependencies.Wed, 08 Mar 2006 11:09:01 +0000, by diego
-
libcdio needs to link before -lwinmm in WIN32_LIB on Windows.Wed, 08 Mar 2006 11:04:00 +0000, by diego
-
free tmp earlier, it is not needed below and might leak on errors otherwiseWed, 08 Mar 2006 10:50:16 +0000, by reimar
-
Missing initializationWed, 08 Mar 2006 10:24:07 +0000, by reimar
-
initialize f to NULL, needed if desc=malloc... failsWed, 08 Mar 2006 10:04:05 +0000, by reimar
-
If we have a tuner, use that as a reason we have audio support, and doWed, 08 Mar 2006 00:21:44 +0000, by aurel
-
fix incomplete abs->rel path conversionTue, 07 Mar 2006 17:49:37 +0000, by henry
-
Fix compilation command in comment.Tue, 07 Mar 2006 15:40:49 +0000, by diego
-
Comment out debug output.Tue, 07 Mar 2006 15:39:01 +0000, by diego
-
Add codecs2html target.Tue, 07 Mar 2006 15:37:58 +0000, by diego
-
synced with 1.1237Tue, 07 Mar 2006 13:40:20 +0000, by gpoirier
-
Correct toolchain for building XML docs on Debian Sarge.Tue, 07 Mar 2006 11:09:40 +0000, by diego
-
synced with 1.47Mon, 06 Mar 2006 21:13:54 +0000, by gabrov
-
10l to Guillaume. It's <option>, not <options>. xmllint would've told you that.Mon, 06 Mar 2006 18:40:36 +0000, by rathann
-
Reduce output verbosity in non-verbose mode, change some printf to mp_msg.Mon, 06 Mar 2006 08:26:07 +0000, by diego
-
various improvements of the section "Choosing the video codec"Mon, 06 Mar 2006 07:19:00 +0000, by gpoirier
-
increasing sync tag to 1.45 after typo fix in English versionSun, 05 Mar 2006 22:53:06 +0000, by gabrov
-
typo fixSun, 05 Mar 2006 22:50:56 +0000, by gabrov
-
Capitalize some sentences after colons.Sun, 05 Mar 2006 22:29:26 +0000, by diego
-
synced with 1.80Sun, 05 Mar 2006 19:42:06 +0000, by gabrov
-
synced with 1.35Sun, 05 Mar 2006 19:34:02 +0000, by gabrov
-
synced with 1.62Sun, 05 Mar 2006 19:24:15 +0000, by gabrov
-
file removeSun, 05 Mar 2006 19:20:14 +0000, by gabrov
-
increased sync tag to 1.102 after Diego's updateSun, 05 Mar 2006 19:17:33 +0000, by gabrov
-
increased sync tag after Diego's updateSun, 05 Mar 2006 19:15:58 +0000, by gabrov
-
synced with 1.44Sun, 05 Mar 2006 19:10:21 +0000, by gabrov
-
synced with 1.85Sun, 05 Mar 2006 18:56:44 +0000, by gabrov
-
synced with 1.25Sun, 05 Mar 2006 18:40:29 +0000, by gabrov
-
Comment fix: mp_msg_levels[] is inited to -2, not 2.Sun, 05 Mar 2006 18:28:20 +0000, by diego
-
synced with 1.75Sun, 05 Mar 2006 18:21:52 +0000, by gabrov
-
synced with 1.16Sun, 05 Mar 2006 18:10:03 +0000, by gabrov
-
synced with 1.16Sun, 05 Mar 2006 17:28:03 +0000, by gabrov
-
synced with 1.28Sun, 05 Mar 2006 17:10:08 +0000, by gabrov
-
synced with 1.74Sun, 05 Mar 2006 17:07:53 +0000, by gabrov
-
synced with 1.32Sun, 05 Mar 2006 16:53:53 +0000, by gabrov
-
synced with 1.14Sun, 05 Mar 2006 16:39:07 +0000, by gabrov
-
synced with 1.36Sun, 05 Mar 2006 14:20:49 +0000, by gabrov
-
use relative paths for libav* buildSun, 05 Mar 2006 10:03:53 +0000, by henry
-
restored the ability to disable subtitles when cycling with slave command 'sub_select' (previously broken in release 1.900)Sun, 05 Mar 2006 08:55:08 +0000, by nicodvb
-
sync to x264 r457 (direct_pred=3)Sun, 05 Mar 2006 07:23:12 +0000, by lorenm
-
cosmetics, rename max_size to max_frame_sizeSun, 05 Mar 2006 07:06:34 +0000, by ods15
-
snow supports vme=8Sun, 05 Mar 2006 03:58:53 +0000, by lorenm
-
When centering a video with odd width, be sure to start on a pixel boundary.Sat, 04 Mar 2006 20:00:06 +0000, by pacman
-
Make -xy help output consistent, output an empty line before and after.Sat, 04 Mar 2006 17:33:56 +0000, by diego
-
return index_ptr to inside indexSat, 04 Mar 2006 16:30:25 +0000, by ods15
-
update activity every 30 secSat, 04 Mar 2006 12:37:44 +0000, by nplourde
-
typoSat, 04 Mar 2006 10:26:46 +0000, by ods15
-
slightly better max_distance ruleFri, 03 Mar 2006 22:43:49 +0000, by michael
-
Reduce Real DLL/so loading verbosity, OKed by Roberto.Fri, 03 Mar 2006 22:38:46 +0000, by diego
-
the return of the monolithic indexFri, 03 Mar 2006 22:33:30 +0000, by michael
-
update tmp_field numbers (pretty much just cosmetic)Fri, 03 Mar 2006 22:31:46 +0000, by michael
-
simplify flagsFri, 03 Mar 2006 22:30:17 +0000, by michael
-
Synced with 1.1234, patch by Jiª©?ªª? Heryªª¢Ân < technik AH domotech DOO cz >Fri, 03 Mar 2006 21:58:30 +0000, by gpoirier
-
This patch fixes pcm (twos, swot) in MOV.Thu, 02 Mar 2006 22:28:12 +0000, by rtognimp
-
don't fall back to MP_CMD_TV_LAST_CHANNEL after MP_CMD_DVB_SETCHANNEL; patch by calking a ieee d orgThu, 02 Mar 2006 21:19:57 +0000, by nicodvb
-
syncpoint_start descriptionThu, 02 Mar 2006 10:34:09 +0000, by michael
-
removed reference to inexistent extern variableWed, 01 Mar 2006 22:26:18 +0000, by nicodvb
-
stream_control() returns int, not voidWed, 01 Mar 2006 21:56:30 +0000, by nicodvb
-
add forward_ptr to syncpoint (+0.006% overhead)Wed, 01 Mar 2006 14:19:37 +0000, by michael
-
leading coeff for crc polynomWed, 01 Mar 2006 13:37:09 +0000, by michael
-
width/height/samplerate MUST not be 0Wed, 01 Mar 2006 13:36:33 +0000, by michael
-
remove chapter_id == 0 special caseWed, 01 Mar 2006 13:35:09 +0000, by michael
-
Change obsolete references to design6 to design7.Wed, 01 Mar 2006 10:07:43 +0000, by diego
-
New website structure, the /homepage subdirectory is gone.Wed, 01 Mar 2006 10:01:43 +0000, by diego
-
synced with 1.1235Wed, 01 Mar 2006 09:57:11 +0000, by gpoirier
-
sync with 1.222Wed, 01 Mar 2006 09:26:06 +0000, by diego
-
XviD multi-threaded encoding supportWed, 01 Mar 2006 09:18:56 +0000, by gpoirier
-
add Amiga-style AltiVec detection, patch from andrea at amigasoft dot netTue, 28 Feb 2006 23:24:38 +0000, by pacman
-
reverse 'low detail' for 'high detail' in 2-pass encoding explanation, patch by Jeff ClaggTue, 28 Feb 2006 21:54:24 +0000, by wanderer
-
update config.mak to match ffmpeg's version (fix alpha compilation)Mon, 27 Feb 2006 22:44:22 +0000, by aurel
-
try to get duration from the stream layer, if an implementation of STREAM_CTRL_GET_TIME_LENGTH is availableMon, 27 Feb 2006 21:13:17 +0000, by nicodvb
-
implement STREAM_CTRL_GET_TIME_LENGTH to return the duration of the dvd currently playingMon, 27 Feb 2006 21:11:28 +0000, by nicodvb
-
added cur_title to dvd_priv_t in order to keep track of dvd title currently playing (range 1..N)Mon, 27 Feb 2006 21:08:58 +0000, by nicodvb
-
added new stream_control() and new command: STREAM_CTRL_GET_TIME_LENGTHMon, 27 Feb 2006 21:06:47 +0000, by nicodvb
-
Add audio_delay argument to demux_mkv_seek.Mon, 27 Feb 2006 19:48:31 +0000, by corey
-
synced with 1.101Mon, 27 Feb 2006 11:46:35 +0000, by gabrov
-
synced with 1.12Mon, 27 Feb 2006 11:44:55 +0000, by gabrov
-
fixed XML syntax errorMon, 27 Feb 2006 11:43:29 +0000, by gabrov
-
Output error messages from the ALSA library through mp_msg() instead ofMon, 27 Feb 2006 10:09:05 +0000, by cladisch
-
Show the actual ALSA version instead of the version mplayer was compiledMon, 27 Feb 2006 10:06:27 +0000, by cladisch
-
synced with 1.101Sun, 26 Feb 2006 12:39:17 +0000, by gabrov
-
Better fallback for APIENTRY when compiling for WindowsSun, 26 Feb 2006 09:47:17 +0000, by reimar
-
10l: section "13.3.6. Example" talks about a telecined source, but the example given doesn't have any ivtc filter!!Sun, 26 Feb 2006 09:35:21 +0000, by gpoirier
-
cosmetic, trailing whitespaceSat, 25 Feb 2006 20:06:21 +0000, by ods15
-
use short 'type' namesSat, 25 Feb 2006 18:51:46 +0000, by ods15
-
allow rationals with denom of '1'Sat, 25 Feb 2006 18:48:52 +0000, by ods15
-
CRC32 stuffSat, 25 Feb 2006 16:16:47 +0000, by ods15
-
auto hide dvb menu if auto-close is specified in menu.conf; patch by Ben Zores ben a geexbox di orgFri, 24 Feb 2006 23:01:40 +0000, by nicodvb
-
DVB channels cycling; patch by Ben Zores ben p geekbox d orgFri, 24 Feb 2006 22:46:23 +0000, by nicodvb
-
Add a practical description of endian-independent RGB/BGR codingFri, 24 Feb 2006 22:18:45 +0000, by pacman
-
link fixFri, 24 Feb 2006 21:50:13 +0000, by diego
-
Add some undocumented options.Fri, 24 Feb 2006 20:28:16 +0000, by diego
-
Document the noup suboption of the scale video filter.Fri, 24 Feb 2006 19:09:14 +0000, by diego
-
Add XML tool paths for SUSE 10.0Fri, 24 Feb 2006 17:38:23 +0000, by diego
-
Add uninit for audio before switching to next file and completing encodeFri, 24 Feb 2006 15:43:20 +0000, by ods15
-
10l (dont limit dimension components independantly if noup)Fri, 24 Feb 2006 15:22:59 +0000, by michael
-
link fixesFri, 24 Feb 2006 15:09:13 +0000, by diego
-
This now works correctly thanks to clear-to-end-of-line patchFri, 24 Feb 2006 14:56:28 +0000, by ods15
-
fix bit specification for fixed_fpsFri, 24 Feb 2006 14:41:02 +0000, by ods15
-
Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem thatFri, 24 Feb 2006 09:52:59 +0000, by pacman
-
info packet stuff, chapters...Fri, 24 Feb 2006 05:41:35 +0000, by ods15
-
workaround for gl.h variants that do not define APIENTRYThu, 23 Feb 2006 10:18:10 +0000, by reimar
-
use calloc instead of malloc in copy_func_pf, missing initialization ofWed, 22 Feb 2006 20:39:44 +0000, by reimar
-
link fixesWed, 22 Feb 2006 11:32:41 +0000, by diego
-
link fixesWed, 22 Feb 2006 11:09:48 +0000, by diego
-
Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 codeWed, 22 Feb 2006 10:30:55 +0000, by iive
-
properly detect cpu on x86 based macWed, 22 Feb 2006 00:59:11 +0000, by nplourde
-
Fix stylesheet path.Tue, 21 Feb 2006 21:54:08 +0000, by diego
-
Remove duplicate explanation of how man page format conversion.Tue, 21 Feb 2006 21:40:51 +0000, by diego
-
Fix video delay when encoding with B-frames.Tue, 21 Feb 2006 09:40:25 +0000, by corey
-
Fix video delay when encoding with B-frames.Tue, 21 Feb 2006 09:39:22 +0000, by corey
-
grammar, put options in alphabetical orderMon, 20 Feb 2006 23:50:40 +0000, by diego
-
More complete ASF MIME detection, closing bug# 248,Mon, 20 Feb 2006 21:59:28 +0000, by gpoirier
-
sync with 1.1231Mon, 20 Feb 2006 21:05:36 +0000, by gpoirier
-
sync with 1.222 plus minor fixMon, 20 Feb 2006 11:05:07 +0000, by ptt
-
New option: -ignore-startMon, 20 Feb 2006 09:36:10 +0000, by corey
-
fields should be in english...Mon, 20 Feb 2006 04:49:06 +0000, by ods15
-
Typo fix: "URLs to forces" --> "URLs to force"Sun, 19 Feb 2006 21:55:07 +0000, by corey
-
synced with 1.1229Sun, 19 Feb 2006 21:39:58 +0000, by gpoirier
-
Allows the LIVE555 library to forces the client's port to be usedSun, 19 Feb 2006 13:27:27 +0000, by bertrand
-
Support MPEG-4 files with RMP4 fourcc, fixes greenlines.rmp4.p.avi.Sun, 19 Feb 2006 10:15:18 +0000, by diego
-
dwStart support for mencoder.Sun, 19 Feb 2006 09:34:37 +0000, by corey
-
deobfuscate some a/v sync codeSun, 19 Feb 2006 04:31:14 +0000, by ods15
-
no upscale flag so automatic downscaling is possible in mencoderSat, 18 Feb 2006 21:12:56 +0000, by michael
-
upport another G4 flavour: MPC7447* chips.Sat, 18 Feb 2006 20:04:42 +0000, by gpoirier
-
include stdlib.h and stdio.h, they tend to be useful :-)Sat, 18 Feb 2006 12:45:00 +0000, by reimar
-
dwStart support for mplayer.Sat, 18 Feb 2006 09:26:39 +0000, by corey
-
Just a comment update, replacing a FIXME to reflect the new expectation ofSat, 18 Feb 2006 01:08:17 +0000, by pacman
-
don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;Sat, 18 Feb 2006 00:41:28 +0000, by pacman
-
more cosmeticsFri, 17 Feb 2006 20:05:25 +0000, by ods15
-
some cleanup. enforce decode_delay to not be too high.Fri, 17 Feb 2006 19:45:35 +0000, by ods15
-
Fix vec_clip for gcc's that don't handle (vector signed short){16} accordingFri, 17 Feb 2006 05:01:46 +0000, by pacman
-
Fix colormap save/restore for directcolor fb devicesFri, 17 Feb 2006 03:49:33 +0000, by pacman
-
Second-try commit of this patch.Fri, 17 Feb 2006 01:57:41 +0000, by corey
-
memalign segfaults when used without declaration on amd64 (default function return type is int so the pointer was trunctated to 32bits)Thu, 16 Feb 2006 22:43:42 +0000, by aurel
-
fix compilation without openalThu, 16 Feb 2006 22:35:04 +0000, by aurel
-
OpenAL audio support, actual output is mono-only (no positioning yet).Thu, 16 Feb 2006 20:45:25 +0000, by reimar
-
ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)Thu, 16 Feb 2006 12:55:23 +0000, by michael
-
make swscale-example compile patch by (Alan Curry <pacman TheWorld com>)Thu, 16 Feb 2006 12:52:09 +0000, by michael
-
include config.h before includes that need itThu, 16 Feb 2006 10:08:03 +0000, by iive
-
Add some more fourcc for DV and MPEG2 needed for some mov samples postedTue, 14 Feb 2006 22:10:22 +0000, by rtognimp
-
Set SRC_PATH correctly, fixes libpostproc compilationTue, 14 Feb 2006 21:43:32 +0000, by rtognimp
-
Import common.mak v1.1 from ffmpeg cvs, now it's needed by the buildingTue, 14 Feb 2006 21:42:49 +0000, by rtognimp
-
Don't test the v4l2_input audioset field for audio capabilities but still try changing the mute setting (patch by Jesse Allen < the3dfxdude _at_ gmail.com >)Tue, 14 Feb 2006 20:13:55 +0000, by aurel
-
Align memory at 16 byte boundaries.Tue, 14 Feb 2006 09:55:14 +0000, by diego
-
allow autodetection of pictures type when using mf://@file.list syntaxTue, 14 Feb 2006 09:34:30 +0000, by iive
-
synced with 1.1227Mon, 13 Feb 2006 12:49:15 +0000, by gpoirier
-
Remove obsolete big-endian FIXMEs.Mon, 13 Feb 2006 12:44:17 +0000, by diego
-
Fix the error handling in the play() function: add a handler for EINTR,Mon, 13 Feb 2006 11:48:29 +0000, by cladisch
-
This changes the software parameters to be more compatible with theMon, 13 Feb 2006 11:43:25 +0000, by cladisch
-
Using non-blocking writes makes sense when the program wants to do otherMon, 13 Feb 2006 11:38:12 +0000, by cladisch
-
Remove the now superfluous mmap suboption.Mon, 13 Feb 2006 11:17:43 +0000, by cladisch
-
After removing play_mmap(), the play() function just unconditionallyMon, 13 Feb 2006 11:16:29 +0000, by cladisch
-
This patch removes mmap support because it doesn't have any benefit.Mon, 13 Feb 2006 11:15:25 +0000, by cladisch
-
fix index, first keyframe cannot be written with pts=0Mon, 13 Feb 2006 07:29:11 +0000, by ods15
-
lavc exposes the reconstructed picture, so no need to decode it againMon, 13 Feb 2006 07:00:37 +0000, by lorenm
-
synced with 1.1226Sun, 12 Feb 2006 17:51:38 +0000, by gpoirier
-
Make 'N' frame code implictly invalidSun, 12 Feb 2006 17:40:02 +0000, by ods15