Tue, 06 Nov 2012 05:41:14 +0000 |
SubJunk |
Updated libass to 0.10.1
|
Mon, 05 Nov 2012 21:41:39 +0000 |
reimar |
Remove assignment that is duplicated a few lines down,
|
Mon, 05 Nov 2012 21:37:25 +0000 |
reimar |
Check for NULL before using the pointer.
|
Mon, 05 Nov 2012 21:23:46 +0000 |
reimar |
Fix malloc failure check to check the correct variable.
|
Mon, 05 Nov 2012 21:22:14 +0000 |
reimar |
Simplify mp_input_get_input_from_name.
|
Mon, 05 Nov 2012 21:02:38 +0000 |
reimar |
Fix potential NULL dereference.
|
Mon, 05 Nov 2012 20:58:38 +0000 |
reimar |
Fix crash when not able to find a mpi by using an
|
Mon, 05 Nov 2012 20:53:49 +0000 |
reimar |
Allow free_demuxer to handle a NULL argument.
|
Mon, 05 Nov 2012 20:51:45 +0000 |
reimar |
Fix crash in case sh_audio allocation failed.
|
Mon, 05 Nov 2012 20:45:40 +0000 |
reimar |
Try to do something sensible when malloc fails instead
|
Mon, 05 Nov 2012 20:42:00 +0000 |
reimar |
Simplify, avoid crash when malloc/calloc fails.
|
Mon, 05 Nov 2012 20:39:52 +0000 |
al |
release.sh: Use official FFmpeg source repository URL
|
Mon, 05 Nov 2012 20:28:39 +0000 |
reimar |
Use more appropriate value for memcpy length.
|
Mon, 05 Nov 2012 20:26:12 +0000 |
reimar |
Remove nonsense casts.
|
Mon, 05 Nov 2012 20:14:20 +0000 |
reimar |
Simplify.
|
Mon, 05 Nov 2012 20:11:34 +0000 |
reimar |
Remove pointless variable.
|
Mon, 05 Nov 2012 19:32:28 +0000 |
reimar |
Remove completely unnecessary huge on-stack buffer.
|
Sat, 03 Nov 2012 12:59:57 +0000 |
upsuper |
Add flag "dummy" for null and black decoder
|
Fri, 02 Nov 2012 05:42:48 +0000 |
upsuper |
a new implementation of vf_ass
|
Fri, 02 Nov 2012 03:00:26 +0000 |
upsuper |
Do not allow 'black' decoder to be chosen without forcing. So mark it
|
Fri, 02 Nov 2012 00:17:07 +0000 |
upsuper |
configure: add more cpu type detection
|
Thu, 01 Nov 2012 22:27:27 +0000 |
reimar |
Fix typo causing memset to not properly initialize the struct.
|
Thu, 01 Nov 2012 22:23:07 +0000 |
reimar |
Avoid potential overflow in shift.
|
Thu, 01 Nov 2012 22:22:04 +0000 |
reimar |
Add cast to ensure shift will not overflow.
|
Thu, 01 Nov 2012 22:18:33 +0000 |
reimar |
Use AV_RB32 to avoid sign extension issues and validate offset before using it.
|
Thu, 01 Nov 2012 22:13:14 +0000 |
reimar |
Do not needlessly use "long" types.
|
Thu, 01 Nov 2012 22:00:48 +0000 |
reimar |
Remove pointless unused variable.
|
Thu, 01 Nov 2012 21:59:15 +0000 |
reimar |
Add a few "const".
|
Thu, 01 Nov 2012 21:57:16 +0000 |
reimar |
Fix format string typo.
|
Thu, 01 Nov 2012 21:52:21 +0000 |
reimar |
Add missing va_end after va_copy.
|
Thu, 01 Nov 2012 21:48:42 +0000 |
reimar |
Fix typo that might have caused reading beyond the string end.
|
Thu, 01 Nov 2012 21:46:33 +0000 |
reimar |
Remove pointless unreachable code (the loop condition already checks
|
Thu, 01 Nov 2012 21:42:40 +0000 |
reimar |
More strict check so it is actually possible to trigger.
|
Thu, 01 Nov 2012 21:31:53 +0000 |
reimar |
Check the correct variable for NULL.
|
Thu, 01 Nov 2012 21:24:42 +0000 |
reimar |
Remove nonsense check.
|
Thu, 01 Nov 2012 19:01:32 +0000 |
reimar |
Fix variable declarations I stupidly forgot to make "static".
|
Thu, 01 Nov 2012 12:44:26 +0000 |
compn |
add SPXN to speex decoder, should work after ff bug 1873 is fixed
|
Wed, 31 Oct 2012 20:58:39 +0000 |
reimar |
Remove another incorrect use of realloc_struct.
|
Wed, 31 Oct 2012 20:56:41 +0000 |
reimar |
Remove some incorrect usages of realloc_struct.
|
Wed, 31 Oct 2012 20:44:16 +0000 |
reimar |
Fix off-by-one error in range check.
|
Wed, 31 Oct 2012 20:41:07 +0000 |
reimar |
Actually bail out when we detect that we would run
|
Wed, 31 Oct 2012 20:29:28 +0000 |
reimar |
Do range check before using the variable for array indexing.
|
Wed, 31 Oct 2012 20:11:49 +0000 |
reimar |
Fix potential out-of-bounds write due to breaking
|
Wed, 31 Oct 2012 20:05:31 +0000 |
reimar |
Extra checks to ensure we really do not write outside
|
Wed, 31 Oct 2012 19:50:11 +0000 |
reimar |
Fix more places that incorrectly assume that 0
|
Wed, 31 Oct 2012 19:47:15 +0000 |
reimar |
Only -1 is certain to never be a valid file descriptor.
|
Wed, 31 Oct 2012 19:44:56 +0000 |
reimar |
Use correct function prototype instead of casting away the warnings.
|
Wed, 31 Oct 2012 19:42:13 +0000 |
reimar |
Check value of n for validity before using it, not after.
|
Wed, 31 Oct 2012 19:08:19 +0000 |
reimar |
Remove useless indirection that in addition completely broke the code.
|
Wed, 31 Oct 2012 19:01:55 +0000 |
reimar |
Use snprintf instead of sprintf.
|
Wed, 31 Oct 2012 18:55:33 +0000 |
reimar |
Replace sprintf with snprintf.
|
Wed, 31 Oct 2012 04:41:32 +0000 |
upsuper |
mpcommon: Show more CPU flags
|
Wed, 31 Oct 2012 04:23:38 +0000 |
upsuper |
af_hrtf: clamp output to relieve noises
|
Tue, 30 Oct 2012 18:53:58 +0000 |
reimar |
Set pointers to NULL after free.
|
Tue, 30 Oct 2012 18:37:37 +0000 |
reimar |
Fix off-by-one error in range check.
|
Tue, 30 Oct 2012 18:23:01 +0000 |
reimar |
Actually make use of max_sub_pos_for_source.
|
Tue, 30 Oct 2012 18:16:54 +0000 |
reimar |
Make checks for STREAMTYPE simpler and more consistent.
|
Tue, 30 Oct 2012 18:03:30 +0000 |
reimar |
Free memory allocated by get_path.
|
Tue, 30 Oct 2012 18:00:52 +0000 |
reimar |
Do not assume that a stream is available for capture.
|
Tue, 30 Oct 2012 17:47:18 +0000 |
reimar |
Also add CONFIG_LZO define.
|
Tue, 30 Oct 2012 17:44:02 +0000 |
reimar |
Fix crash when only specifying a host for -ao pulse.
|
Tue, 30 Oct 2012 17:36:41 +0000 |
reimar |
Only a return value of -1 indicates an error for open(),
|
Tue, 30 Oct 2012 17:28:34 +0000 |
reimar |
Try to make code a bit clearer.
|
Tue, 30 Oct 2012 17:14:28 +0000 |
reimar |
Move check for NULL to before the pointer is used.
|
Tue, 30 Oct 2012 17:09:14 +0000 |
reimar |
Remove useless checks, the code would crash all over of widw/widh were NULL.
|
Tue, 30 Oct 2012 16:58:50 +0000 |
reimar |
Mark exit_player functions as noreturn.
|
Tue, 30 Oct 2012 16:51:25 +0000 |
reimar |
Make aspect handling with -vo sdl and RGB format work again.
|
Tue, 30 Oct 2012 16:48:00 +0000 |
reimar |
Remove pointless commented-out code.
|
Tue, 30 Oct 2012 16:47:20 +0000 |
reimar |
Remove left-over debug printf.
|
Tue, 30 Oct 2012 16:42:25 +0000 |
reimar |
Fix off-by-one error in check.
|
Tue, 30 Oct 2012 16:40:22 +0000 |
reimar |
Remove "else" that makes no sense and results in uninitialized data
|
Tue, 30 Oct 2012 16:35:36 +0000 |
reimar |
Make some variables static.
|
Tue, 30 Oct 2012 16:34:02 +0000 |
reimar |
Since the modecount variable is only ever initialized when the videmodes
|
Tue, 30 Oct 2012 16:30:47 +0000 |
reimar |
Fix copy-paste error found by Coverity (yes, it really has a
|
Tue, 30 Oct 2012 15:40:41 +0000 |
upsuper |
vd_black: simplify code
|
Tue, 30 Oct 2012 11:33:14 +0000 |
cehoyos |
1l: Forgot comment about internal FourCC YOP1.
|
Tue, 30 Oct 2012 11:32:05 +0000 |
cehoyos |
Support FFmpeg YOP decoder.
|
Sun, 28 Oct 2012 20:55:47 +0000 |
al |
build/configure: Check for more math functions
|
Sun, 28 Oct 2012 14:32:30 +0000 |
cehoyos |
Allow telecine filter to work for YUV16 formats.
|
Sat, 27 Oct 2012 20:31:06 +0000 |
compn |
map 0xa100 to ffg723.1, ff ticket #1856
|
Sat, 27 Oct 2012 12:22:26 +0000 |
al |
build/configure: Move addition of extra CFLAGS further down
|
Fri, 26 Oct 2012 19:06:50 +0000 |
reimar |
Use local variable since we already have it.
|
Fri, 26 Oct 2012 19:03:26 +0000 |
reimar |
Mark intentional fallthrough case, used for duplicating frames.
|
Fri, 26 Oct 2012 18:58:48 +0000 |
reimar |
Remove useless variable.
|
Fri, 26 Oct 2012 18:39:51 +0000 |
reimar |
Make uninit function handle vf->priv being NULL.
|
Fri, 26 Oct 2012 18:31:11 +0000 |
reimar |
Add comment to silence coverity (and it generally doesn't
|
Fri, 26 Oct 2012 18:07:00 +0000 |
reimar |
Add missing ().
|
Fri, 26 Oct 2012 18:05:30 +0000 |
reimar |
Fix check for empty log file (n contains a start offset of 15).
|
Thu, 25 Oct 2012 21:53:53 +0000 |
cehoyos |
Fix compilation with current FFmpeg.
|
Thu, 25 Oct 2012 18:26:45 +0000 |
al |
mp_property_deinterlace: Signalize control() failure
|
Tue, 23 Oct 2012 21:12:34 +0000 |
cehoyos |
Fix compilation with latest FFmpeg.
|
Sun, 21 Oct 2012 19:01:48 +0000 |
al |
mp_property_deinterlace: Improve OSD feedback
|
Sun, 21 Oct 2012 15:00:48 +0000 |
ib |
Set guiInfo.Track after the stream is open.
|
Sun, 21 Oct 2012 14:56:50 +0000 |
ib |
Add new stream control command STREAM_CTRL_GET_CURRENT_TITLE for DVDs.
|
Sun, 21 Oct 2012 14:40:49 +0000 |
ib |
Fix building GUI without DVD support.
|
Sun, 21 Oct 2012 12:18:58 +0000 |
reimar |
Remove outdated references to mp3lib and tremor.
|
Sun, 21 Oct 2012 12:14:19 +0000 |
reimar |
There are no internal codecs (except FFmpeg of course) which we should
|
Sun, 21 Oct 2012 12:10:38 +0000 |
reimar |
Remove our internal mp3lib copy.
|
Sun, 21 Oct 2012 11:14:13 +0000 |
ib |
Allow STREAM_CTRL_GET_NUM_TITLES with cache enabled.
|
Sun, 21 Oct 2012 10:10:57 +0000 |
reimar |
Change tremor check so it fails on old incompatible versions
|
Sun, 21 Oct 2012 10:03:41 +0000 |
reimar |
Fix compiling demux_ogg against tremor, current tremor versions
|
Sat, 20 Oct 2012 07:13:46 +0000 |
cehoyos |
Try to fix compilation error on some Windows building environments after r35250.
|
Thu, 18 Oct 2012 12:38:58 +0000 |
ib |
Get rid of unnecessary use of variable dvd_chapter in Win32 GUI.
|
Thu, 18 Oct 2012 12:17:58 +0000 |
ib |
Get rid of global variable dvd_title in GUI.
|
Thu, 18 Oct 2012 12:07:59 +0000 |
ib |
Fix segmentation fault.
|
Wed, 17 Oct 2012 20:14:28 +0000 |
cehoyos |
Do not allow 'black' decoder to be prefered over real decoders.
|
Mon, 15 Oct 2012 22:04:14 +0000 |
cehoyos |
Detect direct.h and io.h on Windows.
|
Mon, 15 Oct 2012 19:43:15 +0000 |
al |
libmpcodecs: Add vd_black
|
Sun, 14 Oct 2012 20:06:09 +0000 |
cehoyos |
Change order of libraries when linking with libvorbisenc.
|
Sun, 14 Oct 2012 11:01:35 +0000 |
cehoyos |
Change the order of tested libvorbis ldflags.
|
Sat, 13 Oct 2012 17:04:42 +0000 |
cehoyos |
Add missing define for avconfig.h
|
Sat, 13 Oct 2012 09:47:52 +0000 |
cehoyos |
Hint how to use old gdb versions.
|
Fri, 12 Oct 2012 21:21:07 +0000 |
al |
vo corevideo: VOCTRL_UPDATE_SCREENINFO: Fix shared_buffer case
|
Thu, 11 Oct 2012 22:10:48 +0000 |
iive |
Silence a few warnings.
|
Thu, 11 Oct 2012 22:06:42 +0000 |
iive |
Add necessary checks to the vd_hmblck input.
|
Thu, 11 Oct 2012 21:50:18 +0000 |
iive |
Remove nv12/nv21 decoding from vd_hmblck.
|
Thu, 11 Oct 2012 16:39:30 +0000 |
al |
vo corevideo: Use stringWithUTF8String
|
Tue, 09 Oct 2012 10:23:53 +0000 |
cehoyos |
Force compilation of FFmpeg's error_resilience.o
|
Tue, 09 Oct 2012 10:21:34 +0000 |
cehoyos |
Disable FFmpeg exr decoder if zlib is not available.
|
Tue, 09 Oct 2012 08:15:23 +0000 |
cehoyos |
Fix compilation with current FFmpeg.
|
Mon, 08 Oct 2012 15:35:03 +0000 |
ib |
Add TAK file extension to the audio file filter of the file selector.
|
Mon, 08 Oct 2012 11:36:22 +0000 |
cehoyos |
Support FFmpeg's TAK decoder.
|
Sun, 07 Oct 2012 19:15:16 +0000 |
cehoyos |
Improve Ogg/Vorbis detection.
|
Sat, 06 Oct 2012 04:49:49 +0000 |
cehoyos |
Fix compilation with --disable-mencoder.
|
Sat, 06 Oct 2012 04:48:58 +0000 |
cehoyos |
Save poor users from my configure hack (r35227).
|
Sat, 06 Oct 2012 04:45:34 +0000 |
cehoyos |
Support FFmpeg's Pinnacle Targa Y216 decoder.
|
Fri, 05 Oct 2012 08:24:13 +0000 |
cehoyos |
Be more verbose if the pullup filter fails on initialisation.
|
Thu, 04 Oct 2012 18:04:44 +0000 |
cigaes |
Revert "Freeze FFmpeg to 1.0 until planar audio playback is fixed."
|
Thu, 04 Oct 2012 18:04:42 +0000 |
cigaes |
ad_ffmpeg: basic support for planar formats.
|
Wed, 03 Oct 2012 10:19:31 +0000 |
cehoyos |
Freeze FFmpeg to 1.0 until planar audio playback is fixed.
|
Mon, 01 Oct 2012 19:47:45 +0000 |
reimar |
Avoid sleeping for too long without reacting to user input.
|
Sun, 30 Sep 2012 09:48:37 +0000 |
cehoyos |
Support cyuv rawvideo via FFmpeg's cyuv decoder.
|
Sat, 29 Sep 2012 21:33:32 +0000 |
reimar |
Remove our own tremor copy, it is ancient, unmaintained
|
Sat, 29 Sep 2012 20:16:48 +0000 |
reimar |
Quick fix for slices not working with some filter combinations.
|
Fri, 28 Sep 2012 17:51:27 +0000 |
reimar |
corevideo: simplify draw_alpha function.
|
Fri, 28 Sep 2012 16:49:37 +0000 |
reimar |
Use aspect_scaling() function also for vo_corevideo.
|
Fri, 28 Sep 2012 16:46:48 +0000 |
reimar |
Enable aspect scaling even in windowed mode when
|
Thu, 27 Sep 2012 20:59:24 +0000 |
ib |
Fix arguments of disassemble command
|
Thu, 27 Sep 2012 14:09:48 +0000 |
compn |
wishlist: update some
|
Wed, 26 Sep 2012 20:16:38 +0000 |
reimar |
Set ass margins only from one single locations.
|
Wed, 26 Sep 2012 20:05:00 +0000 |
reimar |
Make two functions static.
|
Wed, 26 Sep 2012 17:02:47 +0000 |
reimar |
Fix typos which cause the ASS renderer to be reconfigured on every single
|
Mon, 24 Sep 2012 10:54:05 +0000 |
compn |
change my display name in authors, getting too much spam
|
Sun, 23 Sep 2012 21:00:20 +0000 |
reimar |
Disable our included tremor by default, it is too buggy.
|
Sun, 23 Sep 2012 19:38:26 +0000 |
cehoyos |
Fix auto-detection of current live555.
|
Sat, 22 Sep 2012 21:36:27 +0000 |
reimar |
More helpful error message when video does not fit into frame buffer.
|
Sat, 22 Sep 2012 19:14:01 +0000 |
reimar |
Add HAVE_ASM_MOD_Q for ARM compilation.
|
Sat, 22 Sep 2012 18:04:17 +0000 |
reimar |
Update FFmpeg git URL to the current official one (they point at the
|
Fri, 21 Sep 2012 20:20:11 +0000 |
reimar |
Fix handling of out-of-order slice rendered frames.
|
Fri, 21 Sep 2012 18:57:00 +0000 |
reimar |
Fix redirection for proxy URLs.
|
Fri, 21 Sep 2012 07:55:55 +0000 |
cehoyos |
Prevent $@ expansion in cat > <<EOF
|
Thu, 20 Sep 2012 22:31:06 +0000 |
cehoyos |
Fix compilation with current FFmpeg.
|
Wed, 19 Sep 2012 19:34:08 +0000 |
reimar |
Make sure av_restrict is defined for FFmpeg.
|
Mon, 17 Sep 2012 20:30:07 +0000 |
reimar |
For consistency clear mpi->priv after it was used.
|
Mon, 17 Sep 2012 19:50:29 +0000 |
reimar |
Fix delogo filter with numbered mpi.
|
Mon, 17 Sep 2012 19:35:25 +0000 |
reimar |
Support pausing prefix also in idle mode.
|
Sun, 16 Sep 2012 12:09:12 +0000 |
compn |
ve_lavc: set max threads to 16, patch by subjunk
|
Sat, 15 Sep 2012 18:45:22 +0000 |
reimar |
Switch to avcodec_encode_video2.
|
Sat, 15 Sep 2012 13:25:56 +0000 |
reimar |
Fix reading language from teletext descriptor when it is not
|
Sat, 15 Sep 2012 12:55:56 +0000 |
reimar |
Remove "inline" from functions that are definitely not
|
Fri, 14 Sep 2012 14:18:14 +0000 |
cehoyos |
gl_common: fix wrong gl_type for uyvy and yuy2 in little endian
|
Fri, 14 Sep 2012 14:16:08 +0000 |
cehoyos |
Add SSE3, SSE4, SSE4.2 and AVX detection.
|
Fri, 14 Sep 2012 14:13:54 +0000 |
cehoyos |
Change order of live555 library includes.
|
Fri, 14 Sep 2012 07:38:57 +0000 |
jrash |
sync with en/mplayer.1 rev. 35191
|
Thu, 13 Sep 2012 22:08:06 +0000 |
reimar |
Add my copyright since the file now contains a relevant amount of code by me.
|
Thu, 13 Sep 2012 22:03:27 +0000 |
reimar |
Document new OSX backend for -vo gl.
|
Thu, 13 Sep 2012 21:58:38 +0000 |
reimar |
gl: Prefer OSX backend over SDL.
|
Thu, 13 Sep 2012 21:52:33 +0000 |
reimar |
Remove duplicate redraw call, resize already calls it.
|
Thu, 13 Sep 2012 21:46:59 +0000 |
reimar |
Provide a swap buffer function for OS X.
|
Thu, 13 Sep 2012 21:45:14 +0000 |
reimar |
gl: Disable double-buffering on OS X, it does not work currently an
|
Thu, 13 Sep 2012 20:44:46 +0000 |
reimar |
gl: support screen redraw on OSX.
|
Thu, 13 Sep 2012 20:28:30 +0000 |
reimar |
gl OSX backend: Detect and pass on resize events
|
Thu, 13 Sep 2012 20:12:23 +0000 |
reimar |
Minor code simplification.
|
Thu, 13 Sep 2012 19:57:24 +0000 |
reimar |
Allow compiling -vo gl with OSX backend even if X11 and SDL are not available.
|
Thu, 13 Sep 2012 19:41:02 +0000 |
reimar |
Add a hint how you can compile a 64 bit binary on OSX.
|
Thu, 13 Sep 2012 19:22:31 +0000 |
reimar |
Use OSX common layer in -vo gl.
|
Thu, 13 Sep 2012 19:20:47 +0000 |
reimar |
Split out an objective-C common OS X layer, to be reused by -vo gl.
|
Thu, 13 Sep 2012 19:15:37 +0000 |
reimar |
Move some code around in preparation for following patch.
|
Thu, 13 Sep 2012 19:11:55 +0000 |
reimar |
Use "self".
|
Thu, 13 Sep 2012 18:44:36 +0000 |
reimar |
Fix handling of -ontop and -rootwin.
|
Thu, 13 Sep 2012 18:42:00 +0000 |
reimar |
Remove local variables that (except for very brief moments before
|
Thu, 13 Sep 2012 18:32:32 +0000 |
reimar |
Set up things like fullscreen status etc. before showing the window.
|
Thu, 13 Sep 2012 18:30:12 +0000 |
reimar |
Move some code around to make splitting into vo-specific and generic code easier.
|
Thu, 13 Sep 2012 18:07:14 +0000 |
reimar |
corevideo: Simplify mouse handling.
|
Wed, 12 Sep 2012 22:01:36 +0000 |
reimar |
Pass input to "strings" via stdin.
|
Wed, 12 Sep 2012 21:03:45 +0000 |
reimar |
Fix translation of mouse coordinates when panscan is used.
|
Wed, 12 Sep 2012 20:48:08 +0000 |
reimar |
Minor simplification of rescale_input_coordinates.
|
Wed, 12 Sep 2012 20:26:09 +0000 |
reimar |
Fix menu on newer OSX versions (at least 10.6) without breaking 10.5.
|
Tue, 11 Sep 2012 21:31:21 +0000 |
reimar |
Deprecate corevideo device_id in favour of -xineramascreen.
|
Tue, 11 Sep 2012 21:23:00 +0000 |
reimar |
Merge declaration and initialization.
|
Tue, 11 Sep 2012 20:29:15 +0000 |
reimar |
Avoid some more global variables.
|
Tue, 11 Sep 2012 20:11:34 +0000 |
reimar |
Use xinerama_x/xinerama_y.
|
Tue, 11 Sep 2012 20:03:52 +0000 |
reimar |
Change geometry for corevideo vo to not take dock into account.
|
Tue, 11 Sep 2012 19:39:10 +0000 |
reimar |
Remove pointless one-line function.
|
Tue, 11 Sep 2012 19:36:19 +0000 |
reimar |
Fix compilation on OSX 10.5
|
Tue, 11 Sep 2012 19:25:21 +0000 |
reimar |
Fix compiler warning by specifying that our class implements
|
Tue, 11 Sep 2012 19:22:18 +0000 |
reimar |
Consistently use "self" instead of a global variable.
|
Tue, 11 Sep 2012 19:15:10 +0000 |
reimar |
Add missing "static" to global variables.
|
Sun, 09 Sep 2012 21:10:19 +0000 |
cehoyos |
Fix compilation with current FFmpeg.
|
Sat, 08 Sep 2012 10:37:14 +0000 |
jrash |
sync with en/mplayer.1 rev. 35156
|
Fri, 07 Sep 2012 19:49:18 +0000 |
reimar |
Document that directx supports -panscan.
|
Fri, 07 Sep 2012 19:35:52 +0000 |
reimar |
Ensure the borders are cleared when zooming out from panscan.
|
Fri, 07 Sep 2012 19:27:44 +0000 |
reimar |
directx: Support negative panscanrange (i.e. zooming) for noaccel.
|
Fri, 07 Sep 2012 19:16:10 +0000 |
reimar |
Enable panscan for -vo directx.
|
Fri, 07 Sep 2012 17:25:21 +0000 |
reimar |
Move file vo_gl2.c to vo_gl_tiled.c to reflect rename.
|
Thu, 06 Sep 2012 17:52:11 +0000 |
reimar |
Support -dr for -vo corevideo.
|
Wed, 05 Sep 2012 17:02:41 +0000 |
reimar |
Update description of MP_IMGFLAG_READABLE.
|
Tue, 04 Sep 2012 21:08:50 +0000 |
reimar |
Support OMAPFB YUV also for fbdev vo.
|
Tue, 04 Sep 2012 20:36:07 +0000 |
reimar |
Add support for OMAPFB YUV framebuffer.
|
Mon, 03 Sep 2012 21:29:58 +0000 |
reimar |
Fix OSD position again for interleaved YUV formats.
|
Sun, 02 Sep 2012 22:16:17 +0000 |
reimar |
Remove unused fb_bpp and change fb_pixel_size initialization
|
Sun, 02 Sep 2012 22:06:01 +0000 |
reimar |
Simplify a condition.
|
Sun, 02 Sep 2012 21:51:42 +0000 |
reimar |
Avoid some code duplication related to drawing the OSD.
|
Sun, 02 Sep 2012 21:17:03 +0000 |
reimar |
Add helper function to reduce code duplication for selecting
|
Sat, 01 Sep 2012 16:54:53 +0000 |
cehoyos |
Add SSE4 to the cpu flags, fixes compilation with current FFmpeg.
|
Sat, 01 Sep 2012 16:39:54 +0000 |
cehoyos |
Remove duplicate HAVE_AVX define.
|
Sat, 01 Sep 2012 16:37:30 +0000 |
cehoyos |
Necessary (but insufficient) changes for current FFmpeg.
|
Sat, 01 Sep 2012 14:57:11 +0000 |
reimar |
Some changelog updates.
|
Sat, 01 Sep 2012 14:53:05 +0000 |
reimar |
Support decoding teletext in the format that WTV uses.
|
Sat, 01 Sep 2012 14:47:50 +0000 |
reimar |
Fix off-by-one error.
|
Sat, 01 Sep 2012 14:38:45 +0000 |
reimar |
Implement the erase-page teletext flag.
|
Fri, 31 Aug 2012 20:09:30 +0000 |
reimar |
Fix usage count for passthrough-only filters.
|
Fri, 31 Aug 2012 20:08:44 +0000 |
reimar |
Detect broken mpi usage count also in decoder.
|
Fri, 31 Aug 2012 19:52:31 +0000 |
reimar |
vf_ass: add support for rendering on YUY2 and UYVY images.
|
Fri, 31 Aug 2012 14:28:32 +0000 |
cehoyos |
Support Alberto's / Kostya's MSS2 decoder.
|
Fri, 31 Aug 2012 13:47:36 +0000 |
cehoyos |
Fix compilation with latest FFmpeg.
|
Thu, 30 Aug 2012 12:25:02 +0000 |
jrash |
sync with en/mplayer.1 rev. 35123
|
Thu, 30 Aug 2012 12:03:07 +0000 |
jrash |
Synced with help_mp-en.h rev. 35110
|
Thu, 30 Aug 2012 12:02:09 +0000 |
jrash |
Synced with help_mp-en.h rev. 35110
|
Wed, 29 Aug 2012 16:06:26 +0000 |
reimar |
vf_ass: Improve format query.
|
Tue, 28 Aug 2012 20:47:34 +0000 |
cehoyos |
Add Video Decode Acceleration support.
|
Mon, 27 Aug 2012 20:46:06 +0000 |
reimar |
Clamp bitmap subtitles into visible areas.
|
Mon, 27 Aug 2012 20:15:39 +0000 |
reimar |
Pass extradata to libavcodec subtitle decoder.
|
Mon, 27 Aug 2012 19:57:33 +0000 |
reimar |
Add new -subcc values.
|
Mon, 27 Aug 2012 19:51:33 +0000 |
reimar |
Support closed-caption format as used in wtv format.
|
Mon, 27 Aug 2012 16:20:40 +0000 |
compn |
add geoh264 binary codec, works on sample
|
Mon, 27 Aug 2012 07:09:34 +0000 |
cehoyos |
Add missing newline in error message.
|
Sun, 26 Aug 2012 15:12:34 +0000 |
reimar |
Avoid sleeping 0 ms, this can cause sleep to be not called at all.
|
Sat, 25 Aug 2012 10:52:00 +0000 |
reimar |
Support subrip format subtitles.
|
Sat, 25 Aug 2012 10:50:50 +0000 |
reimar |
When switching programs select subtitle stream regardless of
|
Sat, 25 Aug 2012 05:27:38 +0000 |
cehoyos |
Fix compilation with latest FFmpeg.
|
Fri, 24 Aug 2012 07:17:30 +0000 |
cehoyos |
Support yuv422p for FFmpeg lagarith decoder.
|
Thu, 23 Aug 2012 18:20:47 +0000 |
cehoyos |
Direct rendering with FFmpeg lagarith decoder works fine.
|
Wed, 22 Aug 2012 18:29:37 +0000 |
reimar |
corevideo: Support also support UYVY.
|
Wed, 22 Aug 2012 18:24:56 +0000 |
reimar |
Explicitly signal EOF when reaching the end of a file/pipe.
|
Tue, 21 Aug 2012 08:39:16 +0000 |
ib |
Translate MSGTR_VO_GL2_HasBeenRenamed.
|
Mon, 20 Aug 2012 21:21:22 +0000 |
reimar |
Add forgotten new help message.
|
Mon, 20 Aug 2012 19:04:45 +0000 |
reimar |
Rename -vo gl2 to gl_tiled which hopefully is less misleading, since
|
Mon, 20 Aug 2012 18:54:59 +0000 |
reimar |
Fix detection of -vo pgm/md5 even when suboptions are used.
|
Sat, 18 Aug 2012 19:51:58 +0000 |
reimar |
Update endpos each time libavformat asks for it.
|
Sat, 18 Aug 2012 19:38:47 +0000 |
reimar |
TS demuxer: Add support for PCM variant found on BluRay.
|
Sat, 18 Aug 2012 18:45:45 +0000 |
reimar |
Avoid display lists for OSD.
|
Sat, 18 Aug 2012 18:44:13 +0000 |
reimar |
Hack to make BGRA work both in GL and GLES.
|
Sat, 18 Aug 2012 18:19:57 +0000 |
reimar |
Internal format for BGRA must be BGRA, not RGBA.
|
Sat, 18 Aug 2012 16:17:31 +0000 |
reimar |
Add autodetection of ycbcr option.
|
Sat, 18 Aug 2012 15:59:49 +0000 |
reimar |
Cosmetics: replace tab.
|
Sat, 18 Aug 2012 15:56:18 +0000 |
reimar |
Missed documentation update.
|
Sat, 18 Aug 2012 15:54:34 +0000 |
reimar |
Replace MESA YCBCR support by the Apple variant.
|
Thu, 16 Aug 2012 19:55:37 +0000 |
cehoyos |
Fix compilation with latest FFmpeg.
|
Wed, 15 Aug 2012 19:51:58 +0000 |
reimar |
Do not try to use PIE with --enable-static.
|
Wed, 15 Aug 2012 17:46:38 +0000 |
ib |
Rewrite condition and use console_state instead of console.
|
Wed, 15 Aug 2012 17:22:01 +0000 |
ib |
Add check-mark for menu item "Debug Console".
|
Wed, 15 Aug 2012 17:02:23 +0000 |
reimar |
Disable building as PIE binary by default.
|
Wed, 15 Aug 2012 13:14:59 +0000 |
ib |
Add parentheses to avoid compiler warning.
|
Wed, 15 Aug 2012 13:10:16 +0000 |
ib |
Initialize variable.
|
Wed, 15 Aug 2012 13:02:31 +0000 |
ib |
Remove unused variable.
|
Wed, 15 Aug 2012 13:00:44 +0000 |
ib |
Fix compiler warnings (comparison between signed and unsigned).
|
Wed, 15 Aug 2012 12:36:38 +0000 |
ib |
Cosmetic: Adjust indent.
|
Wed, 15 Aug 2012 12:33:45 +0000 |
ib |
Go without pointless variable hWnd/hwnd.
|
Wed, 15 Aug 2012 12:10:42 +0000 |
ib |
Pass in NULL as handle to parent or owner window.
|
Wed, 15 Aug 2012 00:26:58 +0000 |
iive |
9l. Revert r35074. Commit r35065 already adds a proper check.
|
Mon, 13 Aug 2012 20:58:07 +0000 |
reimar |
Fix normalize_yuvp16 to work for big-endian formats.
|
Sun, 12 Aug 2012 18:15:13 +0000 |
reimar |
Re-enable nonref DR again.
|
Sun, 12 Aug 2012 18:13:42 +0000 |
reimar |
Build as relocatable PIE binary by default on x86.
|
Sun, 12 Aug 2012 17:57:57 +0000 |
reimar |
Minor Changelog update.
|
Sun, 12 Aug 2012 17:57:35 +0000 |
reimar |
Change "run" command to expand properties.
|
Sun, 12 Aug 2012 17:31:47 +0000 |
reimar |
Add another anaglyph color variant.
|
Sun, 12 Aug 2012 17:25:30 +0000 |
reimar |
Convert comments into designated initializers.
|
Sun, 12 Aug 2012 17:20:24 +0000 |
reimar |
Make compiler give the ana_coeff array automatically the right size.
|
Sun, 12 Aug 2012 17:15:35 +0000 |
reimar |
Support interleaving the two frame halves from a 3D video
|
Sun, 12 Aug 2012 13:24:54 +0000 |
reimar |
Prefer converting 9/10 bit formats to 16 bit, this is a simple left-shift.
|
Sat, 11 Aug 2012 16:42:43 +0000 |
iive |
Quick Build Fix. FFmpeg CodecID is redefined as AVCodecID.
|
Sat, 11 Aug 2012 16:38:18 +0000 |
iive |
Quick Build Fix. Add HAVE_CPUNOP in configure.
|
Sat, 11 Aug 2012 13:02:58 +0000 |
ib |
Fix bug with definition of IDPLAYDISK in Win32 GUI.
|
Fri, 10 Aug 2012 21:12:02 +0000 |
reimar |
Use depth textures only if available (MESA + r200 crash otherwise)
|
Fri, 10 Aug 2012 20:41:05 +0000 |
reimar |
Allow playing 10-bit DNxHD.
|
Fri, 10 Aug 2012 20:25:04 +0000 |
cboesch |
subassconvert: better handling of invalid SubRip tag attributes.
|
Fri, 10 Aug 2012 18:43:21 +0000 |
reimar |
Define some more FFmpeg Makefile variables.
|
Fri, 10 Aug 2012 08:35:19 +0000 |
cehoyos |
Fix compilation with latest FFmpeg.
|
Thu, 09 Aug 2012 18:49:45 +0000 |
reimar |
Query correct component to get luminance texture bit depth
|
Wed, 08 Aug 2012 19:18:02 +0000 |
reimar |
When the LUMINANCE16 format is less than 14 bit try to use
|
Wed, 08 Aug 2012 05:55:05 +0000 |
reimar |
Add HAVE_CPUNOP yasm define.
|
Wed, 08 Aug 2012 05:38:30 +0000 |
reimar |
Add fallback defines for GL_DEPTH_TEXTURE_MODE and GL_TEXTURE_COMPARE_MODE.
|
Tue, 07 Aug 2012 21:39:47 +0000 |
reimar |
Add support for depth textures to simplify some experiments.
|
Tue, 07 Aug 2012 17:46:36 +0000 |
reimar |
Work around IMG drivers not being able to parse our shaders.
|
Mon, 06 Aug 2012 18:26:02 +0000 |
reimar |
Remove outdated code that instead of preventing now causes crashes.
|
Mon, 06 Aug 2012 15:39:04 +0000 |
cehoyos |
Second try to fix auto-detection of static libraries.
|
Sun, 05 Aug 2012 16:51:43 +0000 |
cehoyos |
Try to fix -lm handling in configure.
|
Sat, 04 Aug 2012 23:00:58 +0000 |
cehoyos |
Fix compilation with latest FFmpeg.
|
Thu, 02 Aug 2012 23:28:04 +0000 |
al |
demux_lavf: Set endpts from AVPacket.duration
|
Sun, 29 Jul 2012 19:50:30 +0000 |
cehoyos |
Fix dependency generation with current FFmpeg.
|
Sun, 29 Jul 2012 15:11:01 +0000 |
al |
build: Define HAVE_SETENV as 0 if not available
|
Sun, 29 Jul 2012 11:25:19 +0000 |
cehoyos |
Fix compilation with current FFmpeg.
|
Sat, 28 Jul 2012 23:57:25 +0000 |
ib |
Allow more liberal URL handling.
|
Sat, 28 Jul 2012 22:28:04 +0000 |
cehoyos |
Fix compilation with current FFmpeg, second try.
|
Sat, 28 Jul 2012 20:39:46 +0000 |
cehoyos |
Fix MPlayer compilation with latest FFmpeg (also by Mark Guptill, compguy284 yahoo).
|
Thu, 26 Jul 2012 20:32:34 +0000 |
reimar |
Generally enable parsing for audio streams.
|
Thu, 26 Jul 2012 19:19:32 +0000 |
al |
osdep/setenv: Make sure we have a prototype for setenv
|
Tue, 24 Jul 2012 09:00:44 +0000 |
cehoyos |
Disable ffrtmpcrypt protocol
|
Mon, 23 Jul 2012 18:59:20 +0000 |
reimar |
Fix crash for -vo sdl -fs when running under X.
|
Sun, 22 Jul 2012 21:26:51 +0000 |
cehoyos |
Initial libopus decoding support.
|
Sun, 22 Jul 2012 14:57:52 +0000 |
cehoyos |
Support FFmpeg ZeroCodec decoding.
|
Sat, 21 Jul 2012 11:08:14 +0000 |
compn |
fix previous commit, duplicated g7231 codec entry
|
Sat, 21 Jul 2012 11:05:43 +0000 |
compn |
add ffmpeg and binary g.723.1 codec, works on g723_1.wav
|
Sat, 21 Jul 2012 11:02:50 +0000 |
reimar |
Set AV_PKT_FLAG_KEY correctly based on demuxer keyframe flag.
|
Sat, 21 Jul 2012 11:01:25 +0000 |
reimar |
For mf:// all frames are keyframes, mark them as such.
|
Sat, 21 Jul 2012 02:00:53 +0000 |
compn |
map AAS4 to ffaasc, add 16bpp aasc output
|
Sat, 21 Jul 2012 01:54:25 +0000 |
compn |
map SM4V to ffodivx
|
Fri, 20 Jul 2012 13:11:42 +0000 |
cehoyos |
Fix compilation with latest FFmpeg.
|
Fri, 20 Jul 2012 11:54:10 +0000 |
compn |
add tsc2 binary codec
|
Thu, 19 Jul 2012 10:35:20 +0000 |
cehoyos |
Fix compilation with latest FFmpeg.
|
Thu, 19 Jul 2012 06:23:54 +0000 |
cehoyos |
Support FFmpeg APC ADPCM IMA audio decoder
|
Tue, 17 Jul 2012 10:52:33 +0000 |
cehoyos |
Support FourCC NO16.
|
Tue, 17 Jul 2012 10:51:55 +0000 |
cehoyos |
Allow specifying ARGB and ABGR colour-spaces in codecs.conf.
|
Tue, 17 Jul 2012 07:51:55 +0000 |
cehoyos |
Set some new HAVE_ defines unconditionally to 0.
|
Tue, 17 Jul 2012 06:41:45 +0000 |
cehoyos |
Support "MNG " FourCC for png in mov (found by Piotr Bandurski).
|
Sun, 15 Jul 2012 20:32:59 +0000 |
cehoyos |
Support GRAY8A and GRAY16 in tiff.
|
Sun, 15 Jul 2012 20:31:56 +0000 |
cehoyos |
Support GRAY8A and GRAY16 in png.
|
Sun, 15 Jul 2012 20:31:42 +0000 |
cehoyos |
Fix GRAY16 order.
|
Sun, 15 Jul 2012 20:27:41 +0000 |
cehoyos |
Support GRAY8A and GRAY16 in libopenjpeg.
|
Sun, 15 Jul 2012 20:27:13 +0000 |
cehoyos |
Add missing aequivalents for PIX_FMT_GRAY8A and PIX_FMT_GRAY16*.
|
Sun, 15 Jul 2012 13:07:46 +0000 |
cehoyos |
Fix big-endian ptx decoding with latest FFmpeg.
|
Sun, 15 Jul 2012 12:46:27 +0000 |
cehoyos |
Clarify that viv1 and viv2 are internal MPlayer FourCCs.
|
Sat, 14 Jul 2012 11:37:22 +0000 |
reimar |
Initialize a few more AVFrame fields to avoid FFmpeg errors.
|
Fri, 13 Jul 2012 21:47:50 +0000 |
cehoyos |
Support Kostya's Expression Encoder Screen Capture decoder.
|
Fri, 13 Jul 2012 18:48:28 +0000 |
compn |
dd PLV1 fourcc to ffodivx, works on
|
Fri, 13 Jul 2012 11:27:09 +0000 |
cehoyos |
Support Kostya's TechSmith Camtasia Screen Codec 2 decoder.
|
Thu, 12 Jul 2012 20:16:39 +0000 |
cehoyos |
Support missing FFmpeg H264 pixel formats.
|
Thu, 12 Jul 2012 20:15:25 +0000 |
cehoyos |
Support more libopenjpeg pixel formats.
|
Thu, 12 Jul 2012 19:55:53 +0000 |
cehoyos |
Support FFmpeg pix_fmts YUV4xxP12*, YUV4xxP14*, GBR12P* and GBR14P*.
|
Thu, 12 Jul 2012 13:07:56 +0000 |
cehoyos |
Cosmetics: Fix alphabetical order.
|
Thu, 12 Jul 2012 12:37:21 +0000 |
cehoyos |
Fix compilation with latest FFmpeg.
|
Fri, 06 Jul 2012 12:34:58 +0000 |
cehoyos |
Support FFmpeg Packed Animation File decoder.
|
Thu, 05 Jul 2012 19:04:28 +0000 |
cehoyos |
Fix MPlayer compilation with latest FFmpeg.
|
Wed, 04 Jul 2012 00:32:26 +0000 |
compn |
add yuv8 / YUV8 to other decoders as well
|
Wed, 04 Jul 2012 00:31:08 +0000 |
compn |
fix original yuv8 decoder fourcc
|
Wed, 04 Jul 2012 00:19:43 +0000 |
compn |
codecs.conf: map YUV8 to wnv1 codecs
|
Mon, 02 Jul 2012 21:49:19 +0000 |
cehoyos |
Support Kostya's MSA1 decoder.
|
Thu, 28 Jun 2012 15:02:57 +0000 |
cehoyos |
Fix compilation with latest FFmpeg.
|
Sun, 24 Jun 2012 12:17:56 +0000 |
cehoyos |
Add a few new CSS colors.
|
Sun, 24 Jun 2012 12:17:03 +0000 |
cehoyos |
Order colour names alphabetically / better match W3 list.
|
Fri, 22 Jun 2012 20:07:15 +0000 |
cehoyos |
Support Kostya's MS Screen 1 decoder.
|
Fri, 22 Jun 2012 20:02:10 +0000 |
cehoyos |
Support LucasArts SMUSH and VIMA decoding.
|
Tue, 12 Jun 2012 17:55:52 +0000 |
reimar |
Fix swapped condition in previous commit.
|
Tue, 12 Jun 2012 17:49:49 +0000 |
reimar |
Fix skip_frame condition, AVDISCARD_DEFAULT is not the same
|
Tue, 12 Jun 2012 07:09:44 +0000 |
cehoyos |
Support Kostya's iac decoder.
|
Tue, 12 Jun 2012 07:06:27 +0000 |
cehoyos |
Fix compilation with current FFmpeg (define HAVE_MIPSFPU).
|
Mon, 11 Jun 2012 12:41:31 +0000 |
ib |
Improve the aspect icons.
|
Mon, 11 Jun 2012 11:23:01 +0000 |
ib |
Improve the about icon.
|
Mon, 11 Jun 2012 11:19:44 +0000 |
ib |
Add an icon for the subtitles menu.
|
Mon, 11 Jun 2012 11:00:28 +0000 |
ib |
Revert r34511.
|
Sat, 09 Jun 2012 11:11:57 +0000 |
reimar |
Reduce some code duplication.
|
Sat, 09 Jun 2012 06:46:00 +0000 |
jrash |
sync with en/mplayer.1 rev. 34993
|
Tue, 05 Jun 2012 03:09:59 +0000 |
compn |
add scaletempo trick to -speed
|
Sat, 02 Jun 2012 18:09:58 +0000 |
reimar |
Another minor release script update.
|
Sat, 02 Jun 2012 17:59:01 +0000 |
reimar |
Reduce code duplication in get_path.
|
Sat, 02 Jun 2012 17:54:41 +0000 |
reimar |
config_dir variable should not be static, but it should point
|
Sat, 02 Jun 2012 16:35:44 +0000 |
reimar |
Use our own mp_dirname/mp_basename instead of system
|
Sat, 02 Jun 2012 15:19:05 +0000 |
reimar |
Small improvements to release script, create xz and gzip files etc.
|
Sat, 02 Jun 2012 15:00:52 +0000 |
reimar |
Temporarily disable nonref_dr until release, it is still too unreliable
|
Thu, 31 May 2012 16:34:45 +0000 |
ib |
Add some file extensions to the video file filter of the file selector.
|
Wed, 30 May 2012 22:04:51 +0000 |
ib |
Request a sufficiently large image for direct rendering.
|
Wed, 30 May 2012 21:21:46 +0000 |
ib |
Add a Makefile target for testing the help message text headers.
|
Wed, 30 May 2012 21:08:05 +0000 |
reimar |
Add/improve some code to help debugging DR in filters.
|
Wed, 30 May 2012 21:05:21 +0000 |
ib |
Allow plain text playlists for the GUI.
|
Wed, 30 May 2012 20:34:02 +0000 |
reimar |
unsharp: actually process the frame we got.
|
Wed, 30 May 2012 19:33:09 +0000 |
reimar |
Another attempt at clearing DVDNAV highlights, this
|
Tue, 29 May 2012 18:32:35 +0000 |
reimar |
Use correct variable for height.
|
Sun, 27 May 2012 18:12:42 +0000 |
rtogni |
Add ralf audio support
|
Fri, 25 May 2012 20:31:11 +0000 |
reimar |
Move decrementing usage count to a common place.
|
Fri, 25 May 2012 20:31:10 +0000 |
reimar |
Request a sufficiently large image for direct rendering.
|
Thu, 24 May 2012 12:56:31 +0000 |
jrash |
sync with en/mplayer.1 rev. 34909
|
Thu, 24 May 2012 12:51:04 +0000 |
jrash |
Synced with help_mp-en.h rev. 34958
|
Thu, 24 May 2012 09:17:18 +0000 |
ib |
Fix message text translations.
|
Wed, 23 May 2012 20:03:07 +0000 |
reimar |
Add a separate stride variable to make it easier to optimize later (e.g. align stride).
|
Wed, 23 May 2012 19:51:54 +0000 |
reimar |
expand: handle NUMBERED mp_image type correctly.
|
Wed, 23 May 2012 19:28:03 +0000 |
reimar |
corevideo: Reduce code duplication in OSD rendering code.
|
Wed, 23 May 2012 19:17:30 +0000 |
reimar |
Remove unnecessary if, free can be called unconditionally.
|
Tue, 22 May 2012 21:14:55 +0000 |
reimar |
SDL swap interval fixes.
|
Tue, 22 May 2012 18:01:51 +0000 |
reimar |
Support using the pic variants of the live555 libs.
|
Tue, 22 May 2012 17:51:08 +0000 |
reimar |
Use the same flags for the test as what will be used when
|
Tue, 22 May 2012 09:32:16 +0000 |
ib |
Fix wrong (too large) height of filter combo box.
|
Tue, 22 May 2012 00:59:41 +0000 |
iive |
10l. Fix compilation with GUI enabled.
|
Mon, 21 May 2012 22:56:37 +0000 |
ib |
Add Windows Media Station file (application/x-netshow-channel) support.
|
Mon, 21 May 2012 20:53:55 +0000 |
ib |
Revise UTF-8 encoded subtitle file filter for file selector.
|
Mon, 21 May 2012 20:32:55 +0000 |
ib |
Remove extensions .rmj and .rmm from playlist filter for file selector.
|
Mon, 21 May 2012 20:21:32 +0000 |
reimar |
More extensive LIVE555 check that will fail with incompatible newer versions.
|
Mon, 21 May 2012 20:08:01 +0000 |
al |
build: Fix vo directx configure check on Cygwin
|
Mon, 21 May 2012 20:00:03 +0000 |
reimar |
Only try to get a "numbered" mpi for nonref DR.
|
Mon, 21 May 2012 20:00:01 +0000 |
reimar |
vf_ass: fix running out of images and crashing.
|
Mon, 21 May 2012 19:59:59 +0000 |
reimar |
Do not give out the same buffer to multiple mp_images.
|
Mon, 21 May 2012 19:59:58 +0000 |
reimar |
Change MP_IMGTYPE_NUMBERED semantics.
|
Mon, 21 May 2012 19:17:55 +0000 |
reimar |
Make array const and more compact.
|
Mon, 21 May 2012 18:46:25 +0000 |
ib |
Add playlist support to the GUI.
|
Mon, 21 May 2012 15:31:03 +0000 |
ib |
GUI updates for release.
|
Mon, 21 May 2012 15:12:18 +0000 |
ib |
Enable translation of video and audio file filter items.
|
Mon, 21 May 2012 14:45:15 +0000 |
ib |
Cosmetic: Arrange all file extensions alphabetically.
|
Mon, 21 May 2012 14:41:18 +0000 |
ib |
Update video and audio file filter for file selector.
|
Mon, 21 May 2012 11:56:52 +0000 |
ib |
Enable translation of other file filter item.
|
Mon, 21 May 2012 11:34:45 +0000 |
ib |
Enable translation of external audio file filter items.
|
Mon, 21 May 2012 11:16:25 +0000 |
ib |
Update external audio file filter for file selector.
|
Mon, 21 May 2012 10:33:08 +0000 |
ib |
Enable translation of font file filter items.
|
Mon, 21 May 2012 10:03:57 +0000 |
ib |
Enable translation of subtitle file filter items.
|
Mon, 21 May 2012 09:52:25 +0000 |
ib |
Update subtitle file filter for file selector.
|
Mon, 21 May 2012 09:47:09 +0000 |
ib |
Update Debian MIME type information.
|
Mon, 21 May 2012 09:45:29 +0000 |
ib |
Update MimeType key in the desktop file.
|
Mon, 21 May 2012 09:42:04 +0000 |
ib |
Add MIME type application/ogg for OGG streaming.
|
Sun, 20 May 2012 17:57:39 +0000 |
reimar |
SDL OpenGL: add support for swapinterval option.
|
Sun, 20 May 2012 17:57:08 +0000 |
reimar |
SDL: add support for quadbuffer stereo.
|
Sun, 20 May 2012 17:38:18 +0000 |
reimar |
Change if() condition into #if.
|
Sun, 20 May 2012 16:09:56 +0000 |
reimar |
Change some texture formats to synonyms that Mesa GLES accepts.
|
Sun, 20 May 2012 15:41:41 +0000 |
reimar |
Make a glGetError function pointer available.
|
Sun, 20 May 2012 15:33:58 +0000 |
reimar |
Remove commented-out nonsense code.
|
Sun, 20 May 2012 15:30:01 +0000 |
reimar |
Do not needlessly modulate the texture color with the vertex color.
|
Sun, 20 May 2012 09:01:01 +0000 |
ib |
Use unsigned int instead of type casting.
|
Sun, 20 May 2012 08:57:43 +0000 |
ib |
Cosmetic: Adjust indent.
|
Sun, 20 May 2012 08:54:50 +0000 |
ib |
Improve filter on file selector's file list.
|
Fri, 18 May 2012 20:52:12 +0000 |
reimar |
Remove unused code from mp_get_mp3_header.
|
Fri, 18 May 2012 18:34:26 +0000 |
reimar |
Only try to build vo gl with X11/win32 backends if these were detected.
|
Fri, 18 May 2012 18:30:35 +0000 |
reimar |
More robust detection of SPARC CPUs.
|
Fri, 18 May 2012 17:26:05 +0000 |
reimar |
Cosmetics: fix up indentations, get rid of a few lost tabs.
|
Fri, 18 May 2012 17:23:44 +0000 |
reimar |
Some minor simplifications.
|
Fri, 18 May 2012 17:18:31 +0000 |
reimar |
Use more appropriate types.
|
Fri, 18 May 2012 17:16:35 +0000 |
reimar |
Make some tables const.
|
Fri, 18 May 2012 17:14:04 +0000 |
reimar |
Return a spf value even when srate is NULL.
|
Fri, 18 May 2012 17:03:09 +0000 |
reimar |
Take start offset into account when calculating amount of audio data.
|
Fri, 18 May 2012 17:01:13 +0000 |
reimar |
Add some additional checks to ensure subtractions do not overflow.
|
Thu, 17 May 2012 22:10:19 +0000 |
reimar |
Remove pointless global variables.
|
Thu, 17 May 2012 21:45:24 +0000 |
reimar |
Fix hardware-acceleration broken by nonref_dr support.
|
Wed, 16 May 2012 21:30:07 +0000 |
reimar |
Initialize "result" variable since FcFontMatch only sets it on failure.
|
Wed, 16 May 2012 21:30:06 +0000 |
reimar |
Add result argument to second FcFontMatch argument, just like for the first.
|
Wed, 16 May 2012 14:27:57 +0000 |
reimar |
Improve -dr descriptions.
|
Wed, 16 May 2012 14:27:55 +0000 |
reimar |
Do not keep b_count/ip_count stuck at large numbers.
|
Wed, 16 May 2012 14:27:54 +0000 |
reimar |
vo_gl: collect some frame statistics for DR.
|
Tue, 15 May 2012 21:53:41 +0000 |
reimar |
Never default to force-pbo on non-x86.
|
Tue, 15 May 2012 21:18:39 +0000 |
reimar |
Do not return void type and remove broken duplicate code.
|
Tue, 15 May 2012 21:18:37 +0000 |
reimar |
Do not provide multiple B-frames for direct rendering.
|
Tue, 15 May 2012 20:56:53 +0000 |
reimar |
Do not override mpctx->stream during free_demuxer.
|
Tue, 15 May 2012 18:27:56 +0000 |
cehoyos |
Add some dv video fourcc's found by Piotr Bandurski.
|
Tue, 15 May 2012 17:54:31 +0000 |
reimar |
Fix direct rendering for H.264.
|
Mon, 14 May 2012 20:24:43 +0000 |
reimar |
Fix -fs with SDL-based vo gl.
|
Mon, 14 May 2012 19:52:52 +0000 |
reimar |
Document -dr influence on video display speed.
|
Mon, 14 May 2012 19:31:59 +0000 |
reimar |
Align glMapBuffer result.
|
Mon, 14 May 2012 18:11:24 +0000 |
reimar |
Allow direct rendering for non-reference frames in H.264.
|
Sun, 13 May 2012 19:55:27 +0000 |
al |
build: Check if SCTP is available
|
Sun, 13 May 2012 18:58:32 +0000 |
reimar |
stream_pvr: Use sizeof() to get destination buffer size.
|
Tue, 08 May 2012 13:56:23 +0000 |
cehoyos |
100l: ffcamstudio is not flipped and does not know BGR8.
|
Tue, 08 May 2012 10:56:22 +0000 |
cehoyos |
Improve Avid Meridien (AVUI) decoding with FFmpeg.
|
Tue, 08 May 2012 10:53:40 +0000 |
cehoyos |
Fix -vo png:alpha with newer FFmpeg.
|
Sun, 06 May 2012 13:26:31 +0000 |
reimar |
release script: also remove .gitignore from MPlayer SVN.
|
Sun, 06 May 2012 12:34:00 +0000 |
reimar |
Add a preliminary release.sh file.
|
Sun, 06 May 2012 12:29:22 +0000 |
reimar |
Some minor updates to release-howto.txt
|
Sun, 06 May 2012 12:24:09 +0000 |
reimar |
Update copyright year in Windows .rc file.
|
Sun, 06 May 2012 09:08:12 +0000 |
reimar |
Avoid repeating mixer error messages from ao.
|
Sun, 06 May 2012 08:44:28 +0000 |
reimar |
Fix A-V desync with skipframe and H.264.
|
Wed, 02 May 2012 21:15:07 +0000 |
iive |
Workaround bug in mpg123. In rare cases, after seeking mplayer stops audio playback and would repeat "No stream opened. (code 24)" until next seek.
|
Wed, 02 May 2012 18:57:24 +0000 |
reimar |
mencoder: Fix hang with -ovc copy or -ovc frameno.
|
Mon, 30 Apr 2012 10:20:10 +0000 |
cehoyos |
Support new colour spaces for FFmpeg camstudio decoding on big-endian.
|
Mon, 30 Apr 2012 10:19:11 +0000 |
cehoyos |
Revert r34881: The change was wrong.
|
Sun, 29 Apr 2012 16:39:34 +0000 |
cehoyos |
Support new colour spaces for FFmpeg camstudio decoding on big-endian.
|
Sun, 29 Apr 2012 15:54:20 +0000 |
cehoyos |
Try linking when testing for libmad.
|
Fri, 27 Apr 2012 14:33:07 +0000 |
reimar |
vo_yuv4mpeg: flush userspace FILE buffers after each frame.
|
Wed, 25 Apr 2012 01:07:11 +0000 |
compn |
codecs.conf: add some isom/fourcc to dts decoders
|
Tue, 24 Apr 2012 21:01:15 +0000 |
ranma |
This will allow us to encode 7.1 audio AAC.
|
Tue, 24 Apr 2012 18:04:15 +0000 |
reimar |
Remove "experimental" from old features that seem to be working fine.
|
Tue, 24 Apr 2012 18:00:29 +0000 |
reimar |
Minor Changelog updates for release.
|
Mon, 23 Apr 2012 18:39:16 +0000 |
reimar |
Use more precise alpha handling for -spuaa 4.
|
Mon, 23 Apr 2012 18:39:14 +0000 |
reimar |
Detect prematurely closed connection.
|
Sun, 22 Apr 2012 21:52:39 +0000 |
cigaes |
av_sub: support multiple rectangles.
|
Sun, 22 Apr 2012 12:10:49 +0000 |
reimar |
Retry reconnecting several times.
|
Fri, 20 Apr 2012 18:30:40 +0000 |
reimar |
Use a local variable to reduce some code clutter.
|
Wed, 18 Apr 2012 13:34:48 +0000 |
ib |
Cosmetic: Adjust indent.
|
Wed, 18 Apr 2012 13:29:53 +0000 |
ib |
Fix crash with icon that has unsupported format.
|
Wed, 18 Apr 2012 09:04:05 +0000 |
ib |
Update Spanish man page.
|
Sun, 15 Apr 2012 21:37:15 +0000 |
reimar |
Ensure that the highlight disappears when switching
|
Sun, 15 Apr 2012 21:02:59 +0000 |
reimar |
Fix dvdnav case to not leave "flush" uninitialized.
|
Sun, 15 Apr 2012 19:19:00 +0000 |
reimar |
Make teletext sub streams actually work with native TS demuxer.
|
Sun, 15 Apr 2012 15:25:26 +0000 |
reimar |
Allow using up to 16 threads, that should be the maximum safe value.
|
Sun, 15 Apr 2012 15:23:43 +0000 |
reimar |
Allow using -vo yuv4mpeg for files with resolution changes.
|
Sun, 15 Apr 2012 15:09:34 +0000 |
reimar |
yuv4mpeg: support writing to stdout instead of file.
|
Sun, 15 Apr 2012 15:01:09 +0000 |
reimar |
Decode last frames for codecs with delay.
|
Sun, 15 Apr 2012 13:12:56 +0000 |
ib |
Fix spacings of Spanish help_text message.
|
Sun, 15 Apr 2012 13:11:11 +0000 |
ib |
Update Spanish translation of messages.
|
Sun, 15 Apr 2012 11:09:17 +0000 |
reimar |
Fix hang when video pts suddenly jumps to match audio pts.
|
Sat, 14 Apr 2012 16:55:53 +0000 |
ib |
Use phrasing with infinitives in German translation of help_text.
|
Sat, 14 Apr 2012 15:32:26 +0000 |
ib |
Revise German help_text message.
|
Sat, 14 Apr 2012 12:00:03 +0000 |
cigaes |
configure: suggest --extra-*flags instead of CFLAGS.
|
Thu, 12 Apr 2012 06:21:30 +0000 |
cehoyos |
Support lagarith RGB with FFmpeg.
|
Wed, 11 Apr 2012 18:44:02 +0000 |
ib |
Add Spanish entries to desktop file.
|
Tue, 10 Apr 2012 13:17:49 +0000 |
ib |
Clarify the used opening modes by improving the verbose status messages.
|
Mon, 09 Apr 2012 11:25:57 +0000 |
reimar |
RM demuxer: set aspect from container video dimensions.
|
Sat, 07 Apr 2012 20:08:53 +0000 |
reimar |
Support EIA-608 captions in MOV.
|
Sat, 07 Apr 2012 19:37:11 +0000 |
reimar |
Remove outdated comment.
|
Sat, 07 Apr 2012 12:30:33 +0000 |
reimar |
Fix misspelling ATSC as ASTC.
|
Sat, 07 Apr 2012 11:18:59 +0000 |
cboesch |
subassconvert: use standard struct zero init.
|
Sat, 07 Apr 2012 11:17:09 +0000 |
cboesch |
subassconvert: handle "\r\n" line ends
|
Sat, 07 Apr 2012 00:10:27 +0000 |
reimar |
Add code to support CC subtitles in ASTC and MOV.
|
Fri, 06 Apr 2012 21:26:02 +0000 |
reimar |
Move mp_ao_resume_refill to audio_out.h to avoid compiler
|
Thu, 05 Apr 2012 22:29:37 +0000 |
reimar |
Use approach used by ao_oss to avoid audio desync
|
Thu, 05 Apr 2012 21:59:09 +0000 |
reimar |
vsnprintf always 0-terminates the string, so remove
|
Wed, 04 Apr 2012 19:12:16 +0000 |
reimar |
vo_directx: do not do aspect scaling in windowed mode.
|
Wed, 04 Apr 2012 18:45:37 +0000 |
reimar |
Fix write_buffer: flush after each write and
|
Wed, 04 Apr 2012 18:42:33 +0000 |
reimar |
Use AVIO_FLAG_DIRECT to avoid issues with one more pointless buffering layer.
|
Mon, 02 Apr 2012 13:47:52 +0000 |
jrash |
sync with en/mplayer.1 rev. 34821
|
Sat, 31 Mar 2012 21:03:45 +0000 |
reimar |
Small fixes to make it easier to compiler for OpenGL ES
|
Thu, 29 Mar 2012 19:10:51 +0000 |
reimar |
Fix sed expression.
|
Wed, 28 Mar 2012 07:34:24 +0000 |
cehoyos |
Support FLIC in avi.
|
Sun, 25 Mar 2012 22:05:07 +0000 |
reimar |
Add H264QPEL flags for FFmpeg compilation.
|
Sun, 25 Mar 2012 12:21:41 +0000 |
iive |
The new zerocodec in libavcodecs depends on zlib.
|
Sat, 24 Mar 2012 20:24:44 +0000 |
reimar |
AVCODEC_MAX_AUDIO_FRAME_SIZE seems to be based on
|
Sat, 24 Mar 2012 19:26:36 +0000 |
reimar |
Switch FLIC tag to the one used by FLIC-in-MOV.
|
Sat, 24 Mar 2012 19:22:16 +0000 |
reimar |
libmad: set i_bps only if it is not already set.
|
Sat, 24 Mar 2012 19:19:48 +0000 |
reimar |
Replace malloc+memset by calloc.
|
Sat, 24 Mar 2012 19:19:03 +0000 |
reimar |
Remove unnecessary casts.
|
Sat, 24 Mar 2012 19:10:07 +0000 |
reimar |
Remove some pointless variable indirection and merge
|
Sat, 24 Mar 2012 19:07:26 +0000 |
reimar |
Fix -vo bl with slices.
|
Sat, 24 Mar 2012 16:28:55 +0000 |
diego |
stream_ffmpeg: convert to avio API, fix build against shared libavformat
|
Thu, 22 Mar 2012 21:04:32 +0000 |
cehoyos |
Support FFmpeg WMA lossless decoder.
|
Thu, 22 Mar 2012 07:05:20 +0000 |
cehoyos |
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
|
Wed, 21 Mar 2012 05:22:45 +0000 |
corey |
Document recent-ish x264 changes.
|
Tue, 20 Mar 2012 18:03:21 +0000 |
cehoyos |
Support FFmpeg Real Audio Lossless decoder with -demuxer lavf.
|
Sat, 17 Mar 2012 15:27:24 +0000 |
cigaes |
man: fix an unbalanced quote.
|
Thu, 15 Mar 2012 15:20:06 +0000 |
diego |
cfg-common: Only #include libpostproc headers when available.
|
Thu, 15 Mar 2012 15:20:02 +0000 |
diego |
configure: Fix libpostproc detection.
|
Thu, 15 Mar 2012 15:19:51 +0000 |
diego |
Replace use of deprecated dsputil_init() by ff_dsputil_init().
|
Thu, 15 Mar 2012 12:45:50 +0000 |
compn |
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
|
Wed, 14 Mar 2012 10:59:20 +0000 |
compn |
add creative fastspeech binary codec, no sample yet
|
Wed, 14 Mar 2012 03:42:23 +0000 |
compn |
add HV60 to divx decoders, samples/V-codecs/HV60
|
Wed, 14 Mar 2012 03:25:44 +0000 |
compn |
mark tridvfw codec working, finally found sample for TY0N
|
Tue, 13 Mar 2012 18:19:36 +0000 |
reimar |
Fix PBO handling with > 8 bit YUV formats.
|
Tue, 13 Mar 2012 11:44:05 +0000 |
diego |
Update ad_mpg123 in preparation to replace mp3lib.
|
Sun, 11 Mar 2012 16:27:32 +0000 |
compn |
add ffatrac1 codec, works on A-codecs/ATRAC1/
|
Sun, 11 Mar 2012 15:45:10 +0000 |
compn |
add mnm4 binary codec, need sample for further testing
|
Sat, 10 Mar 2012 19:19:02 +0000 |
reimar |
uspp filter: set no_bitstream option, since we do not care about the
|
Sat, 10 Mar 2012 18:45:59 +0000 |
reimar |
Ensure the AVDictionary is initialized.
|
Sat, 10 Mar 2012 10:23:42 +0000 |
reimar |
Fix possible crash when using -vf uspp,format=y8
|
Fri, 09 Mar 2012 12:21:51 +0000 |
jrash |
sync with en/mplayer.1 rev. 34801
|
Fri, 09 Mar 2012 11:52:57 +0000 |
jrash |
Synced with help_mp-en.h rev. 34785
|
Wed, 07 Mar 2012 20:37:11 +0000 |
ib |
Fix header file after r34793.
|
Wed, 07 Mar 2012 09:20:08 +0000 |
cigaes |
af_stats: document the meaning of the output.
|
Mon, 05 Mar 2012 18:14:38 +0000 |
cehoyos |
Fix compilation with new LIVE555 libraries.
|
Sun, 04 Mar 2012 18:42:45 +0000 |
ib |
Correct r34798.
|
Sun, 04 Mar 2012 16:20:47 +0000 |
ib |
Put #include <inttypes.h> into the header file where it should be.
|
Sun, 04 Mar 2012 15:42:16 +0000 |
ib |
Increase width of control for cache size in Win32 GUI.
|
Sun, 04 Mar 2012 15:38:45 +0000 |
ib |
Cosmetic: Adjust indent.
|
Sun, 04 Mar 2012 15:37:30 +0000 |
ib |
Update GUI code after r34792.
|
Sun, 04 Mar 2012 15:11:50 +0000 |
reimar |
Remove casts that are no longer necessary.
|
Sun, 04 Mar 2012 14:49:29 +0000 |
reimar |
Replace off_t by int64_t in cache code.
|
Sun, 04 Mar 2012 14:47:37 +0000 |
reimar |
Allow using a cache size of up to 4 TB.
|
Sun, 04 Mar 2012 14:37:31 +0000 |
reimar |
Remove variable that is only assigned but never used.
|
Sat, 03 Mar 2012 23:34:29 +0000 |
al |
Do not use single quotes around hex literals
|
Sat, 03 Mar 2012 23:31:28 +0000 |
cehoyos |
Fix compilation with latest FFmpeg (without libbluray).
|
Sat, 03 Mar 2012 17:38:58 +0000 |
ib |
Update German man page.
|
Sat, 03 Mar 2012 16:53:21 +0000 |
ib |
Cosmetic: Move, change and add some comments on GUI windows.
|
Sat, 03 Mar 2012 16:48:08 +0000 |
ib |
Cosmetic: Adjust indent.
|
Sat, 03 Mar 2012 16:45:15 +0000 |
ib |
Rename sub window video window.
|
Sat, 03 Mar 2012 14:03:18 +0000 |
reimar |
Add suboption parsing support to ao_pulse and add an
|
Sat, 03 Mar 2012 13:44:46 +0000 |
cigaes |
vf_pp: free private structure.
|
Sat, 03 Mar 2012 11:07:04 +0000 |
compn |
example.conf: add bandwidth example
|
Fri, 02 Mar 2012 13:32:29 +0000 |
compn |
subcc switch nonascii characters to hex, patch by frogs on irc
|
Tue, 28 Feb 2012 19:31:56 +0000 |
reimar |
Remove pointless check that used internals would fail always
|
Tue, 28 Feb 2012 19:30:48 +0000 |
reimar |
Remove pointless casts.
|
Mon, 27 Feb 2012 22:09:34 +0000 |
ib |
Fix bug with playlist playback.
|
Sat, 25 Feb 2012 18:26:31 +0000 |
reimar |
Fix DVDs showing the subtitle language as "unknown"
|
Fri, 24 Feb 2012 23:34:55 +0000 |
jrash |
sync with en/mplayer.1 rev. 34775
|
Fri, 24 Feb 2012 23:10:57 +0000 |
ib |
Update German man page.
|
Fri, 24 Feb 2012 20:19:46 +0000 |
cigaes |
Allow to set the OST progress position.
|
Fri, 24 Feb 2012 17:26:35 +0000 |
ib |
Remove gstrcasecmp().
|
Fri, 24 Feb 2012 17:16:54 +0000 |
ib |
Cosmetic: Prefer C style for single line comments.
|
Thu, 23 Feb 2012 13:48:58 +0000 |
ib |
Add doxygen comments to list.c.
|
Thu, 23 Feb 2012 13:30:16 +0000 |
ib |
Cosmetic: Arrange listMgr() commands in switch statement.
|
Thu, 23 Feb 2012 13:23:54 +0000 |
ib |
Rename PLAYLIST_ITEM_ADD PLAYLIST_ITEM_APPEND.
|
Thu, 23 Feb 2012 13:15:47 +0000 |
ib |
Add a default clause to listMgr()'s switch statement.
|
Thu, 23 Feb 2012 13:07:49 +0000 |
ib |
Revise listMgr() command URLLIST_ITEM_ADD.
|
Thu, 23 Feb 2012 12:59:28 +0000 |
ib |
Cosmetic: Adjust indent.
|
Thu, 23 Feb 2012 12:58:21 +0000 |
ib |
Revise listMgr() command PLAYLIST_ITEM_DEL_CURR.
|
Thu, 23 Feb 2012 12:39:29 +0000 |
ib |
Cosmetic: Insert some blank lines and remove commented code.
|
Thu, 23 Feb 2012 12:25:57 +0000 |
ib |
Revise listMgr() command PLAYLIST_ITEM_INSERT.
|
Thu, 23 Feb 2012 11:44:49 +0000 |
ib |
Revise listMgr() command PLAYLIST_ITEM_ADD.
|
Thu, 23 Feb 2012 09:32:28 +0000 |
ib |
Cosmetic: Rename variables in listMgr().
|
Thu, 23 Feb 2012 04:25:54 +0000 |
compn |
add IPJ2 to ffj2k, samples created by mencoder -ovc vfw and jp2avi.dll
|
Wed, 22 Feb 2012 14:19:45 +0000 |
diego |
build: Separate libpostproc check from FFmpeg check.
|
Wed, 22 Feb 2012 14:17:00 +0000 |
ib |
Cosmetic: Remove unnecessary comments and commented code.
|
Wed, 22 Feb 2012 13:27:42 +0000 |
ib |
Remove global variable pointing to playlist item last played.
|
Wed, 22 Feb 2012 10:53:00 +0000 |
ib |
Remove global variable pointing to top of URL list.
|
Wed, 22 Feb 2012 10:39:05 +0000 |
ib |
Remove global variable pointing to top of playlist.
|
Wed, 22 Feb 2012 01:07:10 +0000 |
ib |
Remove unnecessary condition.
|
Tue, 21 Feb 2012 20:40:59 +0000 |
reimar |
Adjust MPlayer default alignment values to match FFmpeg's.
|
Tue, 21 Feb 2012 19:44:21 +0000 |
ib |
Remove global variable pointing to current playlist item.
|
Tue, 21 Feb 2012 18:55:14 +0000 |
ib |
Replace symbolic constants by enums.
|
Mon, 20 Feb 2012 17:41:47 +0000 |
ib |
Fix formatting errors in skin XML code.
|
Mon, 20 Feb 2012 16:22:01 +0000 |
ib |
Fix formatting errors in skin XML code.
|
Mon, 20 Feb 2012 15:29:37 +0000 |
ib |
configure: Simplify the definitions of xsltcommand and XMLLINT_COMMAND.
|
Sun, 19 Feb 2012 22:09:30 +0000 |
al |
vf screenshot: Fix breakage after lavc API changes
|
Sun, 19 Feb 2012 20:33:32 +0000 |
reimar |
demux_lavf: Explain under which conditions to add demuxers to preferred_list.
|
Sun, 19 Feb 2012 20:01:17 +0000 |
cehoyos |
Use -demuxer lavf for cdxl files.
|
Sun, 19 Feb 2012 16:07:35 +0000 |
reimar |
Fix -aid/-vid selection with -demuxer ogg.
|
Sun, 19 Feb 2012 15:58:25 +0000 |
diego |
build: Remove generated documentation on 'make clean'.
|
Sun, 19 Feb 2012 15:21:31 +0000 |
diego |
configure: Derive system name from 3rd and 2nd component passed to --target.
|
Sun, 19 Feb 2012 15:21:28 +0000 |
diego |
Make inline keyword handling consistent.
|
Sun, 19 Feb 2012 15:21:23 +0000 |
diego |
lavcac3enc: make the filter buildable with shared FFmpeg
|
Sun, 19 Feb 2012 14:58:53 +0000 |
cehoyos |
Fix compilation after r34736.
|
Sun, 19 Feb 2012 13:49:04 +0000 |
reimar |
Add a safeguard to avoid crash if the decoder e.g. claims 0 channels.
|
Sun, 19 Feb 2012 13:39:16 +0000 |
reimar |
Support showing the stream language with br:// playback.
|
Sun, 19 Feb 2012 13:15:41 +0000 |
reimar |
Code cleanup: Use a stream_control instead of global functions to
|
Sat, 18 Feb 2012 19:33:47 +0000 |
reimar |
One more fix for --enable-zr.
|
Sat, 18 Feb 2012 16:22:37 +0000 |
reimar |
Attempt to make --enable-zr compile again.
|
Sat, 18 Feb 2012 00:08:30 +0000 |
al |
Fix compiling with osdep setenv
|
Fri, 17 Feb 2012 20:07:21 +0000 |
cehoyos |
Support playback of CDXL files with -demuxer lavf.
|
Fri, 17 Feb 2012 02:04:41 +0000 |
jrash |
sync with en/mplayer.1 rev. 34708
|
Fri, 17 Feb 2012 01:59:14 +0000 |
jrash |
Synced with help_mp-en.h rev. 34719
|
Thu, 16 Feb 2012 16:08:07 +0000 |
ib |
Complete German translation of messages.
|
Wed, 15 Feb 2012 14:20:45 +0000 |
iive |
Fix linking after FFmpeg merge.
|
Tue, 14 Feb 2012 20:23:02 +0000 |
reimar |
Mark window title as UTF-8.
|
Tue, 14 Feb 2012 20:06:43 +0000 |
reimar |
pulse: set outburst size.
|
Tue, 14 Feb 2012 19:24:26 +0000 |
ib |
Change doxygen comments.
|
Tue, 14 Feb 2012 19:22:22 +0000 |
reimar |
Simplify codec id <-> tag mapping using avformat_get_riff_*_tags.
|
Tue, 14 Feb 2012 17:06:09 +0000 |
iive |
Fix vo_png after FFmpeg merge.
|
Tue, 14 Feb 2012 16:50:42 +0000 |
iive |
Fix linking after FFmpeg merge.
|
Tue, 14 Feb 2012 11:45:56 +0000 |
ib |
Update mplayer.ico.
|
Mon, 13 Feb 2012 20:52:59 +0000 |
reimar |
Do not parse the extended aspect info into the fields
|
Mon, 13 Feb 2012 19:36:01 +0000 |
reimar |
Detect ID3v2 tag at the end of the file and stop demuxing before
|
Mon, 13 Feb 2012 19:33:48 +0000 |
reimar |
Minor simplification.
|
Mon, 13 Feb 2012 16:11:37 +0000 |
ib |
Cosmetic: Change comment.
|
Mon, 13 Feb 2012 16:10:39 +0000 |
ib |
Add doxgen comment to gstrncmp().
|
Mon, 13 Feb 2012 16:01:55 +0000 |
ib |
Revise listRepl().
|
Mon, 13 Feb 2012 15:48:12 +0000 |
ib |
Fix two copy-and-paste errors in the Win32 GUI.
|
Mon, 13 Feb 2012 14:12:54 +0000 |
ib |
Cosmetic: Adjust indent.
|
Mon, 13 Feb 2012 14:10:43 +0000 |
ib |
Don't unnecessarily destroy audio_driver_list.
|
Mon, 13 Feb 2012 12:19:13 +0000 |
ib |
Cosmetic: Adjust indent.
|
Mon, 13 Feb 2012 12:18:03 +0000 |
ib |
Revise listSet().
|
Mon, 13 Feb 2012 10:22:02 +0000 |
ib |
Replace for loop with index by while loop with pointer.
|
Mon, 13 Feb 2012 09:09:02 +0000 |
ib |
Update date in man page.
|
Sun, 12 Feb 2012 19:54:14 +0000 |
reimar |
Docs: -vo direct3d supports -geometry, too.
|
Sun, 12 Feb 2012 19:51:42 +0000 |
reimar |
Docs: SDL supports -geometry now, too.
|
Sun, 12 Feb 2012 19:50:23 +0000 |
reimar |
Switch to using VOCTRL_UPDATE_SCREENINFO, which allows getting
|
Sun, 12 Feb 2012 19:39:54 +0000 |
diego |
slave.txt: Fix a number of typos.
|
Sun, 12 Feb 2012 19:27:35 +0000 |
reimar |
Deduplicate some code that exists both in the if and else branch.
|
Sun, 12 Feb 2012 19:03:19 +0000 |
reimar |
SDL: add support for setting window position.
|
Sun, 12 Feb 2012 18:52:38 +0000 |
reimar |
Remove no longer used message string.
|
Sun, 12 Feb 2012 18:49:46 +0000 |
ib |
Cosmetic: Rearrange structure members.
|
Sun, 12 Feb 2012 18:49:07 +0000 |
reimar |
vo_sdl: reuse some more sdl_common code.
|
Sun, 12 Feb 2012 18:44:19 +0000 |
ib |
Cosmetic: Rename functions in list.c.
|
Sun, 12 Feb 2012 18:39:27 +0000 |
reimar |
Remove code that has been unused and disabled since a very long time.
|
Sun, 12 Feb 2012 17:29:27 +0000 |
ib |
Complete German translation of messages.
|
Sun, 12 Feb 2012 17:27:06 +0000 |
ib |
Revert one change of r34694.
|
Sun, 12 Feb 2012 15:37:04 +0000 |
ib |
Make mplayer.c messages translatable.
|
Sun, 12 Feb 2012 13:35:17 +0000 |
reimar |
Try to detect when an audio driver ends up hanging after
|
Sun, 12 Feb 2012 00:37:23 +0000 |
jrash |
sync with en/mplayer.1 rev. 34663
|
Sat, 11 Feb 2012 22:33:22 +0000 |
iive |
Fix green bottom line on yadif with certain parity.
|
Sat, 11 Feb 2012 21:17:50 +0000 |
ib |
Fix bug in freeing playlist items.
|
Sat, 11 Feb 2012 21:05:34 +0000 |
ib |
Fix bug in freeing URL list items.
|
Sat, 11 Feb 2012 20:43:02 +0000 |
ib |
Free playlist and URL list items when GUI ends.
|
Sat, 11 Feb 2012 20:42:20 +0000 |
ib |
Add code to free the URL list items.
|
Sat, 11 Feb 2012 17:21:14 +0000 |
reimar |
Optimize midentify script to not wasted time filling the cache.
|
Sat, 11 Feb 2012 15:35:39 +0000 |
reimar |
Support -noborder with SDL.
|
Fri, 10 Feb 2012 15:40:53 +0000 |
ib |
Prefer static const char arrays for string constants to #defines.
|
Fri, 10 Feb 2012 15:24:27 +0000 |
ib |
Simplify character array definition.
|
Fri, 10 Feb 2012 15:06:59 +0000 |
ib |
Don't destroy list pointers while saving list items.
|
Fri, 10 Feb 2012 14:57:29 +0000 |
ib |
Adjust content of GUI configuration file to MPlayer configuration files.
|
Fri, 10 Feb 2012 14:13:14 +0000 |
ib |
Show option save error in message box.
|
Fri, 10 Feb 2012 13:48:42 +0000 |
ib |
Use macro FF_ARRAY_ELEMS() instead of numeric constant.
|
Fri, 10 Feb 2012 13:44:25 +0000 |
ib |
Remove unnecessary variable definition and commented code.
|
Fri, 10 Feb 2012 13:06:43 +0000 |
ib |
Don't unnecessarily use gstrdup().
|
Thu, 09 Feb 2012 15:12:58 +0000 |
ib |
Prevent reading empty lines.
|
Thu, 09 Feb 2012 15:02:16 +0000 |
ib |
Cosmetic: Adjust indent.
|
Thu, 09 Feb 2012 15:01:32 +0000 |
ib |
Prevent out-of-bounds array access of fsHistory.
|
Thu, 09 Feb 2012 14:53:24 +0000 |
ib |
Cosmetic: Adjust indent.
|
Thu, 09 Feb 2012 14:52:22 +0000 |
ib |
Check for playlist errors (path, but no file).
|
Thu, 09 Feb 2012 14:37:38 +0000 |
ib |
Cosmetic: Adjust indent.
|
Thu, 09 Feb 2012 14:37:06 +0000 |
ib |
Check for allocation error.
|
Thu, 09 Feb 2012 14:26:12 +0000 |
ib |
Simplify end-of-file detection.
|
Thu, 09 Feb 2012 14:14:39 +0000 |
ib |
Move buffer at top of function and rename it.
|
Thu, 09 Feb 2012 13:57:25 +0000 |
ib |
Fix history file read-only fopen mode.
|
Thu, 09 Feb 2012 13:43:23 +0000 |
ib |
Cosmetic: Change some variable names.
|
Thu, 09 Feb 2012 13:25:05 +0000 |
ib |
In case of a GUI config error, exit MPlayer with error.
|
Thu, 09 Feb 2012 12:52:09 +0000 |
ib |
Replace string constants by symbolic constants.
|
Thu, 09 Feb 2012 12:43:09 +0000 |
ib |
Update dates in man pages.
|
Thu, 09 Feb 2012 12:29:07 +0000 |
ib |
Fix German translation of MSGTR_MemAllocFailed.
|
Tue, 07 Feb 2012 23:09:52 +0000 |
cehoyos |
Support RGB48 tiff decoding.
|
Tue, 07 Feb 2012 23:04:30 +0000 |
cehoyos |
Support displaying 64bit RGB via OpenGL.
|
Tue, 07 Feb 2012 22:07:09 +0000 |
cehoyos |
Use 128 instead of 64 to define non-native RGB image formats.
|
Tue, 07 Feb 2012 21:56:45 +0000 |
cehoyos |
X11 non-native RGB/BGR "emulation" only works for 32bit.
|
Tue, 07 Feb 2012 14:52:23 +0000 |
siretart |
Add missing libavutil #include.
|
Tue, 07 Feb 2012 14:07:53 +0000 |
siretart |
enable radio support, addresses https://launchpad.net/bugs/593548
|
Tue, 07 Feb 2012 12:27:23 +0000 |
cigaes |
build: fix lavfi dependencies (swscale and swresample).
|
Mon, 06 Feb 2012 06:30:12 +0000 |
siretart |
Update deprecated avcodec_alloc_context()/avcodec_open() API calls
|
Sun, 05 Feb 2012 21:20:51 +0000 |
cehoyos |
Support v408 and AYUV decoding via FFmpeg.
|
Fri, 03 Feb 2012 23:11:48 +0000 |
iive |
Workaround a bug in Pulse Audio (http://pulseaudio.org/ticket/866)
|
Fri, 03 Feb 2012 20:33:32 +0000 |
reimar |
Fix format string for -a52drc option.
|
Fri, 03 Feb 2012 14:31:59 +0000 |
ib |
Add some missing #includes to cfg.c.
|
Fri, 03 Feb 2012 13:57:10 +0000 |
ib |
Make cfg_read() and cfg_write() void functions.
|
Fri, 03 Feb 2012 13:38:42 +0000 |
ib |
Add fgetstr() to read from files without end-of-line characters.
|
Thu, 02 Feb 2012 18:26:17 +0000 |
compn |
add media-100 qtx binary codec
|
Thu, 02 Feb 2012 03:04:52 +0000 |
komh |
Fix bpp for IMGFMT_BGR32
|
Thu, 02 Feb 2012 02:56:50 +0000 |
komh |
Add VMAN-backend supports
|
Thu, 02 Feb 2012 02:55:02 +0000 |
komh |
Add IMGFMT_BGR32 supports
|
Tue, 31 Jan 2012 18:17:17 +0000 |
ib |
Emphasize the default audio track in the selection list.
|
Tue, 31 Jan 2012 12:11:46 +0000 |
compn |
add jps / pns image formats, sync'd from ffmpeg
|
Mon, 30 Jan 2012 18:14:45 +0000 |
reimar |
Fix -pphelp to work with new libpostprocess API.
|
Sun, 29 Jan 2012 16:30:17 +0000 |
reimar |
sdl: do not change caption on -wid windows.
|
Sun, 29 Jan 2012 16:27:46 +0000 |
reimar |
Support -wid for vo_sdl.
|
Sat, 28 Jan 2012 14:55:15 +0000 |
reimar |
Fix another case where opt.h was included from libavcodec instead of libavutil.
|
Sat, 28 Jan 2012 14:51:29 +0000 |
reimar |
Do not try to render \r.
|
Sat, 28 Jan 2012 14:24:59 +0000 |
reimar |
Do not apply writing order via fribidi when libass will be doing it.
|
Sat, 28 Jan 2012 14:00:07 +0000 |
reimar |
Update config.asm generation to work with latest FFmpeg.
|
Sat, 28 Jan 2012 13:59:17 +0000 |
reimar |
Translate level-based to flag-based error recognition values.
|
Sat, 28 Jan 2012 13:51:57 +0000 |
reimar |
opt.h is now in libavutil.
|
Sat, 28 Jan 2012 13:47:01 +0000 |
reimar |
Some hacks to allow stream_ffmpeg to compile against newer FFmpeg.
|
Sat, 28 Jan 2012 13:22:57 +0000 |
reimar |
Switch to avcodec_alloc_context3.
|
Sat, 28 Jan 2012 13:20:20 +0000 |
reimar |
Set memc_only via AVDictionary.
|
Sat, 28 Jan 2012 13:13:29 +0000 |
reimar |
Only set "seekable", not "is_streamed" for compatibility with
|
Sat, 28 Jan 2012 13:06:59 +0000 |
reimar |
Use avformat_new_stream.
|
Sat, 28 Jan 2012 12:57:58 +0000 |
reimar |
Set muxrate and preload via AVDictionary.
|
Sat, 28 Jan 2012 12:52:23 +0000 |
reimar |
Remove pointless casts.
|
Sat, 28 Jan 2012 12:41:26 +0000 |
reimar |
Remove pointless cast.
|
Sat, 28 Jan 2012 12:40:36 +0000 |
reimar |
Use "seekable" instead of is_streamed.
|
Sat, 28 Jan 2012 12:36:05 +0000 |
reimar |
Do not set stream_copy, it has not been used in FFmpeg since a long time.
|
Sat, 28 Jan 2012 12:33:58 +0000 |
reimar |
Remove ifdefs that have been unnecessary since a long time
|
Sat, 28 Jan 2012 12:24:12 +0000 |
reimar |
Set UMV flag via AVDictionary.
|
Sat, 28 Jan 2012 12:22:10 +0000 |
reimar |
Get rid of nonsense usage of CODEC_FLAG_PART.
|
Sat, 28 Jan 2012 12:17:50 +0000 |
reimar |
Use AVDictionary to set data_partitioning.
|
Sat, 28 Jan 2012 12:15:38 +0000 |
reimar |
Fix avcodec_open2 options argument.
|
Sat, 28 Jan 2012 11:50:18 +0000 |
reimar |
Use AV_PICTURE_TYPE_I.
|
Sat, 28 Jan 2012 11:06:35 +0000 |
reimar |
Reuse init_avcodec function.
|
Sat, 28 Jan 2012 10:53:17 +0000 |
reimar |
Replace deprecated/removed av_close_input_stream.
|
Sat, 28 Jan 2012 10:50:52 +0000 |
reimar |
Replace deprecated av_set_int.
|
Sat, 28 Jan 2012 10:47:02 +0000 |
reimar |
Replace deprecated/removed AV_METADATA_IGNORE_SUFFIX.
|
Sat, 28 Jan 2012 10:44:08 +0000 |
reimar |
Remove some nonsensical uses of CODEC_FLAG_PART.
|
Sat, 28 Jan 2012 10:40:55 +0000 |
reimar |
Use AVDictionary to set some special options.
|
Sat, 28 Jan 2012 10:32:49 +0000 |
reimar |
palctrl exists no longer and has been unused a long time,
|
Sat, 28 Jan 2012 10:31:24 +0000 |
reimar |
Switch to using AV_PICTURE_TYPE.
|
Sat, 28 Jan 2012 10:28:45 +0000 |
reimar |
Remove unused AVFrame "age" handling code.
|
Sat, 28 Jan 2012 10:04:51 +0000 |
cboesch |
Fix "ouput" typo in vf framestep.
|
Fri, 27 Jan 2012 14:47:18 +0000 |
ib |
Fix bug with selected file in file selector.
|
Fri, 27 Jan 2012 11:24:59 +0000 |
ib |
Cosmetic: Rename variables.
|
Fri, 27 Jan 2012 11:09:05 +0000 |
jrash |
Synced with help_mp-en.h rev. 34569
|
Fri, 27 Jan 2012 00:07:45 +0000 |
ib |
Fix skin PNG read errors.
|
Thu, 26 Jan 2012 23:16:43 +0000 |
cehoyos |
Fix compilation with --disable-networking.
|
Wed, 25 Jan 2012 10:30:46 +0000 |
cehoyos |
Add missing image formats to the ffv1 decoder.
|
Tue, 24 Jan 2012 18:53:23 +0000 |
cehoyos |
Support 32-bit sunrast playback via FFmpeg.
|
Tue, 24 Jan 2012 18:39:51 +0000 |
cehoyos |
Support 32-bit sgi playback via FFmpeg.
|
Tue, 24 Jan 2012 18:30:16 +0000 |
cehoyos |
Remove unused image formats from fftga output format list.
|
Tue, 24 Jan 2012 18:24:00 +0000 |
cehoyos |
Fix 32-bit targa playback with current FFmpeg on big-endian.
|
Tue, 24 Jan 2012 18:14:18 +0000 |
cehoyos |
Replace incorrect output format list with the only format supported by
|
Tue, 24 Jan 2012 18:11:10 +0000 |
cehoyos |
Fix 32-bit png playback with current FFmpeg.
|
Tue, 24 Jan 2012 18:02:55 +0000 |
cehoyos |
Remove unused image formats from ffpng output format list.
|
Tue, 24 Jan 2012 17:54:04 +0000 |
cehoyos |
Remove unused image formats from ffpcx output format list.
|
Tue, 24 Jan 2012 17:51:00 +0000 |
cehoyos |
Remove unused image formats from ffgif output format list: Only pal8 is supported.
|
Tue, 24 Jan 2012 17:44:28 +0000 |
cehoyos |
Fix 32-bit dpx playback on big-endian.
|
Tue, 24 Jan 2012 17:34:28 +0000 |
cehoyos |
Remove unused image formats from fftiff output format list.
|
Tue, 24 Jan 2012 17:33:00 +0000 |
cehoyos |
Fix 32-bit tiff playback on big-endian.
|
Mon, 23 Jan 2012 13:57:22 +0000 |
cehoyos |
Allow motionpixels playback on little endian.
|
Sun, 22 Jan 2012 00:29:56 +0000 |
compn |
demux_mf: add j2c and jpc as jpeg2k, add tiff extension as tif image.
|
Sat, 21 Jan 2012 19:15:03 +0000 |
cehoyos |
Support Sorenson 263 fourcc, see FFmpeg ticket #923.
|
Sat, 21 Jan 2012 19:12:53 +0000 |
cehoyos |
Remove S263 from h263 fourcc list, we do not have such a sample.
|
Sat, 21 Jan 2012 17:43:06 +0000 |
al |
vd theora: cosmetics: K&R style, alignment
|
Sat, 21 Jan 2012 16:55:37 +0000 |
cehoyos |
Support decoding of Avid SUDS.
|
Thu, 19 Jan 2012 23:20:37 +0000 |
reimar |
Fix per-file ASS options like -ass-force-style.
|
Thu, 19 Jan 2012 14:36:17 +0000 |
diego |
vd_theora: Skip th_decode_ycbcr_out() for packets representing dropped frames.
|
Thu, 19 Jan 2012 14:36:15 +0000 |
diego |
Move static keyword to the beginning of function declarations.
|
Thu, 19 Jan 2012 14:36:11 +0000 |
diego |
configure: Only test for Win32 threads on Windows.
|
Mon, 16 Jan 2012 09:15:40 +0000 |
diego |
configure: Enable os2threads support on OS/2.
|
Sun, 15 Jan 2012 12:40:02 +0000 |
reimar |
Fix seeking beyond EOF in stream_cdda to work with cache.
|
Sun, 15 Jan 2012 12:38:38 +0000 |
reimar |
Print an error when streams behave in a way that the cache cannot handle.
|
Sun, 15 Jan 2012 12:23:40 +0000 |
reimar |
Fix seeking with e.g. flv files.
|
Sun, 15 Jan 2012 12:08:26 +0000 |
reimar |
Eliminate duplicate subtitle lines which will most likely
|
Sun, 15 Jan 2012 11:18:13 +0000 |
reimar |
SSA reader: do not strip commas in commands.
|
Sat, 14 Jan 2012 23:56:28 +0000 |
compn |
reimar says comments are C strings and so i move all urls to ;comments instead.
|
Sat, 14 Jan 2012 20:33:57 +0000 |
cehoyos |
Support BW10 decoding via FFmpeg.
|
Sat, 14 Jan 2012 19:29:25 +0000 |
reimar |
SDL: Try to select a fullscreen mode that does not require resolution changes by default.
|
Sat, 14 Jan 2012 16:30:03 +0000 |
ib |
Add size to ICONERROR warning message.
|
Sat, 14 Jan 2012 16:08:16 +0000 |
ib |
Add differently sized, new icons for the GUI.
|
Sat, 14 Jan 2012 16:02:37 +0000 |
ib |
Use check items for audio, video and subtitle tracks.
|
Sat, 14 Jan 2012 15:49:54 +0000 |
reimar |
Fix vo_gl unsharp filter for chroma.
|
Sat, 14 Jan 2012 15:46:58 +0000 |
ib |
Don't needlessly set variables.
|
Sat, 14 Jan 2012 14:06:29 +0000 |
reimar |
Fix -ass-styles with SRT subs and more.
|
Sat, 14 Jan 2012 13:55:38 +0000 |
reimar |
Extract setting up default ASS style to a separate function.
|
Sat, 14 Jan 2012 12:56:28 +0000 |
cehoyos |
Support RGB48 tiff decoding via FFmpeg.
|
Fri, 13 Jan 2012 17:16:35 +0000 |
ib |
Cosmetic: Revise comment.
|
Fri, 13 Jan 2012 16:44:35 +0000 |
ib |
Remove unused parameter from uiMenuMouseHandle().
|
Fri, 13 Jan 2012 16:40:04 +0000 |
ib |
Remove unused parameter from uiPlaybarShow().
|
Fri, 13 Jan 2012 16:36:06 +0000 |
ib |
Remove unused parameter from wsXDNDProcessClientMessage().
|
Fri, 13 Jan 2012 16:19:35 +0000 |
ib |
Fix bug with switching audio and video tracks.
|
Fri, 13 Jan 2012 15:25:13 +0000 |
ib |
Replace deprecated avcodec functions by new ones.
|
Fri, 13 Jan 2012 14:12:32 +0000 |
ib |
Remove unused parameter from create_MessageBox().
|
Fri, 13 Jan 2012 14:06:55 +0000 |
ib |
Use correct data types and common variable names in GTK callback functions.
|
Thu, 12 Jan 2012 18:21:56 +0000 |
ib |
Properly handle the lack of XShm.
|
Thu, 12 Jan 2012 16:14:20 +0000 |
ib |
Remove unnecessary #ifdef.
|
Thu, 12 Jan 2012 16:08:07 +0000 |
ib |
Cosmetic: Remove blank lines.
|
Thu, 12 Jan 2012 16:01:32 +0000 |
ib |
Simplify XShape handling and setting of wsUseXShape.
|
Thu, 12 Jan 2012 15:53:20 +0000 |
ib |
Cosmetic: Remove braces.
|
Thu, 12 Jan 2012 15:50:53 +0000 |
ib |
Always inform / warn about missing shared memory / shape extension
|
Thu, 12 Jan 2012 15:16:24 +0000 |
ib |
Remove unnecessary #ifdef and #include.
|
Thu, 12 Jan 2012 14:21:55 +0000 |
ib |
Add user event evMenu.
|
Thu, 12 Jan 2012 13:36:20 +0000 |
nicodvb |
propagate the pts to vf_next_put_image(); fixes playback with -correct-pts when reencoding is necessary
|
Thu, 12 Jan 2012 10:39:37 +0000 |
ib |
Fix bug with VCD stream calling DVD code.
|
Thu, 12 Jan 2012 10:31:39 +0000 |
ib |
Replace goto label by an internal event case expression.
|
Thu, 12 Jan 2012 10:08:25 +0000 |
ib |
Remove all unnecessary #ifdefs from GUI code.
|
Thu, 12 Jan 2012 10:07:22 +0000 |
ib |
Define (extern) sub_cp unconditionally.
|
Tue, 10 Jan 2012 13:28:15 +0000 |
ib |
Reduce number and avoid conditional definition of searchpath variables.
|
Tue, 10 Jan 2012 12:04:50 +0000 |
ib |
Retrieve DVD's titles, chapters and angles by stream control commands.
|
Tue, 10 Jan 2012 11:51:30 +0000 |
ib |
Remove all #ifdef MP_DEBUG from Win32 GUI code.
|
Sun, 08 Jan 2012 17:52:59 +0000 |
reimar |
Force "simple" IDCT to avoid different results on different PCs.
|
Sun, 08 Jan 2012 15:38:22 +0000 |
reimar |
Fix directory creation in refupdate script.
|
Sun, 08 Jan 2012 13:47:08 +0000 |
reimar |
Remove another md5sums reference file that missed the .md5 extension.
|
Sun, 08 Jan 2012 13:46:29 +0000 |
reimar |
Remove file that was checked in accidentally (it was missing the .md5 part).
|
Sun, 08 Jan 2012 10:47:41 +0000 |
reimar |
Fix testing of H.264 conformance tests.
|
Sun, 08 Jan 2012 10:44:00 +0000 |
reimar |
Add a script to help update the references.
|
Sun, 08 Jan 2012 10:15:51 +0000 |
reimar |
Add references for new fate samples.
|
Sun, 08 Jan 2012 10:14:00 +0000 |
reimar |
Remove unused reference files.
|
Sun, 08 Jan 2012 10:06:13 +0000 |
reimar |
Print a hint if FATE_SAMPLES was not set and fatetest is run.
|
Sun, 08 Jan 2012 09:28:51 +0000 |
reimar |
Clean up faterun.sh.
|
Sun, 08 Jan 2012 09:25:45 +0000 |
reimar |
Put test-related code in Makefile under ifdef FATE_SAMPLES.
|
Fri, 06 Jan 2012 00:18:56 +0000 |
cehoyos |
Support cyuv uyvy422 rawvideo with -vc -ffcyuv,
|
Thu, 05 Jan 2012 20:35:07 +0000 |
reimar |
Add support for additional libopenjpeg output formats.
|
Thu, 05 Jan 2012 20:32:10 +0000 |
reimar |
Add support for 422P9.
|
Thu, 05 Jan 2012 20:18:38 +0000 |
cehoyos |
Support for Avid Meridian Uncompressed via FFmpeg.
|
Thu, 05 Jan 2012 18:23:34 +0000 |
reimar |
Add reference result for vble test file.
|
Thu, 05 Jan 2012 16:17:36 +0000 |
reimar |
Disable wmv8_drm test.
|
Thu, 05 Jan 2012 16:06:16 +0000 |
reimar |
QCP files are audio-only, do not run them through video test.
|
Thu, 05 Jan 2012 15:50:17 +0000 |
reimar |
Change a few more pts-related float to double.
|
Thu, 05 Jan 2012 15:48:37 +0000 |
reimar |
Use double also to calculate ogg subtitle pts.
|
Thu, 05 Jan 2012 15:46:48 +0000 |
reimar |
Remove pointless cast.
|
Thu, 05 Jan 2012 15:45:33 +0000 |
reimar |
Calculate Ogg timestamps as double instead of float.
|
Thu, 05 Jan 2012 15:41:59 +0000 |
reimar |
Check for correct function (th_info_init, not theora_info_init) in libtheora test.
|
Thu, 05 Jan 2012 15:39:14 +0000 |
reimar |
Add more fate test reference results.
|
Thu, 05 Jan 2012 14:40:36 +0000 |
ib |
Remove #ifdef MP_DEBUG.
|
Thu, 05 Jan 2012 14:26:21 +0000 |
ib |
Explicitly enumerate all stream types.
|
Thu, 05 Jan 2012 13:55:03 +0000 |
ib |
Remove pointless menu entry.
|
Thu, 05 Jan 2012 13:50:34 +0000 |
ib |
Use empty1px.xpm instead of empty.xpm for check item (and similar) menus.
|
Thu, 05 Jan 2012 12:55:33 +0000 |
ib |
Use check items for CD and VCD titles as well.
|
Thu, 05 Jan 2012 12:44:02 +0000 |
ib |
Fix bug in CD / VCD / DVD related menus.
|
Thu, 05 Jan 2012 12:35:37 +0000 |
ib |
Move CD / VCD / DVD related menu code.
|
Thu, 05 Jan 2012 12:08:36 +0000 |
diego |
build: Merge tests/Makefile into top-level Makefile and test non-recursively.
|
Thu, 05 Jan 2012 12:06:03 +0000 |
ib |
Move some DVD related events.
|
Thu, 05 Jan 2012 11:39:27 +0000 |
ib |
Remove #ifdef MP_DEBUG.
|
Wed, 04 Jan 2012 22:08:36 +0000 |
diego |
Port libtheora glue code to Theora 1.0 API.
|
Wed, 04 Jan 2012 20:30:10 +0000 |
siretart |
fmt-conversion.c: add a remark about the usage of #ifdef directives
|
Wed, 04 Jan 2012 20:28:43 +0000 |
siretart |
libmpdemux/mp_taglists.c: Replace #ifdef with #if directives
|
Wed, 04 Jan 2012 14:55:29 +0000 |
cehoyos |
Support decoding AVrp, v308 and yuv4 via FFmpeg.
|
Wed, 04 Jan 2012 12:33:59 +0000 |
siretart |
make the checks for available codec id more robust
|
Wed, 04 Jan 2012 10:39:38 +0000 |
diego |
configure: Simplify Theora check.
|
Tue, 03 Jan 2012 23:50:52 +0000 |
ib |
Remove unnecessary #include.
|
Tue, 03 Jan 2012 23:10:34 +0000 |
ib |
Remove (conditional and) unnecessary #include
|
Tue, 03 Jan 2012 20:47:36 +0000 |
ib |
Add checks for errors in stream_cdda's get_track_by_sector().
|
Tue, 03 Jan 2012 16:17:21 +0000 |
ib |
Allow Windows style CDROM device names for Wine port.
|
Tue, 03 Jan 2012 16:16:04 +0000 |
ib |
Use cdparanoia compatibility names for CD function calls.
|
Tue, 03 Jan 2012 15:51:26 +0000 |
siretart |
Allow compilation with Libav
|
Mon, 02 Jan 2012 16:48:18 +0000 |
ib |
Initialize device options in guiInit().
|
Mon, 02 Jan 2012 16:25:00 +0000 |
ib |
Remove pointless filename setting from device name.
|
Mon, 02 Jan 2012 16:24:06 +0000 |
ib |
Allow uiPlay() without guiInfo.Filename for some stream types.
|
Mon, 02 Jan 2012 15:28:30 +0000 |
ib |
Cosmetic: Adjust indent.
|
Mon, 02 Jan 2012 15:16:55 +0000 |
ib |
Don't explicitly set stream type if the type doesn't change.
|
Mon, 02 Jan 2012 12:53:20 +0000 |
iive |
Add support of compression algorithm 3 (header stripping) in mkv demuxer.
|
Mon, 02 Jan 2012 11:26:00 +0000 |
cehoyos |
Support FFmpeg v410 decoder.
|
Mon, 02 Jan 2012 11:20:26 +0000 |
cehoyos |
Support Y41P decoding via FFmpeg.
|
Mon, 02 Jan 2012 03:34:19 +0000 |
jrash |
Synced with help_mp-en.h rev. 34475
|
Sun, 01 Jan 2012 04:09:35 +0000 |
cehoyos |
Update copyright year.
|
Sat, 31 Dec 2011 13:42:24 +0000 |
ib |
Cosmetic: Collect together Wine port related functions.
|
Sat, 31 Dec 2011 13:25:23 +0000 |
ib |
Allow Windows style devices for Wine port.
|
Sat, 31 Dec 2011 13:20:29 +0000 |
ib |
Fix Win32 GUI DVD playback.
|
Sat, 31 Dec 2011 13:15:30 +0000 |
ib |
Remove options cdrom_device and dvd_device from the Win32 GUI.
|
Sat, 31 Dec 2011 12:55:28 +0000 |
ib |
Retrieve DVD's titles, chapters and angles by stream control commands.
|
Sat, 31 Dec 2011 12:45:46 +0000 |
ib |
Replace VCD's STREAM_CTRL_GET_NUM_CHAPTERS by STREAM_CTRL_GET_NUM_TITLES.
|
Sat, 31 Dec 2011 12:38:52 +0000 |
ib |
Add audio CD playback support to the X11/GTK GUI.
|
Sat, 31 Dec 2011 12:20:08 +0000 |
ib |
Add new stream control command STREAM_CTRL_GET_NUM_TITLES.
|
Thu, 29 Dec 2011 19:42:58 +0000 |
cehoyos |
Support FFmpeg SMJPEG IMA ADPCM decoding.
|
Thu, 29 Dec 2011 16:11:58 +0000 |
reimar |
Add comment to a condition that is just a hack around a cdparanoia bug.
|
Thu, 29 Dec 2011 16:10:12 +0000 |
reimar |
Prefer libcdio over cdparanoia by default.
|
Thu, 29 Dec 2011 13:59:05 +0000 |
ib |
Rename MSGTR_SelectChapter MSGTR_SelectTitleChapter.
|
Thu, 29 Dec 2011 01:14:48 +0000 |
cehoyos |
Support the FFmpeg Indeo 4 decoder.
|
Wed, 28 Dec 2011 14:14:12 +0000 |
ib |
Don't call paranoia_modeset() for PARANOIA_MODE_DISABLE.
|
Wed, 28 Dec 2011 14:04:27 +0000 |
ib |
Allow PARANOIA_MODE_FULL with skipping.
|
Sat, 24 Dec 2011 13:31:49 +0000 |
jrash |
sync with en/mplayer.1 rev. 34463
|
Sat, 24 Dec 2011 10:55:49 +0000 |
cigaes |
av_helpers: show libav* version and configuration.
|
Sat, 24 Dec 2011 10:55:47 +0000 |
cigaes |
av_helpers: remove obsolete avcodec_init.
|
Fri, 23 Dec 2011 22:34:42 +0000 |
reimar |
vo_gl stereo: allow swapping left and right view.
|
Fri, 23 Dec 2011 21:52:04 +0000 |
reimar |
cdda: set position to an actual EOF position when we set EOF.
|
Fri, 23 Dec 2011 21:50:32 +0000 |
reimar |
Flush cache and sync stream position/eof after seeking STREAM_CTRLs.
|
Fri, 23 Dec 2011 19:00:31 +0000 |
reimar |
Fail if trying to seek beyond the last chapter, not just if it is beyond the end of the disc.
|
Fri, 23 Dec 2011 16:44:23 +0000 |
reimar |
Do not call paranoia_overlapset with 0, it actually causes cdparanoia to just hang.
|
Fri, 23 Dec 2011 16:27:15 +0000 |
reimar |
Fix cdda speed default value, range and use more robust condition.
|
Fri, 23 Dec 2011 14:45:35 +0000 |
reimar |
Add CONFIG_AVCODEC and CONFIG_SAFE_BITSTREAM_READER.
|
Fri, 23 Dec 2011 14:42:17 +0000 |
ib |
Add /home only to the file selector path list if HOME isn't set.
|
Fri, 23 Dec 2011 14:39:39 +0000 |
ib |
Cosmetic: Swap /mnt and /media in the file selector path list.
|
Fri, 23 Dec 2011 13:41:25 +0000 |
ib |
Add /mnt only to the file selector path list if it exists.
|
Thu, 22 Dec 2011 17:39:38 +0000 |
cehoyos |
Fix build of swedish help after r33915.
|
Tue, 20 Dec 2011 16:34:38 +0000 |
ib |
Remember the lastly selected file in file selector.
|
Tue, 20 Dec 2011 00:11:26 +0000 |
cehoyos |
Support FFmpeg 8088flex TMV decoder.
|
Sun, 18 Dec 2011 10:28:24 +0000 |
jrash |
sync with en/mplayer.1 rev. 34438
|
Sun, 18 Dec 2011 00:33:46 +0000 |
cehoyos |
Support decoding yuv411p rawvideo.
|
Fri, 16 Dec 2011 12:23:29 +0000 |
ib |
Fix skin documentation.
|
Thu, 15 Dec 2011 22:32:22 +0000 |
cigaes |
Support SBG decoding using ffwavesynth.
|
Thu, 15 Dec 2011 14:01:05 +0000 |
cehoyos |
Fix compilation after CONFIG_H264CHROMA was added to FFmpeg.
|
Wed, 14 Dec 2011 14:32:47 +0000 |
cehoyos |
Support FFmpeg mmvideo decoder.
|
Wed, 14 Dec 2011 12:37:16 +0000 |
cehoyos |
Support FFmpeg Dxtory decoder.
|
Wed, 14 Dec 2011 00:17:49 +0000 |
iive |
Avoid double conversion from utf16/ucs2 to utf8 for text subtitles.
|
Tue, 13 Dec 2011 13:23:06 +0000 |
ib |
Revise German translation of MSGTR_MENU_PlayDisc.
|
Mon, 12 Dec 2011 09:20:34 +0000 |
ib |
Return right pointer.
|
Sun, 11 Dec 2011 21:32:07 +0000 |
reimar |
Require a fribidi version that defines FriBidiParType.
|
Sun, 11 Dec 2011 18:47:40 +0000 |
ib |
Leave the focus in fsFNameList after key event in file selector.
|
Sun, 11 Dec 2011 17:52:20 +0000 |
reimar |
Add a suboption to allow forcing use of e.g. OpenGL ES to -vo gl.
|
Sun, 11 Dec 2011 17:51:24 +0000 |
ib |
Add Return key events to playlist's file lists.
|
Sun, 11 Dec 2011 17:12:55 +0000 |
ib |
Add Return key events to playlist buttons.
|
Sun, 11 Dec 2011 16:36:06 +0000 |
ib |
Make column titles in playlist passive.
|
Sun, 11 Dec 2011 16:02:02 +0000 |
ib |
Fix bug with wrong focus in file selector.
|
Sun, 11 Dec 2011 15:53:37 +0000 |
ib |
Cosmetic: Adjust indent.
|
Sun, 11 Dec 2011 15:52:32 +0000 |
ib |
Add Return key events to file selector buttons.
|
Sun, 11 Dec 2011 15:41:37 +0000 |
reimar |
Add a test file for ultravox in comment.
|
Sun, 11 Dec 2011 15:13:39 +0000 |
reimar |
Allow compiling libass without fribidi again.
|
Sun, 11 Dec 2011 14:54:56 +0000 |
ib |
Don't allow option gui-include in config files.
|
Sun, 11 Dec 2011 14:44:36 +0000 |
ib |
Cosmetic: Adjust indent.
|
Sun, 11 Dec 2011 14:43:16 +0000 |
ib |
Enable gui slave commands.
|
Sat, 10 Dec 2011 20:55:31 +0000 |
reimar |
Add highly experimental support for OpenGL ES.
|
Sat, 10 Dec 2011 20:21:50 +0000 |
reimar |
Use glLoadMatrixf. This makes it easier to support OpenGL ES.
|
Sat, 10 Dec 2011 14:31:28 +0000 |
reimar |
By default ignore CTRL key on its own.
|
Sat, 10 Dec 2011 14:27:04 +0000 |
reimar |
Use an enum to define keycodes and fix CTRL and backspace key having
|
Fri, 09 Dec 2011 15:17:11 +0000 |
siretart |
loosen the dependency on libjpeg-dev
|
Fri, 09 Dec 2011 13:34:38 +0000 |
ib |
Change prefix for internal events from ev to iv.
|
Fri, 09 Dec 2011 13:14:23 +0000 |
ib |
Add evSetSubtitle event to the Win32 GUI.
|
Fri, 09 Dec 2011 12:47:28 +0000 |
ib |
Remove unused symbolic constant and code for evFirstLoad.
|
Fri, 09 Dec 2011 12:42:47 +0000 |
ib |
Remove unused symbolic constant definitions for events.
|
Fri, 09 Dec 2011 12:25:48 +0000 |
ib |
Replace evPlayNetwork by evLoadURL.
|
Fri, 09 Dec 2011 12:11:03 +0000 |
ib |
Change parameter name and its declaration to const.
|
Fri, 09 Dec 2011 12:05:37 +0000 |
ib |
Add doxygen comment to app.c
|
Fri, 09 Dec 2011 11:42:25 +0000 |
ib |
Remove non-existing GUI user events.
|
Thu, 08 Dec 2011 19:41:28 +0000 |
ib |
Fix bug in Win32 GUI introduced in r34403.
|
Thu, 08 Dec 2011 17:11:52 +0000 |
ib |
Replace evSetURL by evLoadURL for consistency.
|
Thu, 08 Dec 2011 16:37:42 +0000 |
ib |
Add evSetAspect to the skin documentation on GUI messages (where
|
Thu, 08 Dec 2011 16:28:19 +0000 |
ib |
Cosmetic: Add evSetAspect event to video events.
|
Thu, 08 Dec 2011 16:06:24 +0000 |
ib |
Cosmetic: Synchronize evPlaylist event and message names.
|
Thu, 08 Dec 2011 15:58:18 +0000 |
ib |
Add evHalfSize event to the Win32 GUI.
|
Thu, 08 Dec 2011 15:48:17 +0000 |
ib |
Fix bug with evHalfSize event.
|
Thu, 08 Dec 2011 15:39:49 +0000 |
ib |
Revise skin documentation on GUI messages.
|
Thu, 08 Dec 2011 15:38:35 +0000 |
ib |
Cosmetic: Rearrange and group GUI user events.
|
Thu, 08 Dec 2011 12:09:00 +0000 |
cehoyos |
Support decoding newer rpl files with FFmpeg's Escape 130 decoder.
|
Thu, 08 Dec 2011 12:05:00 +0000 |
ib |
Remove event evDropFile from Win32 GUI.
|
Thu, 08 Dec 2011 02:44:19 +0000 |
cehoyos |
ffmjpeg does not incorrectly output BGR32 anymore for ljpeg.
|
Tue, 06 Dec 2011 19:59:16 +0000 |
reimar |
Try harder to extract a sensible palette from extradata.
|
Mon, 05 Dec 2011 18:27:40 +0000 |
reimar |
Fix OSD time and e.g. frame number displayed with osd_fractions
|
Mon, 05 Dec 2011 18:22:56 +0000 |
reimar |
Make emms/femms code simpler/more obvious.
|
Mon, 05 Dec 2011 18:09:21 +0000 |
reimar |
vo_kva: support -title.
|
Mon, 05 Dec 2011 18:08:29 +0000 |
reimar |
Discard frames where the size does not match the AVCodecContext width/height.
|
Mon, 05 Dec 2011 11:38:15 +0000 |
diego |
configure: (internal) libass depends on FriBiDi now; check availability
|
Mon, 05 Dec 2011 11:38:13 +0000 |
diego |
Restore mistakenly removed MSGTR_AO_SUN_RtscWriteFailed message.
|
Mon, 05 Dec 2011 11:38:08 +0000 |
diego |
Remove some stray English messages from the Dutch message translation.
|
Sun, 04 Dec 2011 23:13:46 +0000 |
cehoyos |
Support FFmpeg's PCM 16-bit little-endian planar decoder.
|
Sun, 04 Dec 2011 23:03:24 +0000 |
cehoyos |
Support FFmpeg's EA MAD decoder.
|
Sun, 04 Dec 2011 22:52:58 +0000 |
cehoyos |
Support FFmpeg vdmaudio decoder.
|
Sun, 04 Dec 2011 22:41:31 +0000 |
cehoyos |
Map FFmpeg's Escape 124 decoder to new MPlayer internal FourCC.
|
Sun, 04 Dec 2011 13:30:54 +0000 |
reimar |
Add workaround for CTRL key getting stuck for X11 backend
|
Sat, 03 Dec 2011 23:08:03 +0000 |
reimar |
Commit added forgotten in previous commit.
|
Sat, 03 Dec 2011 22:36:50 +0000 |
reimar |
Support -title for -vo corevideo.
|
Sat, 03 Dec 2011 22:29:25 +0000 |
cboesch |
vd_ffmpeg: fix comment typo (sepcified ¢ª specified)
|
Sat, 03 Dec 2011 22:26:47 +0000 |
reimar |
Support -title with -vo quartz.
|
Sat, 03 Dec 2011 22:06:50 +0000 |
reimar |
Remove variable that is only assigned but never used.
|
Sat, 03 Dec 2011 21:35:56 +0000 |
reimar |
Update libass to 0.10 release.
|
Sat, 03 Dec 2011 21:33:28 +0000 |
reimar |
Remove unused header.
|
Sat, 03 Dec 2011 19:59:17 +0000 |
reimar |
Make -title and -use-filename-title work on Windows.
|
Sat, 03 Dec 2011 19:06:19 +0000 |
reimar |
X11: update title only on reconfigure instead of at least once per frame.
|
Sat, 03 Dec 2011 18:43:54 +0000 |
reimar |
Finally apply forgotten patch to fix VDCTRL_QUERY_UNSEEN_FRAMES result for vd_ffmpeg.
|
Sat, 03 Dec 2011 08:03:12 +0000 |
reimar |
Fix mp_tag2codec_id to take all AVI tags into account again.
|
Sat, 03 Dec 2011 00:30:59 +0000 |
cehoyos |
Support FFmpeg QPEG decoding.
|
Sat, 03 Dec 2011 00:22:28 +0000 |
cehoyos |
Cosmetics: Add a comment about the eatgv internal MPlayer FourCC.
|
Fri, 02 Dec 2011 19:45:48 +0000 |
cehoyos |
Support FFmpeg ADPCM IMA Electronic Arts EACS decoding.
|
Fri, 02 Dec 2011 19:40:36 +0000 |
cehoyos |
Support FFmpeg ADPCM IMA Electronic Arts SEAD decoding.
|
Fri, 02 Dec 2011 19:23:43 +0000 |
cehoyos |
Support FFmpeg Funcom IMA ISS ADPCM decoding.
|
Fri, 02 Dec 2011 19:14:23 +0000 |
cehoyos |
Support FFmpeg VBLE decoder.
|
Thu, 01 Dec 2011 19:10:15 +0000 |
reimar |
Make cache process detect when the main process disappeared and
|
Thu, 01 Dec 2011 19:09:20 +0000 |
reimar |
Only print printable characters, not all ASCII ones.
|
Thu, 01 Dec 2011 18:34:18 +0000 |
reimar |
X11: support CTRL key and thus key combinations with it.
|
Tue, 29 Nov 2011 20:15:22 +0000 |
diego |
debian: Ignore files and directories that are created during package builds.
|
Tue, 29 Nov 2011 13:03:58 +0000 |
ranma |
conf_packet_size is used as CONF_TYPE_INT, which is a 32bit type (fixes possible memory corruption).
|
Tue, 29 Nov 2011 13:02:45 +0000 |
ranma |
edl_seek_type is used as CONF_TYPE_FLAG, which is a 32bit-Type (fixes possible memory corruption).
|
Tue, 29 Nov 2011 05:05:16 +0000 |
diego |
debian: adjust documentation build process, which now works non-recursively
|
Tue, 29 Nov 2011 00:48:34 +0000 |
cehoyos |
Support RGB FFV1 videos without transparency.
|
Thu, 24 Nov 2011 18:32:08 +0000 |
reimar |
Use lookup_keymap_table instead of a large number of switch cases.
|
Thu, 24 Nov 2011 00:03:14 +0000 |
reimar |
Reindent.
|
Thu, 24 Nov 2011 00:00:39 +0000 |
reimar |
caca: process all pending events instead of exactly one per check_events.
|
Wed, 23 Nov 2011 23:59:01 +0000 |
reimar |
caca: for ordinary keys, send key events on press instead of release.
|
Wed, 23 Nov 2011 23:57:37 +0000 |
reimar |
caca: support mouse events and more keys.
|
Wed, 23 Nov 2011 20:47:24 +0000 |
reimar |
Replace constant by define with same value.
|
Tue, 22 Nov 2011 20:24:24 +0000 |
reimar |
Change extended key handling so we will never call mplayer_put_key twice
|
Tue, 22 Nov 2011 19:33:29 +0000 |
reimar |
Make vf expand more picky:
|
Tue, 22 Nov 2011 19:31:29 +0000 |
reimar |
Set chroma_x_shift for 1-plane YUV formats.
|
Sat, 19 Nov 2011 14:04:11 +0000 |
al |
vo direct3d: fix crash in osd drawing code
|
Wed, 16 Nov 2011 11:14:25 +0000 |
diego |
ao_null: mark global variables only used within the file as static
|
Wed, 16 Nov 2011 11:14:23 +0000 |
diego |
configure: add HAVE_OS2THREADS to config.h for libavformat
|
Wed, 16 Nov 2011 09:54:29 +0000 |
diego |
doc: our Bugzilla is no longer brand-new; closes Bugzilla #2013
|
Tue, 15 Nov 2011 17:57:23 +0000 |
cigaes |
OSD fractions: do not round up decimals
|
Mon, 14 Nov 2011 19:09:35 +0000 |
reimar |
Some spelling/grammar fixes.
|
Mon, 14 Nov 2011 19:05:49 +0000 |
reimar |
Remove pointless casts.
|
Mon, 14 Nov 2011 09:58:26 +0000 |
diego |
ao_alsa: drop check for sys/asoundlib.h and ALSA version
|
Mon, 14 Nov 2011 09:58:24 +0000 |
diego |
ai_alsa: set appropriate #defines to work with ALSA 0.9.x headers
|
Sun, 13 Nov 2011 17:05:58 +0000 |
cehoyos |
Update regression test results to current FFmpeg.
|
Sun, 13 Nov 2011 10:04:25 +0000 |
jrash |
Synced with help_mp-en.h rev. 34335
|
Fri, 11 Nov 2011 17:29:14 +0000 |
reimar |
Make WAV format detection more restrictive so it does not incorrectly
|
Fri, 11 Nov 2011 17:15:13 +0000 |
reimar |
Sanitize channel count for libaf to avoid crashes since it is used unchecked.
|
Thu, 10 Nov 2011 16:31:07 +0000 |
cehoyos |
Fix .qcp (raw QCELP) playback.
|
Thu, 10 Nov 2011 16:06:23 +0000 |
cehoyos |
Add lmlm4 regression test.
|
Thu, 10 Nov 2011 16:02:36 +0000 |
cehoyos |
Fix fffrwu decoding.
|
Wed, 09 Nov 2011 02:35:04 +0000 |
diego |
vo_caca: Port to libcaca 1.x API, which is widespread enough nowadays.
|
Wed, 09 Nov 2011 02:26:58 +0000 |
diego |
vo_caca: reformat and prettyprint as K&R, shorten some lines
|
Wed, 09 Nov 2011 01:41:44 +0000 |
diego |
vd_ffmpeg: Conditionally declare lavc_param_wait_keyframe to fix warning.
|
Wed, 09 Nov 2011 01:22:02 +0000 |
diego |
Remove obsolete ALSA 0.5 audio output and ALSA 0.9 audio input.
|
Wed, 09 Nov 2011 00:32:12 +0000 |
cehoyos |
Fix "m1v " playback.
|
Tue, 08 Nov 2011 23:51:41 +0000 |
cehoyos |
Support BMV decoding (bug 2009).
|
Tue, 08 Nov 2011 21:19:39 +0000 |
reimar |
Add support for decoding EA CMV files.
|
Tue, 08 Nov 2011 21:12:37 +0000 |
reimar |
Avoid running video-only test on audio-only files.
|
Tue, 08 Nov 2011 20:59:38 +0000 |
reimar |
Remove unused variable.
|
Tue, 08 Nov 2011 20:48:11 +0000 |
reimar |
Add beginnings of a test framework.
|
Tue, 08 Nov 2011 20:24:35 +0000 |
reimar |
Detect codecs requiring too many references for DR also when they
|
Mon, 07 Nov 2011 19:54:49 +0000 |
diego |
libvo: Move x86_cpu.h #include to aclib_template, where it is actually used.
|
Mon, 07 Nov 2011 19:54:47 +0000 |
diego |
configure: add CONFIG_GNUTLS/CONFIG_OPENSSL to config.h for libavformat
|
Mon, 07 Nov 2011 19:54:45 +0000 |
diego |
doc: Remove outdated FAQ entry about Mac OS X 10.3.
|
Mon, 07 Nov 2011 19:54:43 +0000 |
diego |
Remove outdated entries from the Spanish FAQ translation.
|
Mon, 07 Nov 2011 19:54:40 +0000 |
diego |
build: merge DOCS/xml/Makefile into top-level Makefile
|
Mon, 07 Nov 2011 19:54:38 +0000 |
diego |
build: drop releaseclean target
|
Mon, 07 Nov 2011 19:54:36 +0000 |
diego |
build: Remove dangling reference to removed DOCS/xml/configure.
|
Mon, 07 Nov 2011 19:54:35 +0000 |
diego |
doc: Move XML translation notes to translations.txt.
|
Mon, 07 Nov 2011 19:54:33 +0000 |
diego |
doc: cosmetics: reindent German documentation.xml
|
Mon, 07 Nov 2011 19:54:29 +0000 |
diego |
doc: drop outdated FIXME comment
|
Mon, 07 Nov 2011 18:49:10 +0000 |
reimar |
Prefer converting GBR24P to other 8 bit per component RGB formats.
|
Mon, 07 Nov 2011 13:13:20 +0000 |
diego |
Split Spanish mencoder.xml like it was done for the English translation.
|
Sun, 06 Nov 2011 22:41:37 +0000 |
reimar |
Fix compilation with --disable-mencoder.
|
Sun, 06 Nov 2011 13:11:58 +0000 |
diego |
doc: Move all XML entities to main.xml.
|
Sun, 06 Nov 2011 09:09:26 +0000 |
reimar |
vo md5sum: support printing to stdout.
|
Sun, 06 Nov 2011 09:01:46 +0000 |
reimar |
Print a proper result also when xsltproc is not installed.
|
Sun, 06 Nov 2011 09:00:15 +0000 |
reimar |
Fix result output of yasm test.
|
Sun, 06 Nov 2011 08:57:03 +0000 |
reimar |
Fix FFmpeg compilation.
|
Sun, 06 Nov 2011 00:26:16 +0000 |
reimar |
Do not create a 0-sized palette side data from extradata.
|
Sat, 05 Nov 2011 23:12:16 +0000 |
reimar |
RoQ decoder seems to work fine with DR.
|
Sat, 05 Nov 2011 22:18:13 +0000 |
reimar |
Restore NUV1 internal fourcc.
|
Sat, 05 Nov 2011 19:11:21 +0000 |
reimar |
Improve support for reget_buffer, this fixes DR1 with C93 FFmpeg decoder.
|
Sat, 05 Nov 2011 18:38:56 +0000 |
cehoyos |
Support Chronomaster DFA decoding (bug 2006).
|
Sat, 05 Nov 2011 18:20:44 +0000 |
reimar |
Fixes for palette allocation handling.
|
Sat, 05 Nov 2011 16:35:50 +0000 |
diego |
build: Merge DOCS/xml/xml.mak into config.mak.
|
Sat, 05 Nov 2011 13:47:51 +0000 |
cehoyos |
Define HAVE_YASM etc. not only for x86.
|
Fri, 04 Nov 2011 15:22:51 +0000 |
diego |
fmt_conversion: surround PIX_FMT_GBR24P by #ifdefs to ensure availability
|
Fri, 04 Nov 2011 14:29:33 +0000 |
diego |
configure: Remove unused alsa9 and alsa1x config.h #defines.
|
Fri, 04 Nov 2011 14:29:31 +0000 |
diego |
configure: remove erroneous extra set of braces from vsscanf test
|
Fri, 04 Nov 2011 12:30:42 +0000 |
diego |
vf_zrmjpeg: fix compilation after introduction of av_strcasecmp
|
Fri, 04 Nov 2011 12:30:39 +0000 |
diego |
configure: Add CONFIG_LIBMODPLUG to config.h for FFmpeg.
|
Fri, 04 Nov 2011 12:30:36 +0000 |
diego |
libdvdcss: sync some whitespace changes from upstream
|
Fri, 04 Nov 2011 08:41:11 +0000 |
cehoyos |
Support Mobotix MxPEG decoding (bug 2004).
|
Thu, 03 Nov 2011 19:33:05 +0000 |
cehoyos |
Use init_avformat() instead of av_register_all().
|
Thu, 03 Nov 2011 18:51:56 +0000 |
cehoyos |
Cosmetics: Remove empty statement.
|
Thu, 03 Nov 2011 18:45:59 +0000 |
cehoyos |
Use new API avformat_new_stream() instead of the deprecated
|
Thu, 03 Nov 2011 18:43:49 +0000 |
cehoyos |
Call av_register_all() before initialising the SPDIF muxer.
|
Thu, 03 Nov 2011 14:23:17 +0000 |
diego |
configure: add braces to initializer in vsscanf test to shut up a gcc warning
|
Thu, 03 Nov 2011 14:23:14 +0000 |
diego |
configure: merge DOCS/xml/configure into top-level configure
|
Thu, 03 Nov 2011 13:24:53 +0000 |
diego |
Fix a bunch of Doxygen syntax errors that caused warnings.
|
Thu, 03 Nov 2011 13:24:50 +0000 |
diego |
loader: remove duplicate cpudetect.h #include
|
Thu, 03 Nov 2011 13:24:46 +0000 |
diego |
cpudetect: clean up libavutil #includes
|
Wed, 02 Nov 2011 13:03:20 +0000 |
diego |
configure: Clarify a comment that explains the purpose of the glob_win variable.
|
Mon, 31 Oct 2011 19:44:51 +0000 |
diego |
Map 8svx fourcc to 8raw instead of relying on non-existing CODEC_ID.
|
Mon, 31 Oct 2011 13:18:45 +0000 |
diego |
build: fix compilation on Solaris due to missing alloca.h #include
|
Mon, 31 Oct 2011 12:25:00 +0000 |
ib |
Add missing parameter to Win32 GUI's call to m_config_parse_config_file().
|
Mon, 31 Oct 2011 11:51:03 +0000 |
ib |
Add missing parameter to Win32 GUI's call to m_config_parse_config_file().
|
Mon, 31 Oct 2011 00:47:40 +0000 |
cehoyos |
Support FFmpeg Dirac decoder.
|
Sun, 30 Oct 2011 18:00:25 +0000 |
cehoyos |
Whitespace cosmetics: Align some IMGFMT-lists.
|
Sun, 30 Oct 2011 17:40:22 +0000 |
cehoyos |
Fix compilation on Solaris/OpenIndiana where 'uname -m' outputs "i86pc".
|
Sat, 29 Oct 2011 16:51:26 +0000 |
cehoyos |
Support YUV 4:4:4 9-bit output.
|
Sat, 29 Oct 2011 10:01:32 +0000 |
cehoyos |
Fix compilation for broken libopenjpeg.
|
Fri, 28 Oct 2011 12:46:30 +0000 |
jrash |
sync with en/mplayer.1 rev. 34249
|
Fri, 28 Oct 2011 12:43:31 +0000 |
jrash |
Synced with help_mp-en.h rev. 34253
|
Thu, 27 Oct 2011 20:09:09 +0000 |
ib |
Fix wrong runtime and average bitrate for VBR (variable bitrate) MP3.
|
Thu, 27 Oct 2011 19:58:42 +0000 |
ib |
Ensure that demuxer->movi_end will be set.
|
Thu, 27 Oct 2011 12:16:01 +0000 |
diego |
build: Only compile Windows-specific local glob() replacement on MinGW.
|
Thu, 27 Oct 2011 01:11:34 +0000 |
compn |
add m1v isom to mpeg1 codecs
|
Wed, 26 Oct 2011 19:39:14 +0000 |
ib |
Use CONF_TYPE_FUNC_PARAM for option gui-include.
|
Wed, 26 Oct 2011 18:26:51 +0000 |
reimar |
Clarify that too old binutils is only an issue with x86_64 compilation.
|
Wed, 26 Oct 2011 17:02:09 +0000 |
diego |
libdvdcss: Drop #define of snprintf() to _snprintf() if the former is undefined.
|
Wed, 26 Oct 2011 17:02:07 +0000 |
diego |
libdvdcss: consistently use snprintf() instead of _snprintf()
|
Wed, 26 Oct 2011 15:52:06 +0000 |
ib |
Optimize TranslateFilename().
|
Wed, 26 Oct 2011 15:40:47 +0000 |
ib |
Cosmetic: Rename TranslateFilename()'s parameter names.
|
Wed, 26 Oct 2011 15:14:06 +0000 |
ib |
Move TranslateFilename() to util/string.c.
|
Wed, 26 Oct 2011 15:12:35 +0000 |
diego |
Add missing mp_msg.h #includes, remove some unnecessary ones.
|
Wed, 26 Oct 2011 15:12:25 +0000 |
diego |
demux_rtp: Replace extern declarations by proper header #includes.
|
Tue, 25 Oct 2011 20:45:09 +0000 |
reimar |
Sanitize include option behaviour.
|
Tue, 25 Oct 2011 20:42:50 +0000 |
reimar |
Pass on errors from CONF_TYPE_FUNC_PARAM_IMMEDIATE function.
|
Tue, 25 Oct 2011 20:38:09 +0000 |
reimar |
Fix parse_call_func return value.
|
Tue, 25 Oct 2011 20:18:35 +0000 |
reimar |
Sanitize include behaviour.
|
Tue, 25 Oct 2011 19:22:10 +0000 |
reimar |
Make include recursion depth actually have some effect.
|
Tue, 25 Oct 2011 19:20:38 +0000 |
reimar |
Remove completely pointless/nonsensical code.
|
Tue, 25 Oct 2011 13:59:33 +0000 |
ib |
Remove unused code from the Win32 GUI.
|
Tue, 25 Oct 2011 13:55:48 +0000 |
ib |
Change MSGTR_MENU_Exit definition.
|
Tue, 25 Oct 2011 13:48:47 +0000 |
ib |
Resize the Win32 GUI preference window and reposition items.
|
Tue, 25 Oct 2011 13:46:43 +0000 |
ib |
Internationalize and localize the Win32 GUI.
|
Tue, 25 Oct 2011 13:40:30 +0000 |
ib |
Change Win32 GUI window captions.
|
Mon, 24 Oct 2011 17:44:13 +0000 |
reimar |
Add a vd_ffmpeg option to make the decoder discard frames until the first
|
Mon, 24 Oct 2011 16:22:10 +0000 |
reimar |
Remove unused code.
|
Mon, 24 Oct 2011 16:20:00 +0000 |
reimar |
Mark pointer arguments as const where possible.
|
Mon, 24 Oct 2011 16:15:02 +0000 |
reimar |
Stop h264_parse_sps and mp_vc1_decode_sequence_header from corrupting the
|
Sun, 23 Oct 2011 20:40:31 +0000 |
cehoyos |
Support planar GBR24 decoding.
|
Sun, 23 Oct 2011 12:14:45 +0000 |
reimar |
Consistently use "struct AVCodecTag" and not sometimes just "AVCodecTag".
|
Sun, 23 Oct 2011 12:12:43 +0000 |
reimar |
Change codec tag/id conversion to not use ff_codec_bmp_tags/ff_codec_wav_tags.
|
Sun, 23 Oct 2011 12:03:40 +0000 |
reimar |
Reindent.
|
Sun, 23 Oct 2011 12:03:13 +0000 |
reimar |
Fix possible crash since RenderCallbackSPDIF might call read_buffer with NULL data.
|
Sun, 23 Oct 2011 12:00:24 +0000 |
reimar |
Add HAVE_CBRTF define.
|
Sun, 23 Oct 2011 11:51:44 +0000 |
reimar |
Use uncrustify on glob-win.c to fix the indentation mess in it.
|
Sun, 23 Oct 2011 10:43:08 +0000 |
cehoyos |
Support some H.264 444P samples.
|
Sat, 22 Oct 2011 11:00:31 +0000 |
ib |
Improve option type CONF_TYPE_PRINT.
|
Sat, 22 Oct 2011 00:17:28 +0000 |
cehoyos |
Always define HAVE_PTHREADS and HAVE_W32THREADS.
|
Fri, 21 Oct 2011 23:15:33 +0000 |
cehoyos |
x264 version 118 is required for successful compilation.
|
Fri, 21 Oct 2011 18:20:53 +0000 |
compn |
add forgotten ec-3 tag to parsers list in demuxers.c
|
Fri, 21 Oct 2011 18:08:36 +0000 |
compn |
add ec-3 isom to eac3 decoder, fixes:
|
Fri, 21 Oct 2011 15:44:58 +0000 |
diego |
Employ correct off_t printf conversion specifiers; this time without typos.
|
Fri, 21 Oct 2011 15:44:56 +0000 |
diego |
configure: add -D__STDC_FORMAT_MACROS to CXXFLAGS
|
Fri, 21 Oct 2011 15:44:55 +0000 |
diego |
configure: cosmetics: fix indentation
|
Fri, 21 Oct 2011 15:44:53 +0000 |
diego |
configure: Add CONFIG_AVSERVER/HAVE_STRPTIME config.h #defines for libavformat.
|
Fri, 21 Oct 2011 08:49:48 +0000 |
cehoyos |
Fix compilation: Partly revert r34227.
|
Thu, 20 Oct 2011 21:49:30 +0000 |
diego |
Fix off_t printf conversion specifiers and related warnings.
|
Thu, 20 Oct 2011 16:42:31 +0000 |
cehoyos |
Support H264 4:2:2.
|
Thu, 20 Oct 2011 16:32:55 +0000 |
cehoyos |
Support Kostya's native Ut Video decoder.
|
Thu, 20 Oct 2011 14:42:14 +0000 |
diego |
Replace 'q' printf length modifier by 'll'.
|
Thu, 20 Oct 2011 13:09:08 +0000 |
ib |
Add TranslateFilename() to the Win32 GUI.
|
Thu, 20 Oct 2011 12:53:27 +0000 |
ib |
Remove unused code.
|
Thu, 20 Oct 2011 12:48:35 +0000 |
ib |
Support transparency in decorated windows in the Win32 GUI.
|
Thu, 20 Oct 2011 12:24:00 +0000 |
ib |
Add comment to bpRenderMask().
|
Thu, 20 Oct 2011 12:12:51 +0000 |
ib |
Cosmetic: Adjust indent.
|
Thu, 20 Oct 2011 12:05:47 +0000 |
ib |
Fix bug in bpRenderMask().
|
Thu, 20 Oct 2011 11:15:30 +0000 |
ib |
Prevent adding a base path wrongly.
|
Thu, 20 Oct 2011 11:12:41 +0000 |
ib |
Prevent adding a base path wrongly.
|
Thu, 20 Oct 2011 10:41:31 +0000 |
ib |
Revise comment on filename conversion in the Wine port.
|
Tue, 18 Oct 2011 12:45:24 +0000 |
ib |
Fix bug with option sub_window in the Win32 GUI.
|
Tue, 18 Oct 2011 11:03:39 +0000 |
compn |
add utvideo binary codec
|
Mon, 17 Oct 2011 12:37:32 +0000 |
ib |
Fix bug in wsResizeWindow().
|
Mon, 17 Oct 2011 10:48:20 +0000 |
ib |
Cosmetic: Change comment.
|
Mon, 17 Oct 2011 10:47:28 +0000 |
ib |
Revise documentation.
|
Mon, 17 Oct 2011 10:46:38 +0000 |
ib |
Fix include condition.
|
Sun, 16 Oct 2011 11:48:05 +0000 |
cehoyos |
Support ASP by QNAP Systems.
|
Sun, 16 Oct 2011 10:49:48 +0000 |
ib |
Add comment.
|
Sun, 16 Oct 2011 10:49:04 +0000 |
ib |
Change comment.
|
Sun, 16 Oct 2011 10:48:23 +0000 |
ib |
Change and add comment.
|
Sat, 15 Oct 2011 16:33:05 +0000 |
cehoyos |
Support H264 from QNAP Systems.
|
Sat, 15 Oct 2011 13:20:52 +0000 |
ib |
Port to Wine.
|
Sat, 15 Oct 2011 11:07:29 +0000 |
ib |
Ensure that filename related config will always be loaded.
|
Sat, 15 Oct 2011 10:37:36 +0000 |
ib |
Allow GUI to use filename related config.
|
Sat, 15 Oct 2011 06:41:24 +0000 |
cehoyos |
Improve comments for FFmpeg SPDIF hardware audio decoders.
|
Fri, 14 Oct 2011 17:28:51 +0000 |
cehoyos |
Do not compile FFmpeg's avfilters if they are not needed.
|
Fri, 14 Oct 2011 12:55:09 +0000 |
jrash |
sync with en/mplayer.1 rev. 34190
|
Thu, 13 Oct 2011 18:14:02 +0000 |
reimar |
Add PVA to lavf preferred formats list, its demuxer seems to work well
|
Thu, 13 Oct 2011 16:50:30 +0000 |
reimar |
Remove unused variable (caused by mistake in patch removing PVA_NEW_PREBYTES_CODE).
|
Thu, 13 Oct 2011 16:49:21 +0000 |
reimar |
Do not use long type, it makes the code more platform dependent for no
|
Thu, 13 Oct 2011 16:45:48 +0000 |
reimar |
Remove some ifdefs that existed only for testing and had no use since
|
Wed, 12 Oct 2011 22:32:45 +0000 |
cehoyos |
The GPL'd ProRes decoder from FFmpeg has been LGPL'd and renamed to 'prores'.
|
Wed, 12 Oct 2011 22:04:12 +0000 |
cehoyos |
While 'untested' is probably true for spdifmpa, it is not the right status.
|
Wed, 12 Oct 2011 17:23:08 +0000 |
diego |
S/PDIF passthrough decoder
|
Wed, 12 Oct 2011 11:38:10 +0000 |
cigaes |
libmpcodec: add vf_lavfi.
|
Wed, 12 Oct 2011 11:38:08 +0000 |
cigaes |
build: enable libavfilter.
|
Wed, 12 Oct 2011 09:24:58 +0000 |
cehoyos |
The LGPL ProRes decoder is faster now than the GPL decoder.
|
Tue, 11 Oct 2011 15:31:08 +0000 |
cehoyos |
Move non-existing ProRes decoder to the end.
|
Mon, 10 Oct 2011 08:28:17 +0000 |
cehoyos |
Cosmetics: Fix comment.
|
Fri, 07 Oct 2011 16:15:37 +0000 |
cehoyos |
Support MP3 in TS with -demuxer lavf.
|
Fri, 07 Oct 2011 15:55:57 +0000 |
cehoyos |
Support decoding 8SVX in IFF.
|
Fri, 07 Oct 2011 15:23:55 +0000 |
cehoyos |
Support G2M4 with cytrix codec pack.
|
Thu, 06 Oct 2011 12:22:57 +0000 |
ib |
Cosmetic: Adjust indent.
|
Thu, 06 Oct 2011 12:21:46 +0000 |
ib |
Simplify building filename by using strcpy().
|
Thu, 06 Oct 2011 12:09:05 +0000 |
ib |
Don't use the Windows style path separator character in Win32 GUI.
|
Thu, 06 Oct 2011 10:04:40 +0000 |
ib |
Fix DirectX compilation error.
|
Tue, 04 Oct 2011 02:02:53 +0000 |
compn |
add binary sheercodec for isom Shr0, samples on ffmpeg trac
|
Mon, 03 Oct 2011 18:52:06 +0000 |
ib |
Revise message text of the Win32 GUI sub_window option.
|
Mon, 03 Oct 2011 18:49:41 +0000 |
ib |
Revise OSD preference related message texts in the Win32 GUI.
|
Mon, 03 Oct 2011 17:27:44 +0000 |
ib |
Add idle option to Win32 GUI preferences dialog.
|
Sun, 02 Oct 2011 21:32:45 +0000 |
compn |
map format 0x38 to amrnb
|
Sat, 01 Oct 2011 17:30:43 +0000 |
ib |
Make idle mode default in Win32 GUI.
|
Sat, 01 Oct 2011 15:49:19 +0000 |
ib |
Enable option "enqueue" for Win32 GUI.
|
Sat, 01 Oct 2011 15:32:04 +0000 |
ib |
Simplify wsAutohideCursor().
|
Sat, 01 Oct 2011 15:12:54 +0000 |
ib |
Cosmetic: Adjust indent.
|
Sat, 01 Oct 2011 15:09:09 +0000 |
ib |
Fix cursor autohide functionality of the GUI.
|
Sat, 01 Oct 2011 10:20:41 +0000 |
compn |
add some aac/dts fourccs
|
Fri, 30 Sep 2011 21:47:26 +0000 |
cehoyos |
Support G.723.1 decoding via FFmpeg.
|
Fri, 30 Sep 2011 21:20:07 +0000 |
reimar |
Fix cpp_condition_check to work for empty header.
|
Fri, 30 Sep 2011 15:28:01 +0000 |
ib |
Cosmetic: Order STREAMTYPE related code.
|
Fri, 30 Sep 2011 15:13:01 +0000 |
ib |
Remove needless code.
|
Fri, 30 Sep 2011 14:38:56 +0000 |
ib |
Restrict use of STREAMTYPE_STREAM in Win32 GUI.
|
Fri, 30 Sep 2011 14:33:13 +0000 |
ib |
Set all buttons related to seek operations according to stream type.
|
Fri, 30 Sep 2011 14:18:26 +0000 |
ib |
Remove check for STREAMTYPE_PLAYLIST.
|
Thu, 29 Sep 2011 22:39:08 +0000 |
compn |
sync vlc fourcc list with codecs.conf
|
Thu, 29 Sep 2011 21:04:16 +0000 |
compn |
add LJ2K fourcc
|
Thu, 29 Sep 2011 14:02:32 +0000 |
ib |
Revise part of the comment on guiPlaylistInitialize().
|
Thu, 29 Sep 2011 13:58:57 +0000 |
ib |
Change handling for option "enqueue" in guiPlaylistInitialize().
|
Thu, 29 Sep 2011 13:52:19 +0000 |
ib |
Don't needlessly set filename in GUI_PREPARE.
|
Thu, 29 Sep 2011 13:44:21 +0000 |
ib |
Set an URL guiInfo.Filename by using uiSetFileName().
|
Thu, 29 Sep 2011 13:36:25 +0000 |
ib |
Cosmetic: Adjust indent.
|
Thu, 29 Sep 2011 13:35:31 +0000 |
ib |
Change guiInfo.Filename by using uiSetFileName() only.
|
Thu, 29 Sep 2011 13:26:32 +0000 |
ib |
Set MPlayer filename in uiSetFileName().
|
Thu, 29 Sep 2011 11:19:23 +0000 |
cehoyos |
Support FFmpeg JPEG 2000 decoder.
|
Thu, 29 Sep 2011 02:44:48 +0000 |
compn |
decoder: add ffmpeg ansi decoder
|
Wed, 28 Sep 2011 18:52:11 +0000 |
reimar |
Remove usage of glColor3f, there is not really a point in it.
|
Wed, 28 Sep 2011 18:26:18 +0000 |
reimar |
Add () around macro definitions where necessary to avoid bad surprises.
|
Wed, 28 Sep 2011 17:04:09 +0000 |
diego |
ao_coreaudio: Fix spdif output for OS X 10.7.
|
Wed, 28 Sep 2011 16:55:52 +0000 |
ib |
Remove pointless assignment.
|
Wed, 28 Sep 2011 16:17:35 +0000 |
ib |
Fix Win32 GUI filename problems.
|
Wed, 28 Sep 2011 13:53:15 +0000 |
ib |
Correct comment on playtree and playtree_iter in connection with the GUI.
|
Wed, 28 Sep 2011 09:59:02 +0000 |
diego |
build: Simplify handling of local OS feature fallbacks.
|
Tue, 27 Sep 2011 21:42:46 +0000 |
reimar |
Change silly matrixview code to not needlessly change state on every frame
|
Tue, 27 Sep 2011 16:39:36 +0000 |
siretart |
debian packaging: remove unnecessary rules 'get-orig-source'
|
Tue, 27 Sep 2011 14:15:42 +0000 |
ib |
Remove gui() instruction GUI_SET_FILE.
|
Mon, 26 Sep 2011 17:25:45 +0000 |
diego |
configure: add missing C program body to cpp_condition_check()
|
Mon, 26 Sep 2011 16:30:22 +0000 |
diego |
configure: do not forget to shift away arguments in cpp_condition_check()
|
Mon, 26 Sep 2011 10:59:45 +0000 |
diego |
codecs.conf: add libav Apple ProRes decoder
|
Mon, 26 Sep 2011 10:59:43 +0000 |
diego |
configure: generalize cpp_condition_check() and use it to simplify tests
|
Mon, 26 Sep 2011 10:59:42 +0000 |
diego |
configure: refactor PIC test using cpp_condition_check()
|
Mon, 26 Sep 2011 10:59:41 +0000 |
diego |
configure: config.h ordering cosmetics
|
Mon, 26 Sep 2011 10:59:39 +0000 |
diego |
configure: Set CONFIG_PIC to 1 if PIC is enabled.
|
Sun, 25 Sep 2011 13:28:25 +0000 |
reimar |
Set up HAVE_VFP_ARGS and CONFIG_THUMB correctly to fix compilation for ARM.
|
Sun, 25 Sep 2011 09:58:58 +0000 |
cehoyos |
Support Sorenson Spark in f4v files.
|
Sun, 25 Sep 2011 09:55:30 +0000 |
cehoyos |
Support act files with -demuxer lavf.
|
Fri, 23 Sep 2011 23:41:33 +0000 |
cehoyos |
Change name of LGPL'd ProRes decoder.
|
Fri, 23 Sep 2011 16:08:15 +0000 |
diego |
configure: drop extra standard compiler/linker flags for *BSD systems
|
Fri, 23 Sep 2011 14:26:24 +0000 |
diego |
vidix: Add two more ATI Rage Mobility hardware IDs.
|
Fri, 23 Sep 2011 14:26:20 +0000 |
diego |
stream_bluray: switch to new libbluray API
|
Fri, 23 Sep 2011 07:36:15 +0000 |
cehoyos |
There is a second prores decoder in FFmpeg now.
|
Fri, 23 Sep 2011 07:35:46 +0000 |
cehoyos |
The GPL'd FFmpeg prores decoder changed its name.
|
Wed, 21 Sep 2011 14:20:04 +0000 |
ib |
Force redraw of main window after playback has ended.
|
Wed, 21 Sep 2011 13:55:40 +0000 |
ib |
Replace numeric constant for cursor autohide time by symbolic constant.
|
Wed, 21 Sep 2011 13:26:02 +0000 |
ib |
Add cursor autohide functionality to the GUI.
|
Wed, 21 Sep 2011 13:20:12 +0000 |
ib |
Hide cursor during playback in GUI.
|
Wed, 21 Sep 2011 13:15:04 +0000 |
ib |
Don't hide or show cursor if attached to an existing window.
|
Wed, 21 Sep 2011 09:53:12 +0000 |
cehoyos |
Support decoding speex in f4v.
|
Wed, 21 Sep 2011 01:33:22 +0000 |
cehoyos |
FFmpeg supports decoding ProRes 4444.
|
Wed, 21 Sep 2011 01:32:43 +0000 |
cehoyos |
Add 444P10 support.
|
Tue, 20 Sep 2011 19:15:36 +0000 |
diego |
Update entry for FFmpeg in Copyright file after move to single directory.
|
Tue, 20 Sep 2011 14:12:20 +0000 |
compn |
add native ffmpeg amrwb decoder
|
Mon, 19 Sep 2011 22:11:12 +0000 |
reimar |
Get rid of X11_FULLSCREEN.
|
Mon, 19 Sep 2011 22:03:36 +0000 |
reimar |
Remove unnecessary #ifdefs from header file.
|
Sun, 18 Sep 2011 16:51:40 +0000 |
cehoyos |
Use FFmpeg ProRes if both libopencore libraries are not enabled.
|
Sat, 17 Sep 2011 16:53:22 +0000 |
reimar |
Fix broken indentation due to a tab that slipped in.
|
Sat, 17 Sep 2011 16:48:40 +0000 |
reimar |
Get rid of usage of deprecated palctrl which no longer works anyway.
|
Sat, 17 Sep 2011 14:56:35 +0000 |
reimar |
Get rid of a few munged-in tabs.
|
Sat, 17 Sep 2011 05:45:52 +0000 |
cehoyos |
FFmpeg supports Creative JPEG codec.
|
Thu, 15 Sep 2011 18:48:33 +0000 |
cehoyos |
Add fourccs for FFmpeg ProRes decoder.
|
Thu, 15 Sep 2011 18:46:51 +0000 |
cehoyos |
Disable FFmpeg ProRes for now: It does not like libopencore*.
|
Tue, 13 Sep 2011 11:37:45 +0000 |
diego |
doc: update Italian man page
|
Tue, 13 Sep 2011 00:24:02 +0000 |
compn |
add remaining avc-intra isom's from ffmpeg to h264 decoders
|
Tue, 13 Sep 2011 00:07:05 +0000 |
compn |
add disabled ffrawnv12
|
Mon, 12 Sep 2011 23:36:00 +0000 |
diego |
libass: consistently #include sub/ass_mp.h without #ifdefs
|
Mon, 12 Sep 2011 23:08:39 +0000 |
diego |
libass: always use sub/mp_ass.h instead of #including libass headers directly
|
Sun, 11 Sep 2011 10:33:13 +0000 |
reimar |
Update included libass copy to 0.9.13 release.
|
Sat, 10 Sep 2011 09:37:52 +0000 |
jrash |
sync with en/mplayer.1 rev. 34076
|
Fri, 09 Sep 2011 14:32:13 +0000 |
ib |
Replace comment for wsFullScreen() by doxygen comment.
|
Fri, 09 Sep 2011 14:30:05 +0000 |
ib |
Collect EWMH and non-EWMH code in wsFullScreen() by an if-else statement.
|
Fri, 09 Sep 2011 14:18:56 +0000 |
ib |
Remove disabled DPMS code in ws.c.
|
Fri, 09 Sep 2011 14:15:05 +0000 |
ib |
Replace vo_x11_decoration() call by wsWindowDecoration() in wsFullScreen().
|
Fri, 09 Sep 2011 14:11:50 +0000 |
ib |
Replace vo_x11_setlayer() calls by wsSetLayer() in wsFullScreen().
|
Fri, 09 Sep 2011 14:07:14 +0000 |
ib |
Cosmetic changes at ontop code in wsFullScreen().
|
Fri, 09 Sep 2011 13:57:19 +0000 |
ib |
Port r14245 change to wsFullScreen().
|
Fri, 09 Sep 2011 13:53:23 +0000 |
ib |
Port r12124 change to wsFullScreen().
|
Fri, 09 Sep 2011 13:46:11 +0000 |
ib |
Place XWithdrawWindow() before window decor changes in wsFullScreen().
|
Fri, 09 Sep 2011 13:34:55 +0000 |
ib |
Move an assignment in wsFullScreen().
|
Fri, 09 Sep 2011 13:13:57 +0000 |
ib |
Cosmetic: Rename all Display parameters dsp dpy.
|
Thu, 08 Sep 2011 15:31:25 +0000 |
ib |
Preserve x and y position of a double-size window if possible.
|
Thu, 08 Sep 2011 14:00:12 +0000 |
ib |
Preserve x and y position of a half-size window.
|
Thu, 08 Sep 2011 13:42:53 +0000 |
ib |
Remove variable decoration in wsFullScreen().
|
Thu, 08 Sep 2011 13:30:50 +0000 |
ib |
Move common code to new function wsWindowPosition().
|
Thu, 08 Sep 2011 12:34:28 +0000 |
ib |
Move common code to new function wsUpdateXineramaInfo().
|
Thu, 08 Sep 2011 11:11:02 +0000 |
ib |
Change parameter b of wsMoveWindow().
|
Thu, 08 Sep 2011 10:43:11 +0000 |
ib |
Use wsRaiseWindowTop() in wsFullScreen().
|
Thu, 08 Sep 2011 10:41:18 +0000 |
ib |
Replace comment for wsRaiseWindowTop() by doxygen comment.
|
Thu, 08 Sep 2011 10:34:17 +0000 |
ib |
Cosmetic: Rename wsMoveTopWindow() wsRaiseWindowTop().
|
Wed, 07 Sep 2011 19:17:00 +0000 |
reimar |
Ignore "make clean" errors in ffmpeg/.
|
Wed, 07 Sep 2011 16:15:58 +0000 |
reimar |
Change stop_xscreensaver default to 1 to be more user-friendly.
|
Wed, 07 Sep 2011 15:46:58 +0000 |
ib |
doxygen: Enable the reuse of the documentation of the first member
|
Tue, 06 Sep 2011 20:39:06 +0000 |
reimar |
Make the stop-xscreensaver option behave as described in the man page.
|
Tue, 06 Sep 2011 15:28:53 +0000 |
ib |
Replace all mp_dbg() calls by mp_msg().
|
Tue, 06 Sep 2011 15:10:01 +0000 |
ib |
Add doxygen comments to bitmap.c and bitmap.h.
|
Tue, 06 Sep 2011 14:59:04 +0000 |
ib |
Cosmetic: Rename parameters bf img in bitmap.c.
|
Tue, 06 Sep 2011 13:37:32 +0000 |
ib |
Add doxygen comments to string.c.
|
Tue, 06 Sep 2011 12:11:23 +0000 |
ib |
Add doxygen comments to cut.c and cut.h.
|
Tue, 06 Sep 2011 11:18:00 +0000 |
ib |
Change some comments in interface.h to doxygen style.
|
Tue, 06 Sep 2011 10:08:53 +0000 |
ib |
Add doxygen comments to app.c.
|
Tue, 06 Sep 2011 09:29:04 +0000 |
ib |
Replace some btnModify() calls by btnSet().
|
Tue, 06 Sep 2011 08:59:44 +0000 |
ib |
Correct a doxygen formatting mistake in ws.c.
|
Tue, 06 Sep 2011 08:52:01 +0000 |
ib |
Add doxygen comments to mem.h.
|
Tue, 06 Sep 2011 08:51:16 +0000 |
ib |
Add a doxygen comment to ws.c.
|
Mon, 05 Sep 2011 21:55:40 +0000 |
reimar |
Simplify checking for ppc or ppc64 using wildcards.
|
Mon, 05 Sep 2011 18:43:01 +0000 |
ib |
Add doxygen comments to font.c.
|
Mon, 05 Sep 2011 18:29:35 +0000 |
ib |
Cosmetic: Rename skinImageRead() parameter bf img in doxygen comment.
|
Mon, 05 Sep 2011 16:19:04 +0000 |
ib |
Cosmetic: Rename fntRender() fntTextRender().
|
Mon, 05 Sep 2011 16:08:16 +0000 |
ib |
Cosmetic: Rename skinImageRead() parameter bf img in header file.
|
Mon, 05 Sep 2011 16:00:37 +0000 |
ib |
Cosmetic: Rename skinBPRead() skinImageRead().
|
Mon, 05 Sep 2011 15:47:55 +0000 |
ib |
Add doxygen comments to skin.c.
|
Mon, 05 Sep 2011 14:24:54 +0000 |
cehoyos |
Cosmetics: Order filters alphabetically.
|
Mon, 05 Sep 2011 11:48:36 +0000 |
ib |
Make vo_hidecursor() and vo_showcursor() static.
|
Sat, 03 Sep 2011 15:52:07 +0000 |
ib |
Add an about box to the Win32 GUI.
|
Fri, 02 Sep 2011 13:58:01 +0000 |
jrash |
sync with en/mplayer.1 rev. 34015
|
Fri, 02 Sep 2011 09:58:55 +0000 |
ib |
Add the MPlayer title string to the about box.
|
Thu, 01 Sep 2011 21:49:22 +0000 |
reimar |
Autodetect 32- vs. 64-bit PowerPC just like for x86.
|
Thu, 01 Sep 2011 20:17:03 +0000 |
ib |
Cosmetic: Adjust indent.
|
Thu, 01 Sep 2011 20:15:40 +0000 |
ib |
Rework fullscreen handling.
|
Thu, 01 Sep 2011 19:14:11 +0000 |
ib |
Perform a wsHandleEvents() when playback ends.
|
Thu, 01 Sep 2011 19:08:07 +0000 |
ib |
Set WinID early and once.
|
Thu, 01 Sep 2011 18:52:09 +0000 |
ib |
Rephrase condition for btnModify().
|
Thu, 01 Sep 2011 18:41:36 +0000 |
ib |
Cosmetic: Adjust indent.
|
Thu, 01 Sep 2011 18:40:01 +0000 |
ib |
Move a misplaced closing brace to its correct position.
|
Thu, 01 Sep 2011 18:32:33 +0000 |
ib |
Some cosmetic changes in wsFullScreen().
|
Thu, 01 Sep 2011 18:22:58 +0000 |
ib |
Don't map the window after resizing.
|
Thu, 01 Sep 2011 18:19:27 +0000 |
ib |
Keep track of fullscreen state.
|
Thu, 01 Sep 2011 18:07:59 +0000 |
ib |
Remove pointless condition.
|
Thu, 01 Sep 2011 17:57:15 +0000 |
ib |
Cosmetic: Adjust indent.
|
Thu, 01 Sep 2011 17:53:33 +0000 |
ib |
Resize video window after switching from fullscreen to normal size.
|
Thu, 01 Sep 2011 17:31:46 +0000 |
ib |
Change repositioning of the normal size video window.
|
Thu, 01 Sep 2011 17:27:44 +0000 |
ib |
Modify video window size change behavior.
|
Thu, 01 Sep 2011 17:16:49 +0000 |
cehoyos |
Intel C Compiler 12.0 is supported, 11.0 is not.
|
Thu, 01 Sep 2011 17:08:58 +0000 |
ib |
Remove assignments to guiInfo.VideoWindow when playback stops.
|
Thu, 01 Sep 2011 17:01:10 +0000 |
ib |
Cosmetic: Move guiInfo member VideoWindow.
|
Thu, 01 Sep 2011 16:55:14 +0000 |
ib |
Change ESC key behavior in fullscreen state.
|
Thu, 01 Sep 2011 16:44:52 +0000 |
ib |
Don't use current x and y position of video window for saving.
|
Wed, 31 Aug 2011 17:45:02 +0000 |
ib |
Remove dependency between gtkShowVideoWindow and gtkLoadFullscreen
|
Wed, 31 Aug 2011 09:04:21 +0000 |
cehoyos |
Do not map to internal MPlayer FourCC if possible.
|
Mon, 29 Aug 2011 12:48:21 +0000 |
cehoyos |
Support Nellymoser in isom.
|
Sat, 27 Aug 2011 16:53:50 +0000 |
ib |
Remove dependency between gtkShowVideoWindow and gtkLoadFullscreen
|
Sat, 27 Aug 2011 16:51:52 +0000 |
ib |
Add a parameter to vo_x11_ewmh_fullscreen().
|
Sat, 27 Aug 2011 11:17:05 +0000 |
reimar |
Replace deprecated functionality in muxer_lavf.
|
Sat, 27 Aug 2011 11:04:53 +0000 |
reimar |
Only use non-deprecated code in lavc encoders.
|
Sat, 27 Aug 2011 11:02:04 +0000 |
reimar |
Updated usage of some deprecated functions in FFmpeg audio decoder.
|
Sat, 27 Aug 2011 10:57:48 +0000 |
reimar |
Replace several deprecated functions.
|
Sat, 27 Aug 2011 10:52:30 +0000 |
reimar |
Simplify by using avformat_open_input instead of av_open_input_stream.
|
Sat, 27 Aug 2011 10:43:25 +0000 |
reimar |
100l, fix compilation.
|
Sat, 27 Aug 2011 10:41:54 +0000 |
reimar |
Replace easy to change deprecated functionality.
|
Sat, 27 Aug 2011 09:58:54 +0000 |
reimar |
Ensure we do not use 100% CPU when waiting for input with no file-based inputs.
|
Fri, 26 Aug 2011 19:35:46 +0000 |
reimar |
Remove pointless pointer indirection for shader program strings.
|
Fri, 26 Aug 2011 19:24:12 +0000 |
reimar |
Hook up -vo gl noise support.
|
Fri, 26 Aug 2011 18:51:51 +0000 |
reimar |
Add disabled feature: noise filter for vo_gl.
|
Fri, 26 Aug 2011 09:46:42 +0000 |
ib |
Replace data type CARD32 by long.
|
Thu, 25 Aug 2011 19:19:53 +0000 |
diego |
configure: rewrite fribidi check to be consistent with other pkg-config checks
|
Thu, 25 Aug 2011 19:19:51 +0000 |
diego |
configure: cosmetics: eliminate tabs
|
Wed, 24 Aug 2011 19:16:02 +0000 |
reimar |
Set receive timeout correctly on Windows.
|
Wed, 24 Aug 2011 18:54:08 +0000 |
reimar |
Fix udp-slave on Windows: Make sure WSAStartup is called
|
Tue, 23 Aug 2011 20:04:40 +0000 |
cehoyos |
FFmpeg now supports WVP2 and WMVP.
|
Sat, 20 Aug 2011 11:36:30 +0000 |
reimar |
Fix disabled code.
|
Sat, 20 Aug 2011 11:29:23 +0000 |
reimar |
Fix spelling.
|
Sat, 20 Aug 2011 10:19:23 +0000 |
cigaes |
x11_common: XChangeProperty uses long for 32-bits.
|
Sat, 20 Aug 2011 08:18:36 +0000 |
cehoyos |
Fix infinite loop in '-demuxer lavf -lavfdopts format=help'
|
Fri, 19 Aug 2011 18:36:14 +0000 |
reimar |
Do not believe a mp4v codec tag, go based on codec id instead in that case.
|
Thu, 18 Aug 2011 19:20:50 +0000 |
reimar |
Ensure filepos is initialized before following code tries to use it.
|
Thu, 18 Aug 2011 19:19:58 +0000 |
reimar |
Remove senseless seek.
|
Thu, 18 Aug 2011 19:15:06 +0000 |
reimar |
Remove strange pts locking code that would never really result in good
|
Thu, 18 Aug 2011 18:56:09 +0000 |
reimar |
Another attempt to make up timestamps for video filters.
|
Thu, 18 Aug 2011 18:37:07 +0000 |
reimar |
Try using sh_video->pts instead of v_muxer_time for filter timestamp.
|
Thu, 18 Aug 2011 18:32:53 +0000 |
reimar |
Simply drop packets for which new_demux_packet allocation fails.
|
Mon, 15 Aug 2011 21:28:19 +0000 |
reimar |
Forgotten commit of subreader.h adding SUB_GOOGLE define.
|
Mon, 15 Aug 2011 20:33:45 +0000 |
reimar |
Quick-and-dirty support for reading Google/YouTube subtitle format.
|
Mon, 15 Aug 2011 20:32:26 +0000 |
reimar |
Convert stream_read_line function into more generic stream_read_until function.
|
Mon, 15 Aug 2011 20:19:39 +0000 |
reimar |
Fix reading of aqr/subrip09 subtitles.
|
Mon, 15 Aug 2011 20:05:09 +0000 |
reimar |
Get rid of some code duplication.
|
Mon, 15 Aug 2011 18:38:24 +0000 |
ib |
Cosmetic: Adjust indent.
|
Mon, 15 Aug 2011 18:37:10 +0000 |
ib |
Add guiDVDStruct members to guiInfo.
|
Mon, 15 Aug 2011 13:27:58 +0000 |
ib |
Cosmetic: Rename guiInfo members.
|
Mon, 15 Aug 2011 09:38:32 +0000 |
ib |
Cosmetic: Rearrange the guiInfo members.
|
Mon, 15 Aug 2011 09:09:29 +0000 |
ib |
Cosmetic: Rearrange statements.
|
Fri, 12 Aug 2011 16:31:18 +0000 |
ib |
Provide track information for playlists.
|
Fri, 12 Aug 2011 15:25:30 +0000 |
ib |
Cosmetic: Rename some guiInfo members.
|
Fri, 12 Aug 2011 14:56:19 +0000 |
ib |
Revise the skin documentation.
|
Fri, 12 Aug 2011 14:10:35 +0000 |
ib |
Cosmetic: Adjust indent.
|
Fri, 12 Aug 2011 14:09:36 +0000 |
ib |
Remove needless guiInfo member FilenameChanged.
|
Fri, 12 Aug 2011 13:31:44 +0000 |
ib |
Cosmetic: Comment the enums and #defines in interface.h.
|
Fri, 12 Aug 2011 13:21:51 +0000 |
jrash |
Synced with help_mp-en.h rev. 33962
|
Fri, 12 Aug 2011 13:15:58 +0000 |
ib |
Cosmetic: Adjust indent and remove braces.
|
Fri, 12 Aug 2011 13:14:13 +0000 |
ib |
Remove needless guiInfo member DiskChanged.
|
Fri, 12 Aug 2011 10:23:25 +0000 |
ib |
Remove pointless condition.
|
Fri, 12 Aug 2011 09:41:08 +0000 |
ib |
Cosmetic: Adjust indent.
|
Fri, 12 Aug 2011 09:40:29 +0000 |
ib |
Remove unneeded variable and simplify code.
|
Thu, 11 Aug 2011 18:17:26 +0000 |
reimar |
Add license boilerplate.
|
Thu, 11 Aug 2011 18:15:00 +0000 |
reimar |
Restore alphabetical order.
|
Thu, 11 Aug 2011 17:45:43 +0000 |
diego |
build: drop BeOS support
|
Thu, 11 Aug 2011 17:45:41 +0000 |
diego |
zr: adjust #includes to fix compilation after av_helpers.h creation
|
Thu, 11 Aug 2011 17:45:38 +0000 |
diego |
doxygen: drop filename from @file directive
|
Thu, 11 Aug 2011 17:45:34 +0000 |
diego |
configure: drop support for obsolete versions of sdl-config
|
Thu, 11 Aug 2011 17:45:32 +0000 |
diego |
configure: drop leading underscore from _inc_* variables
|
Thu, 11 Aug 2011 17:45:30 +0000 |
diego |
configure: drop leading underscore from _ld_* variables
|
Thu, 11 Aug 2011 17:45:28 +0000 |
diego |
configure: spelling cosmetics
|
Thu, 11 Aug 2011 17:45:25 +0000 |
diego |
Move cfg_inc_verbose and cfg_include into mpcommon.c.
|
Thu, 11 Aug 2011 13:54:24 +0000 |
ib |
Get rid of a bunch of needless or redundant guiInfo members.
|
Wed, 10 Aug 2011 20:17:20 +0000 |
cboesch |
mplayer: small indent fix.
|
Wed, 10 Aug 2011 14:48:49 +0000 |
ib |
Don't let VCD track number and guiInfo.Track differ.
|
Tue, 09 Aug 2011 21:32:09 +0000 |
ib |
Check directory history entry prior to its usage.
|
Tue, 09 Aug 2011 20:14:30 +0000 |
reimar |
Support parsing of AAC audio.
|
Tue, 09 Aug 2011 19:57:00 +0000 |
reimar |
Move code for setting up libav* logging callbacks from vd_ffmpeg to a
|
Tue, 09 Aug 2011 19:23:41 +0000 |
reimar |
Assume that messages from AVFormatContext are demuxer messages.
|
Tue, 09 Aug 2011 19:15:19 +0000 |
reimar |
Fix neverending "DRI Failure" messages with frame multithreading.
|
Tue, 09 Aug 2011 18:53:43 +0000 |
reimar |
Another attempt to make message easier to understand.
|
Tue, 09 Aug 2011 17:36:49 +0000 |
reimar |
Mark two warnings that usually only indicate a performance issue as such.
|
Tue, 09 Aug 2011 17:20:44 +0000 |
reimar |
Avoid crash and instead print a warning if the av_log callback
|
Thu, 04 Aug 2011 19:30:26 +0000 |
reimar |
vo_null: do not accept hwaccel formats since they need special vo
|
Thu, 04 Aug 2011 09:51:10 +0000 |
ib |
Clarify the encoding to be used in the font description file.
|
Sun, 31 Jul 2011 23:23:12 +0000 |
cehoyos |
FourCC DreX works fine with VDPAU and xvid.
|
Sat, 30 Jul 2011 20:44:37 +0000 |
reimar |
Add some runtime patching magic required for latest Cineform decoder.
|
Sat, 30 Jul 2011 20:26:29 +0000 |
reimar |
Add some additional function/hacks needed for newer CFDecode2.ax versions.
|
Sat, 30 Jul 2011 18:40:20 +0000 |
reimar |
Abort configure if the binutils version is too old and cannot compile
|
Sat, 30 Jul 2011 18:29:09 +0000 |
reimar |
Fix xmm clobber test that was broken since it was added.
|
Sat, 30 Jul 2011 16:27:14 +0000 |
diego |
libnemesi: remove duplicate HAVE_STRUCT_SOCKADDR_STORAGE definition
|
Sat, 30 Jul 2011 16:27:10 +0000 |
diego |
stream_smb: remove unused variable
|
Sat, 30 Jul 2011 16:26:56 +0000 |
diego |
stream_nemesi: remove unused variable
|
Sat, 30 Jul 2011 15:54:35 +0000 |
cehoyos |
Add FourCC DreX for MPEG-4 ASP.
|
Sat, 30 Jul 2011 15:36:37 +0000 |
diego |
win32 gui: replace C99 bool type by int
|
Sat, 30 Jul 2011 14:04:49 +0000 |
reimar |
Fix pkg-config usage for fribidi.
|
Sat, 30 Jul 2011 10:43:38 +0000 |
reimar |
Change code so that it compiles more reliably without libass
|
Sat, 30 Jul 2011 10:29:14 +0000 |
reimar |
Update cdparanoia check to check for paranoia_cachemodel_size.
|
Sat, 30 Jul 2011 03:20:27 +0000 |
jrash |
sync with en/mplayer.1 rev. 33893
|
Sat, 30 Jul 2011 03:15:48 +0000 |
jrash |
Synced with help_mp-en.h rev. 33931
|
Wed, 27 Jul 2011 15:58:30 +0000 |
diego |
Makefile: fix mistakenly broken ADD_ALL_EXESUFS function
|
Wed, 27 Jul 2011 15:33:03 +0000 |
diego |
ae_faac: mark a function as static; add missing ae_faac.h #include
|
Wed, 27 Jul 2011 13:40:19 +0000 |
diego |
Makefile: cosmetics: consistently name all dependency file variables
|
Wed, 27 Jul 2011 13:40:18 +0000 |
diego |
libvo: extend alpha_func function pointers with parameter type declaration
|
Wed, 27 Jul 2011 13:40:16 +0000 |
diego |
Clarify console output when reading optional configuration files.
|
Wed, 27 Jul 2011 13:40:13 +0000 |
diego |
codec-cfg: do not translate verbose mode console message
|
Wed, 27 Jul 2011 13:40:09 +0000 |
diego |
vo_bl: Move config.h #include to the top of the #include list.
|
Wed, 27 Jul 2011 13:40:06 +0000 |
diego |
cleanup: adjust printf format strings to match parameter types
|
Wed, 27 Jul 2011 13:40:00 +0000 |
diego |
vo_zr: fix zr_info array initialization
|
Wed, 27 Jul 2011 13:39:57 +0000 |
diego |
vf_zrmjpeg: fix compilation after function templatization in libavcodec
|
Tue, 26 Jul 2011 10:50:22 +0000 |
cehoyos |
Fix verbosity level broken in r33917.
|
Mon, 25 Jul 2011 23:30:24 +0000 |
diego |
configure: Only link against encode-only libs if mencoder is enabled.
|
Mon, 25 Jul 2011 23:30:21 +0000 |
diego |
dec_video: drop some unnecessary casts
|
Mon, 25 Jul 2011 23:16:28 +0000 |
diego |
cache2: merge struct declaration and member assignment
|
Mon, 25 Jul 2011 23:16:26 +0000 |
diego |
configure: do not add -Werror-implicit-function-declaration to CXXFLAGS
|
Mon, 25 Jul 2011 23:16:23 +0000 |
diego |
configure: add proper check for trunc() instead of hardcoding availability
|
Mon, 25 Jul 2011 18:01:23 +0000 |
reimar |
Pass a (half-made-up) timestamp to filter_video, this allows -ass to work.
|
Mon, 25 Jul 2011 17:04:32 +0000 |
diego |
configure: Drop obsolete addition of FF_API_MAX_STREAMS to CPPFLAGS.
|
Mon, 25 Jul 2011 15:34:17 +0000 |
diego |
stream_radio: restore mistakenly removed MSGTR_RADIO_SelectedChannel
|
Sun, 24 Jul 2011 23:55:39 +0000 |
diego |
Do not employ verbosity level MSGL_V for fatal errors.
|
Sun, 24 Jul 2011 23:55:38 +0000 |
diego |
ao_sun: print fatal error messages not only in verbose mode
|
Sun, 24 Jul 2011 23:55:34 +0000 |
diego |
Do not translate console messages of verbosity level MSGL_V and above.
|
Sun, 24 Jul 2011 23:55:26 +0000 |
diego |
console messages: fix some small errors in German translation
|
Sun, 24 Jul 2011 23:55:23 +0000 |
diego |
console messages: remove extra messages from translations
|
Sun, 24 Jul 2011 23:51:54 +0000 |
diego |
build: drop redundant removal of files below ffmpeg/ on distclean
|
Sun, 24 Jul 2011 23:51:51 +0000 |
diego |
cache2: add missing braces to silence compiler warning
|
Sun, 24 Jul 2011 21:45:19 +0000 |
cehoyos |
Fix compilation on Power Macintosh.
|
Sun, 24 Jul 2011 20:15:53 +0000 |
reimar |
Simplify printing of error strings.
|
Sun, 24 Jul 2011 19:52:46 +0000 |
reimar |
Use struct initializer in one more case.
|
Sun, 24 Jul 2011 19:43:47 +0000 |
reimar |
Avoid typedef.
|
Sun, 24 Jul 2011 19:40:45 +0000 |
reimar |
Simplify some more struct initializations.
|
Sun, 24 Jul 2011 19:36:11 +0000 |
reimar |
Replace some inappropriate while() loops with for()
|
Sun, 24 Jul 2011 19:31:26 +0000 |
reimar |
Store fixed-length string directly in struct, avoid pointer indirection.
|
Sun, 24 Jul 2011 19:29:10 +0000 |
reimar |
Split out read/write part from data struct and make read-only
|
Sun, 24 Jul 2011 19:22:58 +0000 |
reimar |
Simplify struct initialization.
|
Sun, 24 Jul 2011 19:10:45 +0000 |
reimar |
Use FFMIN/FFMAX.
|
Sun, 24 Jul 2011 19:03:19 +0000 |
reimar |
Fix compilation without zlib (also disable flashsv2).
|
Sun, 24 Jul 2011 19:02:38 +0000 |
reimar |
Make NULL checks simpler/more consistent.
|
Sun, 24 Jul 2011 18:21:15 +0000 |
reimar |
Remove pointless () and {}.
|
Sun, 24 Jul 2011 18:15:12 +0000 |
reimar |
Fix array layout uncrustify messed up.
|
Sun, 24 Jul 2011 18:11:39 +0000 |
reimar |
Apply uncrustify to vo_directx.c.
|
Sun, 24 Jul 2011 17:23:49 +0000 |
reimar |
Simplify code handling minimized state.
|
Sun, 24 Jul 2011 17:16:43 +0000 |
reimar |
Restore hunk disabling overlay when the Window is minimized.
|
Sat, 23 Jul 2011 19:33:08 +0000 |
diego |
manual: fix description of b_pyramid x264 option
|
Sat, 23 Jul 2011 19:33:00 +0000 |
diego |
configure: drop check for -lposix4
|
Fri, 22 Jul 2011 10:05:08 +0000 |
diego |
build: fix negative interaction between clean and distclean targets
|
Thu, 21 Jul 2011 22:25:17 +0000 |
diego |
configure: select default CD-ROM device on Solaris according to OS version
|
Thu, 21 Jul 2011 22:25:08 +0000 |
diego |
Makefile: remove stray parameter junk from ADD_ALL_EXESUFS function
|
Thu, 21 Jul 2011 22:24:57 +0000 |
diego |
Makfile: split non-native directories from native directories in DIRS
|
Thu, 21 Jul 2011 01:21:36 +0000 |
diego |
configure: use 'uname -m' to find out host architecture
|
Thu, 21 Jul 2011 01:21:34 +0000 |
diego |
build: Always use the install program set by configure.
|
Wed, 20 Jul 2011 23:54:46 +0000 |
diego |
configure: simplify -lm handling
|
Wed, 20 Jul 2011 21:23:59 +0000 |
cigaes |
configure: set HAVE_LOCAL_ALIGNED_* for x86_64.
|
Fri, 15 Jul 2011 14:36:29 +0000 |
jrash |
sync with en/mplayer.1 rev. 33877
|
Fri, 15 Jul 2011 14:36:04 +0000 |
jrash |
Synced with help_mp-en.h rev. 33866
|
Tue, 12 Jul 2011 14:12:41 +0000 |
diego |
build: Rely on Libav/FFmpeg build system to run clean targets.
|
Tue, 12 Jul 2011 10:19:59 +0000 |
cehoyos |
Fix typo.
|
Tue, 12 Jul 2011 08:59:47 +0000 |
ib |
Cosmetic: Change parameter names of gui() and mplayer().
|
Tue, 12 Jul 2011 08:45:52 +0000 |
ib |
Add const to some string pointer arguments that will not be modified.
|
Mon, 11 Jul 2011 21:54:53 +0000 |
reimar |
Half-width side-by-side formats for stereo3d.
|
Mon, 11 Jul 2011 15:19:56 +0000 |
ib |
Revise and fix r33497.
|
Mon, 11 Jul 2011 14:54:25 +0000 |
ib |
Start all file dialogs always in last active directory.
|
Mon, 11 Jul 2011 12:40:30 +0000 |
ib |
Compare encodings case insensitively.
|
Mon, 11 Jul 2011 12:32:03 +0000 |
ib |
Fix segmentation fault.
|
Mon, 11 Jul 2011 11:19:44 +0000 |
ib |
Change fname parameter to const in pngRead().
|
Mon, 11 Jul 2011 11:10:06 +0000 |
ib |
Fix memory leaks in the Win32 GUI.
|
Mon, 11 Jul 2011 10:39:55 +0000 |
ib |
Remove unused parameter skindir from create_subwindow() in Win32 GUI.
|
Mon, 11 Jul 2011 10:36:09 +0000 |
ib |
Fix memory leak in the Win32 GUI.
|
Sun, 10 Jul 2011 15:45:18 +0000 |
ib |
Remove duplicated list code from the Win32 GUI.
|
Sun, 10 Jul 2011 15:42:09 +0000 |
ib |
Remove duplicated string code from the Win32 GUI.
|
Sun, 10 Jul 2011 12:59:43 +0000 |
ib |
Improve OSD preference related message texts.
|
Sun, 10 Jul 2011 12:29:36 +0000 |
ib |
Arrange OSD preferences according to option 'osdlevel'.
|
Sun, 10 Jul 2011 12:11:03 +0000 |
ib |
Remove member Othername from struct guiInterface_t.
|
Sun, 10 Jul 2011 12:01:39 +0000 |
ib |
Remove member FPS from struct guiInterface_t.
|
Sun, 10 Jul 2011 11:51:25 +0000 |
ib |
Change guiInterface_t void pointer member declarations.
|
Sun, 10 Jul 2011 11:21:40 +0000 |
ib |
Remove unused members from struct guiInterface_t.
|
Sat, 09 Jul 2011 18:11:42 +0000 |
diego |
configure: drop check for legacy compilers wrt libass and the win32 loader
|
Sat, 09 Jul 2011 11:48:13 +0000 |
ib |
Remove gtkClearStruct code from mplayer() in interface.c.
|
Sat, 09 Jul 2011 11:11:52 +0000 |
ib |
Use macro nfree() in Win32 GUI code.
|
Sat, 09 Jul 2011 10:39:33 +0000 |
ib |
Cosmetic: Change parameter of mplayer() calls.
|
Sat, 09 Jul 2011 10:23:47 +0000 |
ib |
Remove guiExit().
|
Fri, 08 Jul 2011 21:57:18 +0000 |
ib |
Change GUI and MPLAYER symbolic constants into enums.
|
Fri, 08 Jul 2011 21:41:34 +0000 |
ib |
Rename the mplayer() symbolic constants.
|
Fri, 08 Jul 2011 21:11:51 +0000 |
ib |
Cosmetic: Rename mplayer() parameter.
|
Fri, 08 Jul 2011 21:08:19 +0000 |
ib |
Cosmetic: Order prototypes in interface.h.
|
Fri, 08 Jul 2011 21:04:56 +0000 |
ib |
Cosmetic: Rename two functions that do MPlayer calls.
|
Fri, 08 Jul 2011 11:59:07 +0000 |
jrash |
sync with en/mplayer.1 rev. 33788
|
Fri, 08 Jul 2011 09:52:02 +0000 |
ib |
Fix Win32 GUI compilation problems.
|
Thu, 07 Jul 2011 23:06:29 +0000 |
diego |
ve_xvid: Add libavutil/rational.h #include for AVRational et al.
|
Thu, 07 Jul 2011 17:37:58 +0000 |
reimar |
Include io.h for setmode().
|
Thu, 07 Jul 2011 15:47:07 +0000 |
ib |
Use same data types for index variable and loop test variable.
|
Thu, 07 Jul 2011 15:41:25 +0000 |
ib |
Use proper cast in comparison.
|
Thu, 07 Jul 2011 15:36:40 +0000 |
ib |
Use unsigned index variable for comparison with array size.
|
Thu, 07 Jul 2011 15:36:09 +0000 |
ib |
Use unsigned index variable for comparison with string length.
|
Thu, 07 Jul 2011 15:09:58 +0000 |
ib |
Add missing #includes <stdarg.h> and <stdio.h>.
|
Thu, 07 Jul 2011 15:07:31 +0000 |
ib |
Remove unnecessary #include "interface.h".
|
Thu, 07 Jul 2011 14:54:53 +0000 |
ib |
Cosmetic: Rename the GUI playlist functions.
|
Thu, 07 Jul 2011 14:47:48 +0000 |
ib |
Replace numeric constant fsPersistant_MaxPos for fsHistory array size.
|
Thu, 07 Jul 2011 14:35:31 +0000 |
ib |
Remove variable holding history of selected files from interface.[ch].
|
Thu, 07 Jul 2011 14:20:35 +0000 |
ib |
Remove skin related variables from interface.[ch].
|
Thu, 07 Jul 2011 14:13:17 +0000 |
ib |
Cosmetic: Rename URLList urlList.
|
Thu, 07 Jul 2011 14:09:57 +0000 |
ib |
Remove config related variables from interface.[ch].
|
Thu, 07 Jul 2011 13:46:59 +0000 |
ib |
Cosmetic: Separate interface functions.
|
Thu, 07 Jul 2011 13:37:14 +0000 |
ib |
Cosmetic: Separate interface functions.
|
Thu, 07 Jul 2011 12:24:31 +0000 |
ib |
Remove pointless return code from mplayer().
|
Thu, 07 Jul 2011 12:02:20 +0000 |
ib |
Cosmetic: Rename remaining part of gtkSet() mplayer().
|
Thu, 07 Jul 2011 11:50:32 +0000 |
ib |
Move purely list related parts of gtkSet() from interface.c to list.c.
|
Thu, 07 Jul 2011 10:37:58 +0000 |
ib |
Create new file list.c for list related functions.
|
Thu, 07 Jul 2011 10:16:22 +0000 |
ib |
Remove macros guiSetFilename() and guiSetDF() from interface.h.
|
Thu, 07 Jul 2011 09:29:15 +0000 |
ib |
Remove gfree() from interface.c.
|
Thu, 07 Jul 2011 08:48:46 +0000 |
ib |
Remove unnecessary #include "gui/interface.h".
|
Thu, 07 Jul 2011 08:32:10 +0000 |
ib |
Move string functions from interface.c to string.c.
|
Wed, 06 Jul 2011 23:35:39 +0000 |
iive |
Fix the precision loss in float -> 32bit conversion case, introduced
|
Tue, 05 Jul 2011 16:50:52 +0000 |
ib |
Fix compilation of the Win32 GUI after r33812.
|
Tue, 05 Jul 2011 15:04:00 +0000 |
ib |
Rename GUI playtree import functions.
|
Tue, 05 Jul 2011 14:00:18 +0000 |
ib |
Cosmetic: Rename GUI_X_EVENT GUI_HANDLE_X_EVENT.
|
Tue, 05 Jul 2011 13:48:55 +0000 |
ib |
Make guiEventHandling() a gui() call.
|
Tue, 05 Jul 2011 12:05:06 +0000 |
ib |
Cosmetic: Change prefix for symbolic constants from GMP to GUI.
|
Tue, 05 Jul 2011 11:34:26 +0000 |
ib |
Remove gui() GMP_SET_DVD.
|
Tue, 05 Jul 2011 11:03:03 +0000 |
ib |
Cosmetic: Adjust indent.
|
Tue, 05 Jul 2011 11:01:24 +0000 |
ib |
Cosmetic: Rename symbolic constant MP_TRANSPARENT GMP_TRANSPARENT.
|
Tue, 05 Jul 2011 10:56:47 +0000 |
ib |
Remove unused symbolic constant guiReDrawSubWindow.
|
Tue, 05 Jul 2011 10:54:16 +0000 |
ib |
Cosmetic: Rename gui() parameter.
|
Tue, 05 Jul 2011 10:47:51 +0000 |
ib |
Rename the gui() symbolic constants.
|
Tue, 05 Jul 2011 09:33:09 +0000 |
ib |
Rename guiGetEvent() gui().
|
Mon, 04 Jul 2011 22:24:52 +0000 |
iive |
Audio format conversion from float to int is not checked for overflow.
|
Mon, 04 Jul 2011 19:23:03 +0000 |
reimar |
Reindent, add empty lines.
|
Mon, 04 Jul 2011 19:21:59 +0000 |
reimar |
Improve checks for when to try reconnecting to be more thorough and readable.
|
Mon, 04 Jul 2011 19:14:06 +0000 |
reimar |
Pass streaming_ctrl eof on.
|
Mon, 04 Jul 2011 19:11:21 +0000 |
reimar |
Ensure we do not add strange values to amount of buffered bytes
|
Mon, 04 Jul 2011 19:10:17 +0000 |
reimar |
Signal EOF vs. error also via streaming control API (not yet evaluated).
|
Mon, 04 Jul 2011 00:36:08 +0000 |
diego |
configure: cosmetics: Adjust comment in config.mak inclusion guard.
|
Mon, 04 Jul 2011 00:36:05 +0000 |
diego |
configure: Add a fake version number to SLIBNAME_WITH_MAJOR in config.mak.
|
Sun, 03 Jul 2011 09:46:18 +0000 |
reimar |
Remove condition that is now always true.
|
Sun, 03 Jul 2011 09:45:29 +0000 |
reimar |
Do not assign anything when a stream control returns an error.
|
Sat, 02 Jul 2011 23:27:19 +0000 |
reimar |
Use proper format string for sizeof() type.
|
Sat, 02 Jul 2011 23:26:05 +0000 |
reimar |
Remove pointless and in addition incorrect cast.
|
Sat, 02 Jul 2011 23:22:49 +0000 |
reimar |
Use "const char *" type for paths.
|
Sat, 02 Jul 2011 23:12:45 +0000 |
reimar |
Clean up some function prototypes.
|
Sat, 02 Jul 2011 22:59:40 +0000 |
reimar |
Cosmetics: Fix strange space placement.
|
Sat, 02 Jul 2011 22:55:52 +0000 |
reimar |
Fix type to match read_pnm arguments.
|
Sat, 02 Jul 2011 17:13:26 +0000 |
iive |
Increase video muxer output frame size.
|
Sat, 02 Jul 2011 08:17:45 +0000 |
reimar |
100l, forgot to test without -vobsub.
|
Fri, 01 Jul 2011 20:54:57 +0000 |
reimar |
Add a hack to receive audio while probing video FPS.
|
Fri, 01 Jul 2011 19:08:13 +0000 |
reimar |
Fix linking order to allow compiling against Debian unstable version of LIVE555.
|
Fri, 01 Jul 2011 18:58:13 +0000 |
reimar |
Fix ridiculously slow LIVE555 test by sanity-checking the path for
|
Fri, 01 Jul 2011 17:48:29 +0000 |
diego |
configure: Drop check for compiler support of named assembler arguments.
|
Fri, 01 Jul 2011 17:43:40 +0000 |
reimar |
Make vobsub options available in mencoder, though with my test file
|
Fri, 01 Jul 2011 15:17:53 +0000 |
ptt |
corrected suboption stereo descriptions, and reformatted to be compliant with other sections
|
Fri, 01 Jul 2011 01:24:03 +0000 |
compn |
add yv16 raw fourcc
|
Thu, 30 Jun 2011 11:58:49 +0000 |
diego |
configure: Remove obsolete test for ARM pld instruction.
|
Wed, 29 Jun 2011 15:26:03 +0000 |
ib |
Cosmetic: Move command MP_CMD_QUIT to the end.
|
Wed, 29 Jun 2011 15:22:22 +0000 |
ib |
Don't let MPlayer directly call user interface functions.
|
Wed, 29 Jun 2011 14:31:17 +0000 |
ib |
Rename guiGetEvent type guiSetDefaults guiNewFile.
|
Wed, 29 Jun 2011 14:24:39 +0000 |
ib |
Don't let MPlayer directly call user interface functions.
|
Wed, 29 Jun 2011 13:37:04 +0000 |
ib |
Use unsigned index variable for comparison with array size.
|
Wed, 29 Jun 2011 13:33:21 +0000 |
ib |
Cosmetic: Arrange guiGetEvent() types in the sequence they are called.
|
Wed, 29 Jun 2011 13:16:35 +0000 |
ib |
Remove unused guiGetEvent type guiSetFileName.
|
Wed, 29 Jun 2011 11:38:21 +0000 |
ib |
Add missing #include "libavutil/common.h".
|
Wed, 29 Jun 2011 11:35:58 +0000 |
ib |
Replace numeric constants for gtkEquChannels array size.
|
Wed, 29 Jun 2011 11:21:09 +0000 |
ib |
Don't destroy the equalizer settings.
|
Wed, 29 Jun 2011 10:53:15 +0000 |
ib |
Cosmetic: Rename variable dvdp dvd.
|
Wed, 29 Jun 2011 10:51:22 +0000 |
ib |
Prefer previously assigned guiInfo.StreamTyp over stream->type.
|
Wed, 29 Jun 2011 10:49:43 +0000 |
ib |
Make assignments to variables in guiGetEvent() only if needed.
|
Wed, 29 Jun 2011 10:48:55 +0000 |
diego |
configure: Add SLIBNAME_WITH_MAJOR to config.mak to avoid Make warnings.
|
Wed, 29 Jun 2011 10:25:02 +0000 |
ib |
Don't stop playing after a DXR3 demuxer type error.
|
Wed, 29 Jun 2011 10:12:12 +0000 |
diego |
configure: Remove check for compiler support of 10 assembler operands.
|
Wed, 29 Jun 2011 10:07:25 +0000 |
ib |
Cosmetic: Remove wrong comment.
|
Wed, 29 Jun 2011 10:05:32 +0000 |
ib |
Move audio related code from guiSetVideo to guiSetAudio.
|
Wed, 29 Jun 2011 09:12:03 +0000 |
ib |
Simplify code of guiGetEvent type guiSetAudio.
|
Tue, 28 Jun 2011 23:45:05 +0000 |
diego |
build: touch ffmpeg/.config to avoid spurious warning messages.
|
Tue, 28 Jun 2011 23:45:03 +0000 |
diego |
configure: Add AS_O to config.mak for Libav/FFmpeg build.
|
Tue, 28 Jun 2011 23:45:01 +0000 |
diego |
build: Skip touching FFmpeg libraries after compilation.
|
Tue, 28 Jun 2011 23:45:00 +0000 |
diego |
build: Simplify FFmpeg library handling.
|
Tue, 28 Jun 2011 23:44:58 +0000 |
diego |
demux_vqf: typo/wording fixes
|
Tue, 28 Jun 2011 18:18:32 +0000 |
ib |
Cosmetic: Adjust indent.
|
Tue, 28 Jun 2011 18:16:06 +0000 |
ib |
Prevent balance from hopping.
|
Tue, 28 Jun 2011 17:52:30 +0000 |
ib |
Fix volume and balance bug.
|
Tue, 28 Jun 2011 17:36:19 +0000 |
ib |
Rename guiGetEvent type guiSetVolume guiSetMixer.
|
Tue, 28 Jun 2011 17:23:37 +0000 |
ib |
Redraw GUI only after all necessary values have been set.
|
Tue, 28 Jun 2011 17:01:24 +0000 |
reimar |
Fix compilation with --disable-qtx.
|
Tue, 28 Jun 2011 15:00:05 +0000 |
ib |
Fix bug introduced as a side effect in r33750.
|
Tue, 28 Jun 2011 10:55:17 +0000 |
ib |
Change return code of guiGetEvent() to indicate success.
|
Tue, 28 Jun 2011 09:23:16 +0000 |
ib |
Cosmetic: Remove needless parentheses.
|
Tue, 28 Jun 2011 09:20:13 +0000 |
ib |
Cosmetic: Adjust indent.
|
Tue, 28 Jun 2011 09:19:28 +0000 |
ib |
Fix bug introduced in r33743.
|
Tue, 28 Jun 2011 09:07:43 +0000 |
ib |
Remove needless memset initialization of guiInfo.
|
Tue, 28 Jun 2011 08:52:02 +0000 |
ib |
Rename guiGetEvent type guiSetAudioOnly guiSetAudio.
|
Tue, 28 Jun 2011 07:31:35 +0000 |
ib |
Rename guiGetEvent type guiSetValues guiSetVideo.
|
Mon, 27 Jun 2011 19:39:57 +0000 |
ib |
Rename guiGetEvent type guiIEvent guiRunCommand.
|
Mon, 27 Jun 2011 19:25:04 +0000 |
ib |
Rename guiGetEvent type guiSetParameters guiPreparation.
|
Mon, 27 Jun 2011 19:14:45 +0000 |
ib |
Remove guiGetEvent type guiSetDemuxer.
|
Mon, 27 Jun 2011 18:55:18 +0000 |
ib |
Remove guiGetEvent type guiSetFileFormat.
|
Mon, 27 Jun 2011 14:27:33 +0000 |
ib |
Rename guiInterface_t member NoWindow MovieWindow.
|
Mon, 27 Jun 2011 14:08:30 +0000 |
ib |
Use X11 Bool symbolic constant.
|
Mon, 27 Jun 2011 14:04:13 +0000 |
ib |
Rename guiGetEvent type guiSetVideo guiSetVideoWindow.
|
Mon, 27 Jun 2011 13:56:19 +0000 |
ib |
Add missing break.
|
Mon, 27 Jun 2011 11:23:21 +0000 |
ib |
Rename guiGetEvent type guiSetShVideo guiSetVideo.
|
Mon, 27 Jun 2011 10:46:25 +0000 |
ib |
Simplify code concerning guiGetEvent type guiSetAudioOnly.
|
Mon, 27 Jun 2011 10:35:25 +0000 |
ib |
Replace numeric constant by symbolic constant in guiGetEvent() call.
|
Mon, 27 Jun 2011 10:29:34 +0000 |
ib |
Cast arg in guiGetEvent() to void * or remove cast where unnecessary.
|
Mon, 27 Jun 2011 10:04:05 +0000 |
ib |
Cosmetic: Adjust indent.
|
Mon, 27 Jun 2011 10:02:04 +0000 |
ib |
Rename guiInterface_t member AudioType AudioChannels.
|
Sun, 26 Jun 2011 14:55:51 +0000 |
ranma |
The muxer prebuffers packets until each stream has been seen so a proper header
|
Sun, 26 Jun 2011 14:42:35 +0000 |
iive |
Do a proper calculation of free RAM to be used as V4L buffers.
|
Sun, 26 Jun 2011 14:16:40 +0000 |
diego |
build: Compile libav* libraries from the top level of the ffmpeg subdirectory.
|
Sun, 26 Jun 2011 14:16:38 +0000 |
diego |
configure: Set correct libav* (S)LIBNAME in config.mak.
|
Sun, 26 Jun 2011 13:31:34 +0000 |
diego |
configure: Mark libav* as enabled in config.mak.
|
Sun, 26 Jun 2011 12:11:09 +0000 |
ib |
Cast handle to menu in AppendMenu() to UINT_PTR.
|
Sun, 26 Jun 2011 03:12:31 +0000 |
compn |
add vfw csmcodec for fourcc CSM0
|
Sat, 25 Jun 2011 23:10:37 +0000 |
ib |
Cast new user data value in SetWindowLongPtr() to LONG_PTR.
|
Sat, 25 Jun 2011 17:30:19 +0000 |
reimar |
Set SRC_PATH to '.' which is a standard value for FFmpeg now.
|
Sat, 25 Jun 2011 06:32:13 +0000 |
jrash |
sync with en/mplayer.1 rev. 33689
|
Sat, 25 Jun 2011 01:22:43 +0000 |
diego |
configure: Correctly check for the clang compiler.
|
Sat, 25 Jun 2011 00:36:52 +0000 |
diego |
Italian manual page update
|
Fri, 24 Jun 2011 21:19:39 +0000 |
diego |
build: Rebuild libavcodec if assembler files changed.
|
Fri, 24 Jun 2011 13:28:45 +0000 |
jrash |
Synced with help_mp-en.h rev. 33639
|
Fri, 24 Jun 2011 13:00:04 +0000 |
ib |
Simplify code for guiGetEvent type guiSetState.
|
Fri, 24 Jun 2011 12:54:10 +0000 |
ib |
Cosmetic: Adjust indent.
|
Fri, 24 Jun 2011 12:35:20 +0000 |
ib |
Revise (and hopefully clarify) the skin installation documentation.
|
Fri, 24 Jun 2011 09:11:36 +0000 |
diego |
configure: Update a comment about fast int types.
|
Thu, 23 Jun 2011 22:52:09 +0000 |
diego |
vidix: Replace IsWinNT() forward declaration by a proper header.
|
Thu, 23 Jun 2011 18:42:26 +0000 |
reimar |
Fix "sse in cpuinfo implies mmxext" hack to still work when --disable-sse is used.
|
Wed, 22 Jun 2011 19:12:23 +0000 |
reimar |
Run OS support for SSE check only for runtime CPU detection.
|
Wed, 22 Jun 2011 19:02:20 +0000 |
reimar |
Do not force SSE disabled for gcc 2, it seems to compile
|
Wed, 22 Jun 2011 13:48:55 +0000 |
diego |
vidix: Add forward declaration for IsWinNT() to libdha_win32.c.
|
Wed, 22 Jun 2011 13:48:51 +0000 |
diego |
tvi_dshow: Adjust mp_msg printf conversion specifier to avoid warnings.
|
Wed, 22 Jun 2011 13:48:45 +0000 |
diego |
win32 gui: Mark debug function only used within the file as static.
|
Wed, 22 Jun 2011 13:48:41 +0000 |
diego |
win32 gui: Remove non-compiling debug mp_msg calls.
|
Wed, 22 Jun 2011 13:48:36 +0000 |
diego |
win32 gui: Move static function around to avoid a forward declaration.
|
Wed, 22 Jun 2011 13:48:31 +0000 |
diego |
tvi_dshow: Mark functions not used outside of the file as static.
|
Wed, 22 Jun 2011 13:48:25 +0000 |
diego |
cache2: Surround conditionally used functions by appropriate #ifdefs.
|
Wed, 22 Jun 2011 13:10:23 +0000 |
ib |
Prefer playing variable $p to $l.
|
Wed, 22 Jun 2011 12:53:30 +0000 |
ib |
Replace all playback integer constants by their symbolic constants.
|
Wed, 22 Jun 2011 12:12:50 +0000 |
ib |
Rename the symbolic playback state constants.
|
Wed, 22 Jun 2011 12:09:01 +0000 |
diego |
build: Add .gitignore file.
|
Wed, 22 Jun 2011 12:08:54 +0000 |
diego |
build: Rebuild version.h file if git metadata changed due to new commits.
|
Wed, 22 Jun 2011 11:48:31 +0000 |
ib |
Rename guiGetEvent type guiCEvent guiSetState.
|
Wed, 22 Jun 2011 11:30:27 +0000 |
ib |
Remove unused guiGetEvent type guiSetState.
|
Wed, 22 Jun 2011 11:19:23 +0000 |
ib |
Enable fullscreen with inactive video window.
|
Tue, 21 Jun 2011 20:29:55 +0000 |
reimar |
Indentation fixes.
|
Tue, 21 Jun 2011 20:28:53 +0000 |
reimar |
Do not set priv->pb for AVFMT_NOFILE formats, this now causes FFmpeg to error out.
|
Tue, 21 Jun 2011 19:44:24 +0000 |
reimar |
Second GL_YCBCR_MESA format is YVYU, not YUY2.
|
Tue, 21 Jun 2011 19:34:00 +0000 |
reimar |
Allow specifying yvyu format as option.
|
Tue, 21 Jun 2011 19:29:22 +0000 |
reimar |
Document the meaning of some of the packed YUV formats.
|
Tue, 21 Jun 2011 18:02:17 +0000 |
reimar |
Disable SAP muxer since it depends on disabled RTP muxer.
|
Tue, 21 Jun 2011 17:53:24 +0000 |
reimar |
Change memcpy_pic to force it to never write to image parts between
|
Tue, 21 Jun 2011 17:49:21 +0000 |
reimar |
Improve stereo3d interleaved man page description.
|
Tue, 21 Jun 2011 17:32:07 +0000 |
reimar |
Allow a larger range for -aspect.
|
Tue, 21 Jun 2011 16:54:45 +0000 |
reimar |
Avoid C99 syntax not supported by some old compilers.
|
Tue, 21 Jun 2011 16:53:01 +0000 |
reimar |
Fix compilation with dvdread/dvdnav disabled.
|
Mon, 20 Jun 2011 20:10:28 +0000 |
reimar |
Avoid va_copy, it is not generally available
|
Sun, 19 Jun 2011 23:52:04 +0000 |
ib |
Explain role of the GUI configuration file in
|
Sun, 19 Jun 2011 23:32:17 +0000 |
ib |
Revise guiGetEvent() calls.
|
Sun, 19 Jun 2011 23:03:30 +0000 |
ib |
Cosmetic: Adjust indent.
|
Sun, 19 Jun 2011 19:15:26 +0000 |
reimar |
Use the proper type for the palette, fixes compiler warning.
|
Sun, 19 Jun 2011 19:05:39 +0000 |
reimar |
Add const to avoid compiler warning.
|
Sun, 19 Jun 2011 19:03:12 +0000 |
reimar |
Remove more unused variables.
|
Sun, 19 Jun 2011 19:02:02 +0000 |
reimar |
Move check_events function to avoid forward declaration.
|
Sun, 19 Jun 2011 18:57:57 +0000 |
reimar |
Remove more unnecessary code/defines.
|
Sun, 19 Jun 2011 18:55:30 +0000 |
reimar |
Remove GUI-specific code that is already handled by common code now.
|
Sun, 19 Jun 2011 18:53:28 +0000 |
reimar |
Remove some #includes that are no longer needed.
|
Sun, 19 Jun 2011 18:50:14 +0000 |
reimar |
Remove more code and variables that have no purpose anymore.
|
Sun, 19 Jun 2011 18:43:07 +0000 |
reimar |
Remove left-over code from icon/cursor handling that is
|
Sun, 19 Jun 2011 18:31:45 +0000 |
reimar |
Simplify code for printing display adapter list.
|
Sun, 19 Jun 2011 17:33:16 +0000 |
diego |
build: Simplify version.h dependency generation.
|
Sun, 19 Jun 2011 17:33:11 +0000 |
diego |
gui: Rename TRANSPARENT #define to MP_TRANSPARENT.
|
Sun, 19 Jun 2011 17:33:06 +0000 |
diego |
win32 gui: Remove unused function guiMessageBox.
|
Sun, 19 Jun 2011 17:33:01 +0000 |
diego |
win32 gui: Move some forward declarations to the appropriate header file.
|
Sun, 19 Jun 2011 17:32:54 +0000 |
diego |
win32 gui: Mark some functions as static.
|
Sun, 19 Jun 2011 16:52:51 +0000 |
reimar |
Add forgotten void.
|
Sun, 19 Jun 2011 16:48:33 +0000 |
reimar |
Move init_vo_spudec to mp_common.c and reuse it in mencoder.
|
Sun, 19 Jun 2011 16:28:18 +0000 |
reimar |
Fix printing of subtitle type, the wrong index was used to lookup the type.
|
Sun, 19 Jun 2011 16:11:42 +0000 |
ib |
Remove xpm definitions inside source file.
|
Sun, 19 Jun 2011 16:05:35 +0000 |
reimar |
Factor out a tiny bit of common code.
|
Sun, 19 Jun 2011 15:35:58 +0000 |
ib |
Add missing gui directory to Makefile.
|
Sun, 19 Jun 2011 15:34:08 +0000 |
ib |
Rename some gtk files.
|
Sun, 19 Jun 2011 13:58:45 +0000 |
ib |
Add const to string pointer argument that will not be modified.
|
Sun, 19 Jun 2011 13:01:20 +0000 |
ib |
Rename some pixmaps.
|
Sun, 19 Jun 2011 12:51:36 +0000 |
reimar |
Change vo_directx to use w32_common.c
|
Sun, 19 Jun 2011 12:45:28 +0000 |
reimar |
Generate VO_EVENT_MOVE also with -wid.
|
Sun, 19 Jun 2011 12:36:12 +0000 |
reimar |
Implement uiStop and remove outdated comment.
|
Sun, 19 Jun 2011 12:26:38 +0000 |
reimar |
Add cfg_gui_include also for win32 GUI.
|
Sun, 19 Jun 2011 12:23:26 +0000 |
reimar |
Add const to string pointer argument that will not be modified.
|
Sun, 19 Jun 2011 12:05:32 +0000 |
reimar |
Fix compilation of w32 gui.
|
Sun, 19 Jun 2011 11:42:24 +0000 |
ib |
Rename #include guard in gui/ui/actions.h.
|
Sun, 19 Jun 2011 10:36:15 +0000 |
reimar |
w32_common: also generate VO_EVENT_MOVE.
|
Sun, 19 Jun 2011 09:10:35 +0000 |
reimar |
Avoid including aviheader.h only for mmioFOURCC, it has too many
|
Sun, 19 Jun 2011 08:33:57 +0000 |
reimar |
Add support for converting to interleaved 3D in vf_stereo3d.
|
Sat, 18 Jun 2011 21:08:29 +0000 |
cboesch |
manpage: clarify usage of -endpos with mplayer.
|
Sat, 18 Jun 2011 20:50:55 +0000 |
cboesch |
vo_mng: add output sub-option.
|
Sat, 18 Jun 2011 16:35:37 +0000 |
ib |
Fix compilation after r33644.
|
Sat, 18 Jun 2011 16:03:31 +0000 |
ib |
Rename GUI directory 'mplayer' and some files in it.
|
Sat, 18 Jun 2011 14:33:41 +0000 |
ib |
Cosmetic: Rename some GUI variables and functions.
|
Sat, 18 Jun 2011 10:33:30 +0000 |
diego |
build: Only compile DLL loader test program under x86_32.
|
Sat, 18 Jun 2011 10:32:45 +0000 |
diego |
build: Fix TOOLS/subrip object dependencies.
|
Sat, 18 Jun 2011 08:07:53 +0000 |
reimar |
Spelling fix.
|
Fri, 17 Jun 2011 18:59:03 +0000 |
ib |
Add a warning message for unavailable or unusable icons.
|
Fri, 17 Jun 2011 18:31:35 +0000 |
ib |
Cosmetic: Adjust indent.
|
Fri, 17 Jun 2011 18:27:00 +0000 |
ib |
Adjust message levels in wsXInit().
|
Fri, 17 Jun 2011 17:51:50 +0000 |
ib |
Remove unused parameter 'Size' in wsConvert().
|
Fri, 17 Jun 2011 13:22:41 +0000 |
jrash |
Synced with help_mp-en.h rev. 33618
|
Thu, 16 Jun 2011 21:37:21 +0000 |
cehoyos |
Use the same yasm check as FFmpeg.
|
Thu, 16 Jun 2011 17:43:05 +0000 |
ib |
Cosmetic: Adjust indent.
|
Thu, 16 Jun 2011 17:40:55 +0000 |
ib |
Check whether a specific icon is available.
|
Thu, 16 Jun 2011 15:03:18 +0000 |
ib |
Use small icon for property KWM_WIN_ICON, if available.
|
Thu, 16 Jun 2011 14:50:24 +0000 |
ib |
Add support for _NET_WM_ICON
|
Thu, 16 Jun 2011 13:09:52 +0000 |
ib |
Avoid compiler warnings.
|
Thu, 16 Jun 2011 12:44:28 +0000 |
ib |
Revise wsSetIcon().
|
Thu, 16 Jun 2011 12:31:42 +0000 |
ib |
Cosmetic: Format to MPlayer coding style.
|
Thu, 16 Jun 2011 12:30:24 +0000 |
ib |
Cosmetic: Format to MPlayer coding style.
|
Thu, 16 Jun 2011 11:52:44 +0000 |
ib |
Move key definitions for multimedia keyboards to libvo/wskeys.h,
|
Thu, 16 Jun 2011 11:45:47 +0000 |
ib |
Remove support for Acer AirKey V keyboard multimedia keys.
|
Thu, 16 Jun 2011 11:30:11 +0000 |
ib |
Rename Render() RenderAll().
|
Thu, 16 Jun 2011 11:19:15 +0000 |
ib |
Remove function Normalize().
|
Thu, 16 Jun 2011 09:27:31 +0000 |
diego |
Add some missing libavutil #includes.
|
Wed, 15 Jun 2011 18:06:28 +0000 |
reimar |
Support "Length" option is .pls playlist files.
|
Wed, 15 Jun 2011 09:28:20 +0000 |
ib |
Get non-multimedia X11 key definitions from libvo/wskeys.h.
|
Tue, 14 Jun 2011 23:05:02 +0000 |
ib |
Revise some messages.
|
Tue, 14 Jun 2011 18:55:04 +0000 |
ib |
Store icon data in a struct variable.
|
Tue, 14 Jun 2011 18:01:22 +0000 |
ib |
Do some gtkInit() cleanup.
|
Tue, 14 Jun 2011 17:53:40 +0000 |
ib |
Cosmetic: Adjust indent.
|
Tue, 14 Jun 2011 17:51:17 +0000 |
ib |
Fix GUI icon bug.
|
Tue, 14 Jun 2011 14:48:52 +0000 |
ib |
Add support for multimedia pause key.
|
Tue, 14 Jun 2011 14:39:26 +0000 |
ib |
Add note on wsXFMM key definitions.
|
Tue, 14 Jun 2011 14:33:54 +0000 |
ib |
Remove unused key definitions.
|
Tue, 14 Jun 2011 14:21:49 +0000 |
ib |
Use correct type CARD32 for the KWM_WIN_ICON data.
|
Tue, 14 Jun 2011 12:13:47 +0000 |
diego |
Allow Pause/Break key to be bound as MPlayer input key under X11.
|
Mon, 13 Jun 2011 19:39:18 +0000 |
reimar |
Mark some char * arguments that are strdup'd const,
|
Mon, 13 Jun 2011 19:33:17 +0000 |
reimar |
Remove a pointless "return".
|
Sun, 12 Jun 2011 19:19:51 +0000 |
siretart |
tighten dependency on libx264-dev package
|
Sun, 12 Jun 2011 11:26:22 +0000 |
reimar |
Change code to allow STREAM_CTRL_GET_CURRENT_TIME with cache enabled.
|
Sun, 12 Jun 2011 11:12:17 +0000 |
reimar |
Remove pointless ().
|
Sun, 12 Jun 2011 11:10:13 +0000 |
reimar |
Fix dvd_get_current_time so the cell argument actually has a purpose.
|
Sun, 12 Jun 2011 10:56:03 +0000 |
cboesch |
vobsub: simplify origin parsing.
|
Sun, 12 Jun 2011 10:55:24 +0000 |
cboesch |
vobsub: simplify timestamp parsing.
|
Sun, 12 Jun 2011 10:41:49 +0000 |
reimar |
Fix comment and placement of out-commented code.
|
Sun, 12 Jun 2011 09:57:07 +0000 |
reimar |
Make mp_dvdnav_save_smpi more robust and ensure consistency of nav buffer.
|
Sun, 12 Jun 2011 09:17:05 +0000 |
reimar |
Spelling fix.
|
Sun, 12 Jun 2011 07:07:32 +0000 |
ib |
Replace GDK_WINDOW_XWINDOW by GDK_PIXMAP_XID.
|
Sun, 12 Jun 2011 06:56:43 +0000 |
ib |
Rename gtkIcon variables gdkIcon.
|
Sun, 12 Jun 2011 06:48:10 +0000 |
ib |
Make variables static that are only used inside the file.
|
Sun, 12 Jun 2011 06:33:19 +0000 |
ib |
Remove needless explicit initialization of GdkPixmap variables.
|
Sun, 12 Jun 2011 02:31:07 +0000 |
jrash |
fix legacy translation errors
|
Sun, 12 Jun 2011 00:28:51 +0000 |
reimar |
Pass "native" filter chain sample format to audio encoder.
|
Sun, 12 Jun 2011 00:23:10 +0000 |
reimar |
Actually use the AF_FORMAT_UNKNOWN define instead of having it in a comment.
|
Sun, 12 Jun 2011 00:04:43 +0000 |
reimar |
Remove outdated message.
|
Sun, 12 Jun 2011 00:03:35 +0000 |
reimar |
Fix encoding to formats taking input other than 16 bits per sample.
|
Sat, 11 Jun 2011 23:36:52 +0000 |
reimar |
Always choose AV_SAMPLE_FMT_S16 then the encoder supports it.
|
Sat, 11 Jun 2011 16:40:10 +0000 |
reimar |
Only enable NEED_GLOB on win32, currently this has the effect
|
Sat, 11 Jun 2011 16:38:49 +0000 |
reimar |
Add support for detecting VFPV3, required for compiling libavcodec for some
|
Sat, 11 Jun 2011 16:28:37 +0000 |
reimar |
Change linking order: Due to av_get_cpu_flags libswscale now depends on
|
Sat, 11 Jun 2011 16:21:54 +0000 |
reimar |
Replace sys/fcntl.h include by fcntl.h include used everywhere else.
|
Sat, 11 Jun 2011 15:39:00 +0000 |
cboesch |
Put code checking if at the EOS in a function.
|
Sat, 11 Jun 2011 15:34:01 +0000 |
ib |
Replace color constants in the MPlayer xpm icon file
|
Sat, 11 Jun 2011 15:07:37 +0000 |
reimar |
a_pos is also used by update_subtitles, so initialize it always.
|
Sat, 11 Jun 2011 14:54:59 +0000 |
reimar |
Set host_cc after cross-compile check.
|
Sat, 11 Jun 2011 13:52:11 +0000 |
cboesch |
Various alignment cosmetics and brackets simplifications.
|
Sat, 11 Jun 2011 13:27:29 +0000 |
cboesch |
Clarify child_sighandler loop.
|
Fri, 10 Jun 2011 12:52:23 +0000 |
jrash |
sync with en/mplayer.1 rev. 33564
|
Fri, 10 Jun 2011 11:59:43 +0000 |
jrash |
Synced with help_mp-en.h rev. 33565
|
Fri, 10 Jun 2011 08:31:00 +0000 |
cehoyos |
Fix typos.
|
Wed, 08 Jun 2011 18:58:10 +0000 |
reimar |
Change -udp-slave code to temporarily fall back to normal
|
Wed, 08 Jun 2011 18:25:17 +0000 |
reimar |
Partially revert r33242: it was broken, instead of continuing to
|
Tue, 07 Jun 2011 15:16:22 +0000 |
ib |
Provide a desktop icon of reasonable size (48x48) and quality.
|
Tue, 07 Jun 2011 13:40:41 +0000 |
ib |
Delete unused pixmaps.
|
Tue, 07 Jun 2011 13:17:05 +0000 |
ib |
Fix segmentation fault when pressing U (stop playing) in GUI.
|
Tue, 07 Jun 2011 00:08:06 +0000 |
cehoyos |
Fix compilation without gui.
|
Mon, 06 Jun 2011 15:11:24 +0000 |
ib |
Check error when creating the GUI config object.
|
Mon, 06 Jun 2011 14:55:06 +0000 |
ib |
Pass m_config_new() error information to caller.
|
Mon, 06 Jun 2011 14:10:09 +0000 |
ib |
Cosmetic: Adjust indent.
|
Mon, 06 Jun 2011 14:08:18 +0000 |
ib |
Add option '-idle' to the GUI configuration file.
|
Mon, 06 Jun 2011 11:55:35 +0000 |
ib |
Make option '-noidle' working for the GUI.
|
Sun, 05 Jun 2011 14:54:41 +0000 |
ib |
When adding a playlist item, preventively set its next pointer to NULL.
|
Sun, 05 Jun 2011 14:45:49 +0000 |
ib |
Remove unused member 'played' from playlist structure plItem.
|
Sun, 05 Jun 2011 14:32:53 +0000 |
ib |
Cosmetic: Correct a comment and add a new one.
|
Sun, 05 Jun 2011 12:14:30 +0000 |
ib |
Keep the old option '-guiwid' around as CONF_TYPE_PRINT
|
Sun, 05 Jun 2011 10:20:25 +0000 |
ib |
Rename option '-guiwid' '-gui-wid'.
|
Sun, 05 Jun 2011 10:14:26 +0000 |
ib |
Add option '-gui-include'.
|
Sat, 04 Jun 2011 10:27:45 +0000 |
reimar |
Constrain libcdparanoia's caching which badly breaks playback with -nocache.
|
Sat, 04 Jun 2011 09:30:42 +0000 |
reimar |
Make "Invalid seek to negative position" message more useful by
|
Sat, 04 Jun 2011 09:10:04 +0000 |
reimar |
Fix _libcdio staying on "auto" if cdparanoia test succeeded before.
|
Fri, 03 Jun 2011 15:43:38 +0000 |
ib |
Define "gmplayer" as symbolic constant.
|
Fri, 03 Jun 2011 15:15:19 +0000 |
ib |
Take notice of MPlayer option '-display'.
|
Fri, 03 Jun 2011 14:35:44 +0000 |
ib |
Remove useless code.
|
Fri, 03 Jun 2011 14:31:13 +0000 |
ib |
Don't pointlessly cast Display pointer.
|
Fri, 03 Jun 2011 14:26:56 +0000 |
ib |
Remove commented and disabled code.
|
Fri, 03 Jun 2011 14:25:43 +0000 |
ib |
Remove needless explicit initialization of Display variables.
|
Fri, 03 Jun 2011 14:15:56 +0000 |
ib |
Add French Comment entry to desktop file.
|
Fri, 03 Jun 2011 14:15:25 +0000 |
ib |
Add Italian Comment entry to desktop file.
|
Fri, 03 Jun 2011 14:14:50 +0000 |
ib |
Add Japanese entries to desktop file.
|
Fri, 03 Jun 2011 14:12:59 +0000 |
ib |
Add X-GNOME-FullName entries to desktop file.
|
Fri, 03 Jun 2011 14:06:32 +0000 |
ib |
Remove Spanish and Chinese Comment entries from desktop file.
|
Fri, 03 Jun 2011 14:05:30 +0000 |
ib |
Make French and Italian Comment entries in desktop file GenericName entries.
|
Fri, 03 Jun 2011 14:03:59 +0000 |
ib |
Add German GenericName entry to desktop file and revise German Comment entry.
|
Fri, 03 Jun 2011 14:03:06 +0000 |
ib |
Revise desktop file.
|
Fri, 03 Jun 2011 14:02:11 +0000 |
ib |
Revise desktop file.
|
Fri, 03 Jun 2011 11:53:39 +0000 |
jrash |
sync with en/mplayer.1 rev. 33526
|
Wed, 01 Jun 2011 19:20:08 +0000 |
reimar |
Add const to variable storing string constant pointers.
|
Wed, 01 Jun 2011 19:15:48 +0000 |
reimar |
Add casts to avoid compiler warning.
|
Wed, 01 Jun 2011 19:07:30 +0000 |
reimar |
Do not call functions through a function pointer specifying more
|
Wed, 01 Jun 2011 18:49:14 +0000 |
reimar |
Add "const" to avoid compiler warning.
|
Wed, 01 Jun 2011 14:38:03 +0000 |
diego |
configure: Enable yasm/nasm support on OS/2.
|
Tue, 31 May 2011 21:15:14 +0000 |
iive |
Check if compiler is functioning properly before trying to test additional options.
|
Tue, 31 May 2011 20:45:39 +0000 |
iive |
Automatically add "-fno-tree-vectorize" in CFLAGS.
|
Mon, 30 May 2011 21:31:31 +0000 |
reimar |
Fix code incorrectly assuming "char" is signed.
|
Mon, 30 May 2011 21:25:32 +0000 |
reimar |
Fix code assuming that "char" is signed.
|
Mon, 30 May 2011 21:16:37 +0000 |
reimar |
Use int as type, there is no reason to use char which also
|
Mon, 30 May 2011 20:59:48 +0000 |
reimar |
Add const to match actual type of string literal that are assigned.
|
Mon, 30 May 2011 20:23:45 +0000 |
reimar |
Fix compilation with latest FFmpeg.
|
Mon, 30 May 2011 15:11:30 +0000 |
diego |
Document mng video output driver.
|
Sun, 29 May 2011 23:28:55 +0000 |
iive |
Create empty vo_gc graphic context instead of one with
|
Sun, 29 May 2011 23:05:57 +0000 |
iive |
Remove useles XSetBackground() call right before freeing the graphic context.
|
Sun, 29 May 2011 23:00:14 +0000 |
iive |
Make vo_x11_create_smooth_window() use its parameter mRoot instead
|
Sun, 29 May 2011 22:46:52 +0000 |
iive |
Fix xv/xvmc window background clearing.
|
Sun, 29 May 2011 22:41:52 +0000 |
iive |
Avoid probing with empty filename in cue_find_bin().
|
Sun, 29 May 2011 12:23:38 +0000 |
reimar |
Simplify by using av_strlcpy.
|
Sun, 29 May 2011 12:16:13 +0000 |
reimar |
Avoid possible crash if cue filename is very short.
|
Sun, 29 May 2011 12:05:59 +0000 |
reimar |
Remove a duplicated open() call that could lead to a
|
Sun, 29 May 2011 11:56:11 +0000 |
reimar |
Only accept regular files as .bin files for .cue files.
|
Sun, 29 May 2011 11:47:18 +0000 |
reimar |
Ensure 0-termination even if line does not start with FILE "
|
Sun, 29 May 2011 11:45:47 +0000 |
reimar |
Fix 0-termination being placed one byte too far.
|
Sun, 29 May 2011 11:43:38 +0000 |
reimar |
Avoid crash if terminating " is missing.
|
Sun, 29 May 2011 11:41:40 +0000 |
reimar |
Simplify NULL check.
|
Sun, 29 May 2011 11:39:25 +0000 |
reimar |
Add some "const".
|
Sun, 29 May 2011 11:37:42 +0000 |
reimar |
Simplify: remove an unnecessary loop variable.
|
Sun, 29 May 2011 11:12:42 +0000 |
reimar |
Spelling fix.
|
Sat, 28 May 2011 20:53:14 +0000 |
iive |
Workaround embedded ssa/ass never hiding with -noass.
|
Sat, 28 May 2011 11:08:48 +0000 |
iive |
Fix vo_x11/xv window background clearing.
|
Sat, 28 May 2011 10:27:31 +0000 |
iive |
Fix vo_x11 window background clearing.
|
Fri, 27 May 2011 13:55:20 +0000 |
jrash |
sync with en/mplayer.1 rev. 33488
|
Fri, 27 May 2011 12:53:20 +0000 |
jrash |
Synced with help_mp-en.h rev. 33478
|
Wed, 25 May 2011 18:23:11 +0000 |
reimar |
Fix clear/border color of chroma texture for 9- and 10-bit formats.
|
Wed, 25 May 2011 13:46:32 +0000 |
iive |
Fix build after removal of SWS_CPU_CAPS_* from libswscale in FFmpeg.
|
Tue, 24 May 2011 20:52:27 +0000 |
reimar |
Support 9- and 10-bit YUV input for OpenGL vos.
|
Tue, 24 May 2011 19:53:20 +0000 |
diego |
configure: Disable Flash Screen Video v2 encoder if zlib is unavailable.
|
Tue, 24 May 2011 19:51:38 +0000 |
diego |
configure: Convert HAVE_SYS_MMAN_H into a 0/1 definition.
|
Tue, 24 May 2011 19:47:07 +0000 |
diego |
vo_direct3d: Mark function only used within the file as static.
|
Tue, 24 May 2011 19:28:24 +0000 |
cigaes |
LINE_MAX seems to be missing from mingw32.
|
Tue, 24 May 2011 15:01:27 +0000 |
ib |
Start playlist selection in same directory the file selector starts in.
|
Tue, 24 May 2011 14:57:44 +0000 |
ib |
Allow direct selection with middle mouse button (single click).
|
Tue, 24 May 2011 14:31:46 +0000 |
ib |
Fix wrong parameter type to event handler function.
|
Tue, 24 May 2011 14:21:42 +0000 |
ib |
Allow directory selection with middle mouse button (single click).
|
Tue, 24 May 2011 13:43:54 +0000 |
ib |
Revert r33448.
|
Tue, 24 May 2011 13:35:26 +0000 |
ib |
Fix play duration calculation error.
|
Tue, 24 May 2011 08:20:48 +0000 |
cehoyos |
Fix live555 detection on mingw32.
|
Tue, 24 May 2011 08:19:10 +0000 |
cehoyos |
Revert r33368, it broke mingw32 compilation.
|
Tue, 24 May 2011 08:02:32 +0000 |
cigaes |
Italian translation for stream dump messages.
|
Mon, 23 May 2011 16:32:14 +0000 |
cigaes |
vf_delogo: allow to change the rectangle based on the time
|
Mon, 23 May 2011 15:16:08 +0000 |
cigaes |
Add myself to the AUTHORS file.
|
Mon, 23 May 2011 11:51:25 +0000 |
ib |
Revert r33482.
|
Sun, 22 May 2011 20:32:42 +0000 |
ib |
Add missing m_option_free() to m_config_free().
|
Sun, 22 May 2011 20:19:28 +0000 |
ib |
Fix comment error.
|
Sun, 22 May 2011 19:55:18 +0000 |
ib |
Cosmetic: Remove braces and adjust indent after r33481.
|
Sun, 22 May 2011 19:46:35 +0000 |
ib |
Remove unnecessary #include "libvo/video_out.h".
|
Sun, 22 May 2011 11:20:07 +0000 |
reimar |
Use mixer directly without checking for an audio_out.
|
Sun, 22 May 2011 11:16:19 +0000 |
reimar |
Remove completely unused variable.
|
Sun, 22 May 2011 10:33:15 +0000 |
ib |
German translation of stream dump progress information.
|
Sat, 21 May 2011 18:46:39 +0000 |
cigaes |
stream dump: print progress information.
|
Sat, 21 May 2011 15:04:50 +0000 |
cboesch |
Add MNG output support.
|
Sat, 21 May 2011 14:26:27 +0000 |
iive |
Fix stepping forward/backward in subtitle list after commit r31663.
|
Sat, 21 May 2011 09:12:16 +0000 |
jrash |
remove redundent space between characters
|
Fri, 20 May 2011 22:44:52 +0000 |
cehoyos |
x264 version 0.115 is required now.
|
Fri, 20 May 2011 21:25:00 +0000 |
iive |
Fix linking after recent FFmpeg change.
|
Thu, 19 May 2011 09:11:56 +0000 |
reimar |
SAMI subs: start a new line if there's no space left to append to the
|
Wed, 18 May 2011 09:45:18 +0000 |
cehoyos |
Cosmetics: Restore indentation after r33465.
|
Tue, 17 May 2011 22:33:35 +0000 |
iive |
Workaround mp3lib SSE code miscompilation with gcc 4.6.0 .
|
Mon, 16 May 2011 19:20:58 +0000 |
reimar |
Fix condition for using FriBidiParType, its values are usually
|
Mon, 16 May 2011 09:23:33 +0000 |
jrash |
sync with en/mplayer.1 rev. 33458
|
Mon, 16 May 2011 08:51:05 +0000 |
jrash |
Synced with help_mp-en.h rev. 33454
|
Sun, 15 May 2011 18:42:59 +0000 |
cehoyos |
Fix false positives when auto-detecting live555 library.
|
Fri, 13 May 2011 01:13:32 +0000 |
compn |
add dvoo fourcc to ffyuy2 raw decoder
|
Thu, 12 May 2011 23:20:52 +0000 |
cehoyos |
Support Digital Voodoo SD 8 Bit (DVOO).
|
Thu, 12 May 2011 23:15:39 +0000 |
cehoyos |
Support FFmpeg r10k decoder.
|
Thu, 12 May 2011 21:37:24 +0000 |
cehoyos |
Support S302M in the native ts demuxer.
|
Thu, 12 May 2011 18:20:38 +0000 |
cehoyos |
Support S302M (with -demuxer lavf).
|
Thu, 12 May 2011 17:46:22 +0000 |
cehoyos |
Support playback for more ffv1 pixel formats.
|
Thu, 12 May 2011 12:21:20 +0000 |
ib |
Slightly revise ao_alsa_device description in man page.
|
Thu, 12 May 2011 12:07:04 +0000 |
ib |
Write all CONF_TYPE_FLOAT values as floating point constants.
|
Thu, 12 May 2011 11:55:03 +0000 |
ib |
Specify ao_extra_stereo coefficient default value in man page.
|
Wed, 11 May 2011 11:36:39 +0000 |
ib |
German translation of stream messages
|
Wed, 11 May 2011 11:35:38 +0000 |
ib |
Make stream messages translatable.
|
Wed, 11 May 2011 06:59:51 +0000 |
reimar |
Request GL_LUMINANCE16 as internal format for > 8 bit YUV formats.
|
Tue, 10 May 2011 17:51:39 +0000 |
reimar |
Make mp_get_chroma_shift simpler/more generic and add an argument
|
Tue, 10 May 2011 08:42:52 +0000 |
cehoyos |
Support displaying of 9- and 10-bit pixel formats,
|
Mon, 09 May 2011 18:47:27 +0000 |
cboesch |
Prettify main MPlayer source file.
|
Mon, 09 May 2011 17:36:38 +0000 |
vayne |
Missing header for compilation in mingw.
|
Mon, 09 May 2011 11:17:43 +0000 |
ib |
Check for reasonable time values.
|
Sun, 08 May 2011 18:44:43 +0000 |
reimar |
100l, fix seek cache controls with cache enabled,
|
Sun, 08 May 2011 18:14:37 +0000 |
reimar |
Simplify IMGFMT_IS_YUVP16_NE definition.
|
Sun, 08 May 2011 13:47:19 +0000 |
ib |
Don't use CreateThread() unconditionally.
|
Sun, 08 May 2011 13:34:32 +0000 |
diego |
gui: Fix compilation without debug enabled.
|
Sun, 08 May 2011 10:48:39 +0000 |
reimar |
Change mp_dbg so that syntax is checked also when it is disabled.
|
Sun, 08 May 2011 10:46:41 +0000 |
reimar |
Restore variable that is actually used in debug output.
|
Sun, 08 May 2011 08:55:00 +0000 |
reimar |
Attempt to fix compilation against older fribidi versions.
|
Sun, 08 May 2011 08:52:43 +0000 |
reimar |
Move some common fribidi code into a shared function.
|
Sun, 08 May 2011 08:51:44 +0000 |
reimar |
Mark mp3lib decoder as buggy, it does not produce proper output
|
Sun, 08 May 2011 08:42:27 +0000 |
reimar |
Remove pointless ifdef.
|
Sun, 08 May 2011 01:02:19 +0000 |
jrash |
fix legacy translation error
|
Sat, 07 May 2011 21:32:50 +0000 |
reimar |
Make vcd_seek_to_track static, the GUI no longer needs to
|
Sat, 07 May 2011 21:28:56 +0000 |
reimar |
Avoid warnings about discarding volatile.
|
Sat, 07 May 2011 21:23:22 +0000 |
reimar |
Simplify code and avoid an incorrect "may be used initialized"
|
Sat, 07 May 2011 21:15:13 +0000 |
reimar |
Fix bug introduced in r25726 that would cause us to write
|
Sat, 07 May 2011 21:01:38 +0000 |
reimar |
Remove unused variable.
|
Sat, 07 May 2011 20:55:21 +0000 |
reimar |
Add some "const" to avoid compiler warnings.
|
Sat, 07 May 2011 20:51:59 +0000 |
reimar |
Remove unused variable for FFmpeg encode result.
|
Sat, 07 May 2011 20:46:32 +0000 |
reimar |
Remove unused version variable, replace it by comment
|
Sat, 07 May 2011 20:43:19 +0000 |
reimar |
Change variable type to match type in fribidi function declaration.
|
Sat, 07 May 2011 20:35:47 +0000 |
reimar |
Remove unused variable.
|
Sat, 07 May 2011 20:32:31 +0000 |
reimar |
Remove some useless code that calculates something
|
Sat, 07 May 2011 20:30:14 +0000 |
reimar |
Remove unused variable.
|
Sat, 07 May 2011 20:27:15 +0000 |
reimar |
Do not assign to same variable twice.
|
Sat, 07 May 2011 20:25:15 +0000 |
reimar |
Remove unused variable.
|
Sat, 07 May 2011 20:19:26 +0000 |
reimar |
Remove unused variable.
|
Sat, 07 May 2011 20:16:05 +0000 |
reimar |
Remove pointless ()
|
Sat, 07 May 2011 20:12:40 +0000 |
reimar |
Fix "warning: pointer of type 'void *' used in arithmetic".
|
Sat, 07 May 2011 20:10:01 +0000 |
reimar |
Avoid "'sh' may be used uninitialized in this function" warning.
|
Sat, 07 May 2011 20:07:05 +0000 |
reimar |
Avoid "'sh' may be used uninitialized in this function" warning.
|
Sat, 07 May 2011 20:05:47 +0000 |
iive |
Fix compilation for OSX due to r33392 - control() vaarg removal.
|
Sat, 07 May 2011 20:03:49 +0000 |
reimar |
Remove unused variable.
|
Sat, 07 May 2011 20:00:38 +0000 |
reimar |
Remove unused variable.
|
Sat, 07 May 2011 19:56:48 +0000 |
reimar |
Remove unused variable.
|
Sat, 07 May 2011 19:54:06 +0000 |
reimar |
Fix vo_x11_set_equalizer argument, must be the raw value to set, not a pointer!
|
Sat, 07 May 2011 19:52:22 +0000 |
reimar |
Remove unused variables and code initializing them.
|
Sat, 07 May 2011 19:49:26 +0000 |
reimar |
Simplify macros and get rid of incorrect casts from pointers to
|
Sat, 07 May 2011 19:44:05 +0000 |
reimar |
Remove unused variables.
|
Sat, 07 May 2011 19:41:42 +0000 |
reimar |
On error munmap returns -1, not MAP_FAILED.
|
Sat, 07 May 2011 19:39:51 +0000 |
reimar |
Fix draw_frame/draw_slice return types.
|
Sat, 07 May 2011 19:20:40 +0000 |
reimar |
Another equalizer-related const-warning fix.
|
Sat, 07 May 2011 19:19:35 +0000 |
reimar |
Fix function to match what send_mpeg_pes_packet expects,
|
Sat, 07 May 2011 19:17:04 +0000 |
reimar |
Fix strict-aliasing violation warnings.
|
Sat, 07 May 2011 19:09:13 +0000 |
reimar |
Remove variable and code that was obviously forgotten when the
|
Sat, 07 May 2011 19:06:26 +0000 |
reimar |
Fix variable type and values to match function prototype.
|
Sat, 07 May 2011 18:59:15 +0000 |
reimar |
Remove code with no purpose.
|
Sat, 07 May 2011 18:53:48 +0000 |
reimar |
Remove unused variable.
|
Sat, 07 May 2011 18:48:31 +0000 |
reimar |
Add "const" to equalizer name argument to avoid compiler warnings.
|
Sat, 07 May 2011 18:44:29 +0000 |
reimar |
Add "const" to avoid compiler warnings.
|
Sat, 07 May 2011 16:29:57 +0000 |
cboesch |
vf_smartblur: fix threshold condition.
|
Sat, 07 May 2011 16:16:23 +0000 |
reimar |
Fix matrixview test, it would stay stuck at "auto".
|
Sat, 07 May 2011 15:58:06 +0000 |
ib |
Declare parameter type for guiExit() more precisely.
|
Sat, 07 May 2011 15:34:10 +0000 |
ib |
Cosmetic: Adjust indent.
|
Sat, 07 May 2011 15:30:14 +0000 |
ib |
Set GUI initialization flag earlier.
|
Sat, 07 May 2011 11:11:07 +0000 |
reimar |
Fix output of "No bind found for key" to actually make sense for
|
Sat, 07 May 2011 10:59:11 +0000 |
iive |
Remove the variable arguments from the libvo control() functions.
|
Sat, 07 May 2011 10:44:57 +0000 |
reimar |
Support up to 20 mouse buttons, there really seem to be input devices
|
Fri, 06 May 2011 15:50:49 +0000 |
ib |
Replace _beginthreadex() by CreateThread().
|
Fri, 06 May 2011 13:10:39 +0000 |
jrash |
sync with en/mplayer.1 rev. 33382
|
Fri, 06 May 2011 10:32:46 +0000 |
iive |
Implement control() VOCTRL_SET/GET_EQUALIZER using a vf_equalize struct,
|
Fri, 06 May 2011 10:12:54 +0000 |
iive |
Make vo_xv_set/get_eq() functions expect "const char *" for attribute name.
|
Fri, 06 May 2011 09:42:22 +0000 |
ib |
Cosmetic: Remove empty line.
|
Fri, 06 May 2011 09:35:46 +0000 |
ib |
Fix bug with gfree() definition in Win32 GUI.
|
Fri, 06 May 2011 08:47:18 +0000 |
ib |
Fix compilation error with Win32 GUI.
|
Fri, 06 May 2011 08:17:05 +0000 |
ib |
Revise keyboard control section of German man page translation.
|
Fri, 06 May 2011 08:14:31 +0000 |
ib |
Revise man page.
|
Thu, 05 May 2011 16:54:17 +0000 |
cboesch |
Add note about sp_cmt_cpp_start uncrustify setting.
|
Thu, 05 May 2011 16:50:38 +0000 |
reimar |
Move m_config_free last, otherwise mp_msg might stop working
|
Thu, 05 May 2011 15:54:35 +0000 |
michael |
cometics / align str2AVDiscard()
|
Thu, 05 May 2011 15:43:00 +0000 |
michael |
Vertical alignment / test mplayer-gitsvn @ mplayerhq.hu
|
Thu, 05 May 2011 13:52:22 +0000 |
cboesch |
Add commented out binds for users who want percentage seek.
|
Thu, 05 May 2011 11:56:34 +0000 |
ib |
Cosmetic: uncrustify related indent adjustments
|
Thu, 05 May 2011 11:13:33 +0000 |
cboesch |
Do not prefer '// A' over '//A' in uncrustify profile.
|
Thu, 05 May 2011 10:29:08 +0000 |
cboesch |
Doxygen cleanups in the main file.
|
Thu, 05 May 2011 10:25:20 +0000 |
diego |
configure: Simplify ZR, libdvdcss and FTP dependency checks.
|
Thu, 05 May 2011 10:25:18 +0000 |
diego |
configure: Unify V4L-related feature checks.
|
Thu, 05 May 2011 10:25:17 +0000 |
diego |
configure: Handle X11 dependencies in the checks for dependent features.
|
Thu, 05 May 2011 10:25:14 +0000 |
diego |
configure: Employ proper autodetection for the matrixview video output.
|
Thu, 05 May 2011 08:51:33 +0000 |
ib |
Use free() instead of gfree() in guiSetFilename and guiSetDF macros.
|
Thu, 05 May 2011 07:40:56 +0000 |
diego |
configure: Drop recently-added check for swab() in string.h again.
|
Thu, 05 May 2011 05:29:58 +0000 |
reimar |
Forgotten part of previous commit: add INITIALIZED_SUBS
|
Wed, 04 May 2011 20:38:06 +0000 |
reimar |
Avoid duplicating MP_CMD_QUIT code, even though it currently
|
Wed, 04 May 2011 20:28:54 +0000 |
reimar |
Remove unused variable.
|
Wed, 04 May 2011 20:27:38 +0000 |
reimar |
Free playtree params.
|
Wed, 04 May 2011 20:13:25 +0000 |
reimar |
Move freeing of subtitle data to uninit_player so it not only happens
|
Wed, 04 May 2011 15:16:35 +0000 |
diego |
doxygen: misc config file tweaks
|
Wed, 04 May 2011 15:13:34 +0000 |
diego |
doxygen: Exclude files from the debian/ and help/ subdirectories.
|
Wed, 04 May 2011 14:27:35 +0000 |
diego |
Update Doxyfile from doxygen 1.3.7 to 1.5.6.
|
Wed, 04 May 2011 14:06:47 +0000 |
diego |
Exclude imported external libraries when generating Doxygen documentation.
|
Wed, 04 May 2011 13:46:10 +0000 |
diego |
Reduce Doxygen output verbosity when generating code documentation.
|
Tue, 03 May 2011 15:55:20 +0000 |
ib |
Use designators for structure initialization.
|
Tue, 03 May 2011 14:34:40 +0000 |
ib |
Remove private symbolic constants from header files.
|
Tue, 03 May 2011 14:03:03 +0000 |
ib |
Instead of exit_player(), exit with appropriate return code.
|
Tue, 03 May 2011 13:49:59 +0000 |
ib |
Free appMPlayer.
|
Tue, 03 May 2011 13:42:00 +0000 |
ib |
Initialize appMPlayer differently.
|
Tue, 03 May 2011 13:19:39 +0000 |
ib |
Free config.
|
Tue, 03 May 2011 12:21:11 +0000 |
ib |
Replace all GUI exits by guiExit().
|
Tue, 03 May 2011 12:19:22 +0000 |
ib |
Add an exit function.
|
Tue, 03 May 2011 09:51:59 +0000 |
diego |
configure: Fix swab() check.
|
Sun, 01 May 2011 22:41:51 +0000 |
iive |
10l. Don't set stride info if it would panic the decoder.
|
Sun, 01 May 2011 20:21:00 +0000 |
iive |
Fix segfault with -lavdopts vstats and some codecs.
|
Sun, 01 May 2011 18:07:59 +0000 |
iive |
Increase the maximum value of the DVB timeout to 240 seconds.
|
Sun, 01 May 2011 17:10:02 +0000 |
reimar |
Add code to generate and compare all object files MPlayer uses.
|
Sun, 01 May 2011 16:44:58 +0000 |
cboesch |
Remove some useless static and global zero initializations.
|
Sun, 01 May 2011 16:40:30 +0000 |
cboesch |
Remove MI2-Trailer.avi reference from filename variable comment.
|
Sun, 01 May 2011 15:25:41 +0000 |
philipl |
Command Line Options: Support FFmpeg per-codec AVOptions.
|
Fri, 29 Apr 2011 13:05:49 +0000 |
diego |
ao_pcm: Fix compilation on MinGW64 due to a missing io.h #include.
|
Fri, 29 Apr 2011 10:32:59 +0000 |
jrash |
sync with en/mplayer.1 rev. 33336
|
Thu, 28 Apr 2011 15:58:42 +0000 |
cehoyos |
Fix Win64 compilation.
|
Thu, 28 Apr 2011 13:45:16 +0000 |
diego |
Add missing osdep/strsep.h #include where strsep() is used.
|
Wed, 27 Apr 2011 17:15:28 +0000 |
ib |
Remove unnecessary #include.
|
Wed, 27 Apr 2011 14:57:37 +0000 |
ib |
Limit config option vf_lavc to dxr3.
|
Wed, 27 Apr 2011 08:40:56 +0000 |
cehoyos |
Temporarily disable AVX to fix compilation.
|
Tue, 26 Apr 2011 23:31:25 +0000 |
iive |
Use xvmc_render struct to hold both xvmc_pix_fmt shared struct and the
|
Tue, 26 Apr 2011 18:48:19 +0000 |
reimar |
Reduce dependencies for codecs2html binary.
|
Tue, 26 Apr 2011 16:21:26 +0000 |
cehoyos |
Support Etymonix MPEG-2 I-frame Video Codec.
|
Mon, 25 Apr 2011 14:25:15 +0000 |
ib |
Do not remove video filters.
|
Mon, 25 Apr 2011 12:38:55 +0000 |
ib |
Improve cache size spin button.
|
Mon, 25 Apr 2011 12:24:05 +0000 |
ib |
Cosmetic: Adjust indent.
|
Mon, 25 Apr 2011 12:23:06 +0000 |
ib |
Adjust possible cache size to values allowed by MPlayer.
|
Mon, 25 Apr 2011 09:48:11 +0000 |
reimar |
Setup default speex modes, allows decoding of speex in flv which does not
|
Mon, 25 Apr 2011 09:28:38 +0000 |
reimar |
Pass through correct-pts setting from video sub demuxer.
|
Sun, 24 Apr 2011 23:27:24 +0000 |
reimar |
Call demux_fill_buffer multiple times when trying to get a
|
Sun, 24 Apr 2011 23:06:38 +0000 |
reimar |
Add a alloc_demuxer function that ensures all the critical stuff is
|
Sun, 24 Apr 2011 21:32:36 +0000 |
reimar |
Improve seeking for files where start_time is not (properly) set.
|
Sun, 24 Apr 2011 16:13:25 +0000 |
ib |
Replace usage of AVCodecContext member hurry_up by skip_idct and skip_frame.
|
Sun, 24 Apr 2011 10:44:12 +0000 |
diego |
rpm: Delete reference to remove --enable-largefiles configure option.
|
Sun, 24 Apr 2011 08:52:30 +0000 |
siretart |
debian packaging: no longer pass configure switch --enable-largefiles
|
Sun, 24 Apr 2011 08:12:10 +0000 |
siretart |
use new eval API names
|
Sun, 24 Apr 2011 08:08:24 +0000 |
siretart |
use correct pp_mode type, unbreaks compilation
|
Sat, 23 Apr 2011 16:48:36 +0000 |
reimar |
Fix DVD angle cycling up.
|
Sat, 23 Apr 2011 16:41:11 +0000 |
reimar |
Fix audio/video ID mapping for slave commands to correspond to the
|
Sat, 23 Apr 2011 15:00:45 +0000 |
diego |
Add CONFIG_AUDIO_FLOAT / HAVE_MAPVIEWOFFILE definitions for FFmpeg to config.h.
|
Sat, 23 Apr 2011 15:00:43 +0000 |
diego |
configure: Make largefile support non-optional.
|
Sat, 23 Apr 2011 14:11:49 +0000 |
diego |
Convert all manual pages to UTF-8 encoding.
|
Sat, 23 Apr 2011 13:58:02 +0000 |
diego |
Ignore generated header objects and dependency files.
|
Sat, 23 Apr 2011 13:17:32 +0000 |
ib |
List GUI options in man page and explain relationship to MPlayer options.
|
Sat, 23 Apr 2011 13:14:49 +0000 |
ib |
Rearrange GUI options.
|
Sat, 23 Apr 2011 09:41:48 +0000 |
ib |
Remove unnecessary #ifdef.
|
Sat, 23 Apr 2011 09:05:35 +0000 |
ib |
Make initial value explicitly type float.
|
Sat, 23 Apr 2011 08:58:52 +0000 |
ib |
Remove needless explicit initialization.
|
Sat, 23 Apr 2011 08:07:41 +0000 |
ib |
Cosmetic: Adjust indent and space.
|
Sat, 23 Apr 2011 08:05:27 +0000 |
ib |
Position windows initially at coordinates given in skin file.
|
Sat, 23 Apr 2011 03:32:34 +0000 |
jrash |
sync with en/mplayer.1 rev. 33293
|
Fri, 22 Apr 2011 17:03:04 +0000 |
reimar |
Use memcpy_pic instead of reimplementing it.
|
Fri, 22 Apr 2011 16:53:01 +0000 |
reimar |
Simplify colormap generation code, avoid some mallocs and add frees
|
Fri, 22 Apr 2011 16:45:09 +0000 |
cehoyos |
Support Canopus SD50 (CDV5).
|
Fri, 22 Apr 2011 16:43:14 +0000 |
reimar |
Simplify by using FFMAX3.
|
Fri, 22 Apr 2011 12:33:08 +0000 |
reimar |
Clip x/y offsets to avoid bad video placement.
|
Fri, 22 Apr 2011 12:25:09 +0000 |
reimar |
Add -geometry support reusing common code to fbdev2.
|
Fri, 22 Apr 2011 10:08:17 +0000 |
ib |
Revise skin documentation.
|
Fri, 22 Apr 2011 09:27:48 +0000 |
reimar |
Add missing "static".
|
Fri, 22 Apr 2011 09:24:56 +0000 |
reimar |
Specific function argument types for function pointers.
|
Fri, 22 Apr 2011 09:21:52 +0000 |
reimar |
Remove ancient libavcodec version check.
|
Fri, 22 Apr 2011 09:20:21 +0000 |
reimar |
-vc ffmpeg12mc is no longer necessary with -vo xvmc
|
Fri, 22 Apr 2011 09:18:39 +0000 |
reimar |
Mark ffmpeg12mc as deprecated.
|
Fri, 22 Apr 2011 09:17:58 +0000 |
reimar |
Support -vo xvmc without having to specify the codec explicitly.
|
Fri, 22 Apr 2011 09:16:22 +0000 |
reimar |
Add support for FFmpeg's Deluxe Paint Animation decoder.
|
Fri, 22 Apr 2011 09:10:32 +0000 |
reimar |
Suport RGB frambuffers in vo_fbdev.c
|
Fri, 22 Apr 2011 09:06:03 +0000 |
reimar |
Add mapping between codec ID and tag for ANM and AVS.
|
Fri, 22 Apr 2011 08:05:56 +0000 |
reimar |
Allow DR to work with reget_buffer when no buffer_hints are set.
|
Fri, 22 Apr 2011 07:58:06 +0000 |
reimar |
Allow reget_buffer to somewhat work after DRI failure.
|
Fri, 22 Apr 2011 07:53:12 +0000 |
cehoyos |
Do not use a deprecated audio encoder.
|
Fri, 22 Apr 2011 07:28:44 +0000 |
reimar |
Fix compilation with XvMC, only lightly tested.
|
Fri, 22 Apr 2011 07:26:23 +0000 |
ib |
Remove #ifdefs around extern declarations.
|
Fri, 22 Apr 2011 06:57:08 +0000 |
reimar |
Quick hack to fix compilation. Testing and improvements welcome.
|
Fri, 22 Apr 2011 06:36:16 +0000 |
reimar |
Use metadata API to fix compilation.
|
Fri, 22 Apr 2011 06:31:04 +0000 |
reimar |
Avoid using first_oformat, use av_oformat_next() instead.
|
Fri, 22 Apr 2011 06:28:43 +0000 |
reimar |
Remove obsolete options, fixes compilation with latest FFmpeg.
|
Fri, 22 Apr 2011 06:19:14 +0000 |
reimar |
Hacks to allow compilation to go further.
|
Fri, 22 Apr 2011 06:17:34 +0000 |
reimar |
Use metadata tag API to get attachment filename.
|
Fri, 22 Apr 2011 06:15:50 +0000 |
reimar |
Attempt to support attachements without filename.
|
Fri, 22 Apr 2011 00:55:36 +0000 |
michael |
Pointless vertical alignment cosmetics to test repository write.
|
Tue, 19 Apr 2011 11:00:16 +0000 |
ib |
Add description for environment variables used by the GUI.
|
Tue, 19 Apr 2011 09:46:26 +0000 |
ib |
Tag default sub-fuzziness option.
|
Tue, 19 Apr 2011 09:23:25 +0000 |
ib |
Correct directory order for skin access.
|
Tue, 19 Apr 2011 08:23:15 +0000 |
diego |
demux_ts: Hint at -tsprobe option when no audio stream is found.
|
Tue, 19 Apr 2011 07:32:36 +0000 |
diego |
vf_geq: Fix FFmpeg API usage; eliminates some deprecation warnings.
|
Sat, 16 Apr 2011 03:35:56 +0000 |
jrash |
fix translation error in legacy parts: currently fixed up to (833: \-edl-start-pts)
|
Fri, 15 Apr 2011 20:41:40 +0000 |
reimar |
Avoid crash when pausing an audio-only file.
|
Fri, 15 Apr 2011 14:34:17 +0000 |
ib |
Group and sort configuration variable definitions.
|
Fri, 15 Apr 2011 14:30:58 +0000 |
ib |
Cosmetic: Format to MPlayer coding style.
|
Fri, 15 Apr 2011 10:58:36 +0000 |
ib |
Revise German translation of skin documentation.
|
Fri, 15 Apr 2011 10:36:48 +0000 |
ib |
Revise skin documentation.
|
Fri, 15 Apr 2011 09:56:47 +0000 |
ib |
Revise skin documentation.
|
Fri, 15 Apr 2011 09:36:19 +0000 |
ib |
Revise skin documentation.
|
Fri, 15 Apr 2011 09:24:00 +0000 |
ib |
Revise skin documentation.
|
Fri, 15 Apr 2011 07:48:41 +0000 |
diego |
Build the geq video filter with shared FFmpeg.
|
Thu, 14 Apr 2011 20:41:50 +0000 |
reimar |
Do not try to set up the FS segment when using quicktime to decode,
|
Thu, 14 Apr 2011 10:23:25 +0000 |
ib |
Revise skin documentation.
|
Thu, 14 Apr 2011 10:14:29 +0000 |
ib |
Revise German translation of skin documentation.
|
Thu, 14 Apr 2011 10:11:46 +0000 |
ib |
Revise German translation of skin documentation.
|
Thu, 14 Apr 2011 05:57:38 +0000 |
cboesch |
Fix wrong allocation.
|
Wed, 13 Apr 2011 07:38:41 +0000 |
cehoyos |
Support decoding Kega Video (kgv1) with FFmpeg.
|
Tue, 12 Apr 2011 09:19:31 +0000 |
cehoyos |
Update libvpx check: libvpx version must be >=0.9.6 now.
|
Tue, 12 Apr 2011 08:03:41 +0000 |
cehoyos |
Revert r33246: It broke building MPlayer immediately after adding
|
Mon, 11 Apr 2011 13:10:03 +0000 |
diego |
Fix typo in v4l2 check.
|
Sun, 10 Apr 2011 11:12:45 +0000 |
diego |
Add V4L2 support for OpenBSD (and NetBSD).
|
Sun, 10 Apr 2011 10:58:42 +0000 |
diego |
Ignore FFmpeg git repository in MPlayer source tree.
|
Sun, 10 Apr 2011 00:33:52 +0000 |
reimar |
Remove obviously unused libavutil/internal.h include.
|
Sat, 09 Apr 2011 23:20:51 +0000 |
reimar |
Reindent. Probably should also be moved, but that I leave to someone else.
|
Sat, 09 Apr 2011 22:09:09 +0000 |
reimar |
Do no run the ffmpeg git check/update during ./configure --help
|
Sat, 09 Apr 2011 22:08:01 +0000 |
reimar |
Add -Werror-implicit-function-declaration to default gcc compile flags.
|
Sat, 09 Apr 2011 20:10:12 +0000 |
reimar |
Add const to type for pointer to a string constant.
|
Sat, 09 Apr 2011 15:09:06 +0000 |
reimar |
Use strtod instead of sscanf, it is both much faster and allows for
|
Sat, 09 Apr 2011 14:55:22 +0000 |
reimar |
Send udp master updates also when paused and let slave use normal timing
|
Sat, 09 Apr 2011 14:47:16 +0000 |
reimar |
Prefer snprintf over printf.
|
Sat, 09 Apr 2011 14:37:30 +0000 |
reimar |
Prefer double type for timing values.
|
Sat, 09 Apr 2011 14:11:36 +0000 |
reimar |
Revert r33231, FFmpeg already sets has_b_frames up this way for
|
Sat, 09 Apr 2011 04:12:03 +0000 |
jrash |
fix translation errors in legacy parts: currently fixed up to line 304
|
Sat, 09 Apr 2011 02:19:23 +0000 |
jrash |
retranslate teletext part
|
Sat, 09 Apr 2011 02:10:46 +0000 |
jrash |
improve translation
|
Fri, 08 Apr 2011 12:17:45 +0000 |
jrash |
Synced with help_mp-en.h rev. 33227
|
Thu, 07 Apr 2011 22:43:45 +0000 |
reimar |
Disable timing/sleep directly after seek.
|
Thu, 07 Apr 2011 22:30:18 +0000 |
reimar |
Move variables into block where they are used.
|
Thu, 07 Apr 2011 21:49:06 +0000 |
reimar |
Avoid MPlayer ignoring a key press completely, instead sending
|
Thu, 07 Apr 2011 21:48:16 +0000 |
reimar |
More precise decoder lag calculation for frame-multithreading.
|
Thu, 07 Apr 2011 21:08:49 +0000 |
reimar |
Fix artefacts at right border of scaled bitmap subtitles by clearing the
|
Wed, 06 Apr 2011 22:11:27 +0000 |
ib |
Update translation of MSGTR_AO_PCM_HintInfo (r33227) and fix spelling mistake.
|
Wed, 06 Apr 2011 22:00:58 +0000 |
ib |
Define ext array more skillfully.
|
Wed, 06 Apr 2011 17:49:15 +0000 |
reimar |
Add -benchmark to recommended fast dumping options.
|
Tue, 05 Apr 2011 14:48:22 +0000 |
ib |
Prevent segmentation faults.
|
Tue, 05 Apr 2011 13:49:22 +0000 |
ib |
Replace av_freep by av_free
|
Tue, 05 Apr 2011 13:44:02 +0000 |
ib |
Remove various pngRead() debug messages.
|
Tue, 05 Apr 2011 13:21:20 +0000 |
ib |
Move debug messages.
|
Tue, 05 Apr 2011 13:12:36 +0000 |
ib |
Prevent segmentation faults.
|
Tue, 05 Apr 2011 12:50:56 +0000 |
ib |
Make len match ftell() return value type.
|
Tue, 05 Apr 2011 10:44:38 +0000 |
ib |
Move debug message.
|
Tue, 05 Apr 2011 10:39:59 +0000 |
ib |
Revise Convert24to32().
|
Tue, 05 Apr 2011 09:28:59 +0000 |
ib |
Revise Normalize().
|
Tue, 05 Apr 2011 09:12:35 +0000 |
ib |
Clean up and simplify fExist().
|
Mon, 04 Apr 2011 19:12:31 +0000 |
ib |
Define the transparent color as a macro.
|
Mon, 04 Apr 2011 18:51:06 +0000 |
ib |
Revert r33214.
|
Mon, 04 Apr 2011 18:35:25 +0000 |
ib |
Don't change original image during conversion.
|
Mon, 04 Apr 2011 18:25:11 +0000 |
ib |
Cosmetic: Adjust indent.
|
Mon, 04 Apr 2011 18:23:19 +0000 |
ib |
Get rid of else-block to improve readability.
|
Mon, 04 Apr 2011 16:02:59 +0000 |
reimar |
Enable VDPAU HWACCELs in FFmpeg when VDPAU is enabled.
|
Mon, 04 Apr 2011 15:10:05 +0000 |
ib |
Replace inttypes.h by stdint.h and remove inttypes.h where unneeded.
|
Mon, 04 Apr 2011 14:49:58 +0000 |
ib |
Cosmetic: Rephrase some conditions and rename some variables.
|
Mon, 04 Apr 2011 14:29:52 +0000 |
ib |
Rename conv24to32() Convert24to32().
|
Mon, 04 Apr 2011 14:14:10 +0000 |
ib |
Increment the counter before the comparison.
|
Mon, 04 Apr 2011 14:06:08 +0000 |
ib |
Move common pixel shifting statement
|
Mon, 04 Apr 2011 13:49:57 +0000 |
ib |
Move variable definitions at top of function.
|
Mon, 04 Apr 2011 13:24:00 +0000 |
ib |
Use bpFree() to free the bitmap structure.
|
Mon, 04 Apr 2011 13:20:02 +0000 |
ib |
Rename variable nothaveshape and invert logic.
|
Mon, 04 Apr 2011 13:02:56 +0000 |
ib |
Use appropriate data type uint32_t for 32 bpp bitmap data.
|
Mon, 04 Apr 2011 12:40:20 +0000 |
ib |
Remove useless warning message.
|
Mon, 04 Apr 2011 12:14:26 +0000 |
ib |
Add missing 'else'.
|
Mon, 04 Apr 2011 12:01:27 +0000 |
ib |
Revise debug messages.
|
Mon, 04 Apr 2011 10:49:54 +0000 |
ib |
Remove unused message.
|
Mon, 04 Apr 2011 02:00:32 +0000 |
jrash |
Synced with help_mp-en.h rev. 33185
|
Sun, 03 Apr 2011 14:39:27 +0000 |
iive |
Fix segfault in lavcac3enc audio filter.
|
Sun, 03 Apr 2011 14:26:38 +0000 |
ib |
Cosmetic: Adjust indent.
|
Sun, 03 Apr 2011 14:24:36 +0000 |
ib |
Prevent an out-of-bounds array access.
|
Sun, 03 Apr 2011 10:54:03 +0000 |
ib |
Cosmetic: Rename cmd functions item.
|
Sun, 03 Apr 2011 10:38:35 +0000 |
ib |
Cosmetic: Adjust indent after simplifying cmd_base().
|
Sun, 03 Apr 2011 10:31:11 +0000 |
ib |
Simplify cmd_base().
|
Sat, 02 Apr 2011 22:01:55 +0000 |
ib |
Remove unused wItem member tmp.
|
Sat, 02 Apr 2011 20:45:43 +0000 |
ib |
Move debug messages so that they will be processed earlier.
|
Sat, 02 Apr 2011 20:24:19 +0000 |
ib |
Order member assignments according to their definition in the structure.
|
Fri, 01 Apr 2011 22:21:42 +0000 |
ib |
Add an itMenu item type.
|
Fri, 01 Apr 2011 22:16:32 +0000 |
ib |
Don't needlessly store font information in the wItems array
|
Fri, 01 Apr 2011 21:23:50 +0000 |
ib |
Prevent an out-of-bounds array access.
|
Fri, 01 Apr 2011 20:42:06 +0000 |
ib |
Revise font related error messages.
|
Fri, 01 Apr 2011 13:59:50 +0000 |
ib |
Avoid using skin pointer.
|
Fri, 01 Apr 2011 13:30:17 +0000 |
ib |
Avoid using appMPlayer.
|
Fri, 01 Apr 2011 13:00:07 +0000 |
ib |
Cosmetic: Rearrange variable declarations to match parameters.
|
Fri, 01 Apr 2011 12:56:23 +0000 |
ib |
Cosmetic: Rearrange variable declarations to match parameters.
|
Fri, 01 Apr 2011 12:48:40 +0000 |
ib |
Use more appropriate name for variable and reduce it to reasonable size.
|
Fri, 01 Apr 2011 12:23:56 +0000 |
ib |
Remove needless variable.
|
Fri, 01 Apr 2011 12:15:10 +0000 |
ib |
Reduce resp. increase arrays to reasonable size.
|
Fri, 01 Apr 2011 12:09:17 +0000 |
ib |
Cosmetic: Use more appropriate variable names.
|
Fri, 01 Apr 2011 11:25:57 +0000 |
ib |
Disable background definition for playbar.
|
Fri, 01 Apr 2011 11:04:48 +0000 |
ib |
Simplify parameter analysis.
|
Fri, 01 Apr 2011 10:58:04 +0000 |
ib |
Remove needless variable.
|
Fri, 01 Apr 2011 10:36:11 +0000 |
ib |
Revise message for parameter errors.
|
Thu, 31 Mar 2011 12:25:32 +0000 |
ib |
Cosmetic: Rename menuBase menu.
|
Thu, 31 Mar 2011 12:03:54 +0000 |
ib |
Clean up cmd_window().
|
Thu, 31 Mar 2011 11:38:30 +0000 |
ib |
Cosmetic: Use more appropriate variable names.
|
Thu, 31 Mar 2011 10:56:42 +0000 |
ib |
(Almost entirely) cosmetic: Use more appropriate variable names.
|
Thu, 31 Mar 2011 10:13:47 +0000 |
ib |
Allow number sign as comment character.
|
Thu, 31 Mar 2011 09:38:03 +0000 |
ib |
Cosmetic: Adjust indent.
|
Thu, 31 Mar 2011 09:37:12 +0000 |
ib |
Reset skin pointer and window name.
|
Thu, 31 Mar 2011 09:09:54 +0000 |
ib |
Add a check for unknown items.
|
Thu, 31 Mar 2011 09:03:53 +0000 |
ib |
Leave loop after item function has been found and called.
|
Thu, 31 Mar 2011 08:56:52 +0000 |
ib |
Cosmetic: Rename command item.
|
Wed, 30 Mar 2011 14:54:55 +0000 |
cehoyos |
Fix compilation with --disable-mencoder.
|
Wed, 30 Mar 2011 14:24:11 +0000 |
ib |
Improve handling of the comment character.
|
Wed, 30 Mar 2011 13:47:33 +0000 |
ib |
Cosmetic: Adjust indent.
|
Wed, 30 Mar 2011 13:46:03 +0000 |
ib |
Conform message determination
|
Wed, 30 Mar 2011 13:31:10 +0000 |
ib |
Revise German documentation concerning events.
|
Wed, 30 Mar 2011 12:07:54 +0000 |
ib |
Rename error message and add missing checks.
|
Wed, 30 Mar 2011 11:32:12 +0000 |
ib |
Correct documentation on comments.
|
Wed, 30 Mar 2011 11:15:03 +0000 |
ib |
Issue error message in case of wrong section name.
|
Wed, 30 Mar 2011 11:06:57 +0000 |
ib |
Don't start GUI in case of window name error.
|
Wed, 30 Mar 2011 11:01:55 +0000 |
ib |
Rename and revise error message.
|
Wed, 30 Mar 2011 10:36:52 +0000 |
ib |
Add error check.
|
Wed, 30 Mar 2011 10:14:41 +0000 |
ib |
Remove pointless assignment.
|
Wed, 30 Mar 2011 10:07:15 +0000 |
ib |
Cosmetic: Rename error message.
|
Tue, 29 Mar 2011 19:42:05 +0000 |
reimar |
playlist option can't be used in a config file.
|
Tue, 29 Mar 2011 19:38:39 +0000 |
reimar |
Add dummy shuffle and noshuffle options so they appear in -list-options.
|
Tue, 29 Mar 2011 12:59:30 +0000 |
ib |
Remove pointless code and messages.
|
Tue, 29 Mar 2011 11:17:01 +0000 |
ib |
Replace macro by function.
|
Tue, 29 Mar 2011 10:47:07 +0000 |
ib |
Cosmetic: Adjust indent.
|
Tue, 29 Mar 2011 10:45:13 +0000 |
ib |
Prevent a segmentation fault.
|
Tue, 29 Mar 2011 10:31:03 +0000 |
ib |
Make use of return value of strlower().
|
Tue, 29 Mar 2011 10:21:39 +0000 |
ib |
Replace macros to check whether a command is allowed by functions.
|
Tue, 29 Mar 2011 08:53:07 +0000 |
ib |
Cosmetic: Separate return statement with newline.
|
Tue, 29 Mar 2011 08:28:11 +0000 |
ib |
Move strlower() into auxiliary string function file.
|
Tue, 29 Mar 2011 08:15:01 +0000 |
ib |
Simplify trim().
|
Mon, 28 Mar 2011 22:18:56 +0000 |
cehoyos |
Fix CrystalHD autodetection:
|
Mon, 28 Mar 2011 16:03:26 +0000 |
ib |
Simplify strswap().
|
Mon, 28 Mar 2011 15:51:20 +0000 |
ib |
Move auxiliary string functions into separate file.
|
Mon, 28 Mar 2011 13:46:50 +0000 |
ib |
Remove misspelled GUI message 'evEqualeaser'.
|
Mon, 28 Mar 2011 12:37:48 +0000 |
ib |
Move files with auxiliary functions to own directory.
|
Sun, 27 Mar 2011 21:25:58 +0000 |
cehoyos |
Cosmetics: Fix typo.
|
Sun, 27 Mar 2011 14:17:48 +0000 |
reimar |
Add condition that lets us switch FFmpeg XvMC decoder back from
|
Sun, 27 Mar 2011 14:02:32 +0000 |
reimar |
Always use get_format, reduces usage of CODEC_CAP_HWACCEL* conditions.
|
Sun, 27 Mar 2011 13:19:32 +0000 |
reimar |
Change | to ||.
|
Sun, 27 Mar 2011 13:18:59 +0000 |
reimar |
Attempt to fix crashes with VDPAU and threads.
|
Sun, 27 Mar 2011 13:09:27 +0000 |
reimar |
Fix XVMC decoding (avcodec_open would fail if thread_count is set)
|
Sun, 27 Mar 2011 10:24:11 +0000 |
reimar |
Warn when audio encoder requires an input format different from S16,
|
Sun, 27 Mar 2011 07:16:38 +0000 |
cehoyos |
FFmpeg Bitmap Brothers JV decoder.
|
Sun, 27 Mar 2011 02:15:38 +0000 |
jrash |
sync with en/mplayer.1 rev. 33107
|
Sun, 27 Mar 2011 02:06:33 +0000 |
jrash |
Synced with help_mp-en.h rev. 33112
|
Sat, 26 Mar 2011 21:02:34 +0000 |
reimar |
Add ugly hack to compensate DVDNAV's ugly hacks and fix seeking.
|
Sat, 26 Mar 2011 20:22:43 +0000 |
reimar |
Use fewer () to make code more readable.
|
Sat, 26 Mar 2011 20:04:47 +0000 |
reimar |
Ensure we always pass a buffer of at least sector size to the read function.
|
Sat, 26 Mar 2011 18:37:05 +0000 |
reimar |
Disable the combination of slices and multithreaded decode by default, it
|
Sat, 26 Mar 2011 16:11:18 +0000 |
reimar |
Do not do A-V sync correction if one of the pts values is bogus
|
Sat, 26 Mar 2011 16:02:44 +0000 |
reimar |
Generalize previous commit: assume that a 0 frame time is always wrong
|
Sat, 26 Mar 2011 16:01:00 +0000 |
reimar |
For a stream without pts values time video frames based on fps
|
Sat, 26 Mar 2011 13:00:11 +0000 |
reimar |
Enable both frame and slice threading.
|
Sat, 26 Mar 2011 12:43:19 +0000 |
reimar |
Do not use deprecated avcodec_thread_init, it is broken and does nothing currently.
|
Fri, 25 Mar 2011 13:58:26 +0000 |
compn |
cleanup/unify hdv* fourccs, except vdpau
|
Fri, 25 Mar 2011 12:40:20 +0000 |
ib |
Revise some GUI error message texts.
|
Fri, 25 Mar 2011 11:28:25 +0000 |
ib |
Show GUI message when GUI must exit.
|
Fri, 25 Mar 2011 10:33:48 +0000 |
ib |
Add message showing function.
|
Fri, 25 Mar 2011 09:26:00 +0000 |
ib |
Cosmetic: Rename ERRORMESSAGE() skin_error().
|
Fri, 25 Mar 2011 09:16:57 +0000 |
ib |
Cosmetic: Move supportive stuff at top of file.
|
Thu, 24 Mar 2011 22:46:22 +0000 |
reimar |
Update key-fifo-size documentation, stuck keys should no
|
Thu, 24 Mar 2011 22:34:23 +0000 |
reimar |
Allow mouse wheel to work with a key fifo size of 2.
|
Thu, 24 Mar 2011 22:28:17 +0000 |
reimar |
Change condition to avoid needless key state resets with very small
|
Thu, 24 Mar 2011 22:11:18 +0000 |
reimar |
Make "stuck keys" problem impossibly by resetting the internal
|
Thu, 24 Mar 2011 21:58:06 +0000 |
reimar |
Remove debug printfs that haven't been used since ages.
|
Thu, 24 Mar 2011 21:57:08 +0000 |
reimar |
Remove pointless initializers.
|
Thu, 24 Mar 2011 21:56:34 +0000 |
reimar |
Change fifo to not waste one entry needlessly.
|
Thu, 24 Mar 2011 20:25:45 +0000 |
reimar |
More const preservation.
|
Thu, 24 Mar 2011 20:21:27 +0000 |
reimar |
Do not pointlessly cast away a const.
|
Wed, 23 Mar 2011 22:08:34 +0000 |
cehoyos |
Support E-AC3 in deprecated native matroska demuxer.
|
Wed, 23 Mar 2011 14:52:13 +0000 |
zuxy |
Change MP_IMGFLAG_ACCEPT_STRIDE to MP_IMGFLAG_ACCEPT_ALIGNED_STRIDE as various
|
Wed, 23 Mar 2011 10:49:28 +0000 |
cehoyos |
VDPAU does not support colourspaces different from 4:2:0.
|
Wed, 23 Mar 2011 08:35:45 +0000 |
cehoyos |
Support CrystalHD decoding.
|
Tue, 22 Mar 2011 11:44:26 +0000 |
compn |
add xd55 isom for mpeg2 video from fcp
|
Mon, 21 Mar 2011 19:33:22 +0000 |
ib |
Initialize guiIntfStruct.VCDTracks.
|
Mon, 21 Mar 2011 19:21:32 +0000 |
ib |
Remove unused variable vcd_track.
|
Mon, 21 Mar 2011 12:46:03 +0000 |
ib |
Correct VCD's titles menu.
|
Mon, 21 Mar 2011 12:44:17 +0000 |
ib |
Correct next track button functionality for VCDs.
|
Mon, 21 Mar 2011 12:39:28 +0000 |
ib |
Start vcd:// with first title when hitting play button.
|
Mon, 21 Mar 2011 12:35:38 +0000 |
ib |
Replace vcd_seek_to_track() by stream_control().
|
Mon, 21 Mar 2011 11:59:02 +0000 |
cehoyos |
Allow compilation after sine windows were moved into a new file in FFmpeg.
|
Sun, 20 Mar 2011 11:23:39 +0000 |
siretart |
make buildlogs in debian/ubuntu buildlogs verbose
|
Sun, 20 Mar 2011 11:22:34 +0000 |
siretart |
unbreak compilation with libav
|
Sat, 19 Mar 2011 11:53:32 +0000 |
reimar |
FFmpeg's AC-3 decoder will do byte-swapping on its own, so no
|
Fri, 18 Mar 2011 14:48:54 +0000 |
jrash |
sync with en/mplayer.1 rev. 33082
|
Thu, 17 Mar 2011 08:58:49 +0000 |
cehoyos |
Allow setting custom http header.
|
Mon, 14 Mar 2011 00:07:11 +0000 |
cehoyos |
Output ID_DVD_VOLUME_ID also for dvdnav://.
|
Sun, 13 Mar 2011 00:32:55 +0000 |
diego |
Simplify sed expressions to remove groups of decoders from libavdecoders list.
|
Sat, 12 Mar 2011 23:52:50 +0000 |
diego |
Add CONFIG_AC3DSP to config.mak for FFmpeg; fix build.
|
Sat, 12 Mar 2011 23:44:11 +0000 |
diego |
Revert broken crystalhd check and replace by minimal bandaid compile fix.
|
Sat, 12 Mar 2011 11:55:01 +0000 |
cehoyos |
Use fourcc instead of format where appropriate.
|
Sat, 12 Mar 2011 10:55:33 +0000 |
cehoyos |
Support 32bit big endian float pcm in aiff.
|
Sat, 12 Mar 2011 10:50:14 +0000 |
cehoyos |
Support 'lpcm' in mov files, has audible (clipping?) artefacts on some systems.
|
Fri, 11 Mar 2011 16:06:43 +0000 |
iive |
Merge the configure CrystalHD dummy detection with
|
Fri, 11 Mar 2011 15:50:42 +0000 |
iive |
Fix MPlayer build after CrystalHD have been accepted in FFmpeg.
|
Fri, 11 Mar 2011 14:05:29 +0000 |
jrash |
sync with en/mplayer.1 rev. 33064
|
Fri, 11 Mar 2011 00:58:09 +0000 |
ib |
Cosmetic: Format to MPlayer coding style.
|
Thu, 10 Mar 2011 18:59:44 +0000 |
ib |
Cosmetic: Prefer path relative to current directory.
|
Thu, 10 Mar 2011 18:45:42 +0000 |
ib |
Cosmetic: Remove incorrect comment.
|
Thu, 10 Mar 2011 18:43:54 +0000 |
ib |
Cosmetic: Add required include files.
|
Thu, 10 Mar 2011 15:43:08 +0000 |
ib |
Cosmetic: Rename pointers handling current window and items.
|
Thu, 10 Mar 2011 14:20:36 +0000 |
ib |
Replace some awkward and unnecessary usages of strlen().
|
Thu, 10 Mar 2011 13:22:11 +0000 |
ib |
Remove unused function guiMessageBox().
|
Wed, 09 Mar 2011 23:03:54 +0000 |
cehoyos |
Add a command line option -gamma.
|
Wed, 09 Mar 2011 21:18:25 +0000 |
ranma |
Use memmove when source and destination can overlap.
|
Wed, 09 Mar 2011 15:36:10 +0000 |
ib |
Make functions static that are only used inside the file.
|
Wed, 09 Mar 2011 14:15:14 +0000 |
cehoyos |
Add FourCC ai12 for AVC Intra 100 / 1080.
|
Tue, 08 Mar 2011 20:59:39 +0000 |
ib |
Cosmetic: Adjust indent.
|
Tue, 08 Mar 2011 20:56:51 +0000 |
ib |
Fix several issues with Translate().
|
Tue, 08 Mar 2011 19:07:55 +0000 |
ib |
Choose informative variable names.
|
Tue, 08 Mar 2011 18:53:54 +0000 |
ib |
Use double constants for higher precision calculations.
|
Tue, 08 Mar 2011 15:29:19 +0000 |
ib |
Make slabel work.
|
Tue, 08 Mar 2011 13:15:34 +0000 |
ib |
Cosmetic: Add missing break.
|
Tue, 08 Mar 2011 13:12:30 +0000 |
ib |
Avoid mixing declaration and code.
|
Tue, 08 Mar 2011 13:03:22 +0000 |
ib |
Replace ternary operator by more intelligible switch statement.
|
Tue, 08 Mar 2011 12:50:52 +0000 |
ib |
Remove needless casts.
|
Tue, 08 Mar 2011 12:38:23 +0000 |
ib |
Cosmetic: Rename macro controlling the dlabel delay.
|
Tue, 08 Mar 2011 12:29:44 +0000 |
ib |
Cosmetic: Format to MPlayer coding style.
|
Tue, 08 Mar 2011 12:12:37 +0000 |
ib |
Make constants explicitly type float.
|
Tue, 08 Mar 2011 11:08:28 +0000 |
ib |
Make constants explicitly type float.
|
Tue, 08 Mar 2011 11:06:27 +0000 |
ib |
Make constants explicitly type float.
|
Tue, 08 Mar 2011 10:25:28 +0000 |
ib |
Remove unreasonable inline definition from TranslateFilename().
|
Tue, 08 Mar 2011 09:57:04 +0000 |
ib |
Fix some debug messages.
|
Tue, 08 Mar 2011 08:55:10 +0000 |
cehoyos |
There is no help list for vo aa.
|
Mon, 07 Mar 2011 20:36:06 +0000 |
ib |
Move global variables to top of file.
|
Mon, 07 Mar 2011 20:27:29 +0000 |
ib |
Go without gtk functions.
|
Mon, 07 Mar 2011 20:15:30 +0000 |
ib |
Get prototype for GetTimerMS() from header file.
|
Mon, 07 Mar 2011 20:09:30 +0000 |
ib |
Cosmetic: Separate #endif from following line.
|
Mon, 07 Mar 2011 19:35:39 +0000 |
ib |
Remove needless includes.
|
Mon, 07 Mar 2011 16:44:42 +0000 |
ib |
Clean up debug messages.
|
Mon, 07 Mar 2011 13:33:00 +0000 |
ib |
Output right message number.
|
Sun, 06 Mar 2011 16:03:15 +0000 |
cboesch |
Cosmetics: add empty line between system and local headers and remove pointless
|
Sun, 06 Mar 2011 13:57:21 +0000 |
ib |
Add variable names to prototype declarations.
|
Sun, 06 Mar 2011 13:04:07 +0000 |
ib |
Prefer free() to gfree().
|
Sun, 06 Mar 2011 12:30:49 +0000 |
ib |
Simplify appClearItem() by using memset().
|
Sun, 06 Mar 2011 12:21:52 +0000 |
ib |
Cosmetic: Rename appResetStruct() appInitStruct().
|
Sun, 06 Mar 2011 11:55:52 +0000 |
ib |
Use FF_ARRAY_ELEMS() rather than a separate constant.
|
Sat, 05 Mar 2011 14:25:37 +0000 |
cehoyos |
Add VP8 fourcc.
|
Sat, 05 Mar 2011 12:27:15 +0000 |
reimar |
Fix dnet decoding with -ac ffac3, the data needs to be byte-swapped.
|
Sat, 05 Mar 2011 12:24:33 +0000 |
reimar |
Fix -ac a52 to work with codecs with tags other than 0x2000 or dnet
|
Sat, 05 Mar 2011 12:09:25 +0000 |
reimar |
100l, actually only dnet tag indicates byte-swapped AC-3.
|
Sat, 05 Mar 2011 12:03:03 +0000 |
reimar |
Do not run the AC-3 parser on DNET (byte-swapped AC-3), that will break badly.
|
Fri, 04 Mar 2011 13:58:48 +0000 |
ib |
Reduce item arrays to reasonable size.
|
Fri, 04 Mar 2011 12:50:21 +0000 |
ib |
Cosmetic: Rename listItems structure.
|
Fri, 04 Mar 2011 12:03:12 +0000 |
jrash |
sync with en/mplayer.1 rev. 32946
|
Fri, 04 Mar 2011 11:57:43 +0000 |
jrash |
Synced with help_mp-en.h rev. 32964
|
Thu, 03 Mar 2011 18:45:55 +0000 |
cboesch |
Add Uncrustify profile.
|
Thu, 03 Mar 2011 15:00:05 +0000 |
ib |
Move fntFreeFont() into appFreeStruct().
|
Thu, 03 Mar 2011 14:52:21 +0000 |
ib |
Cosmetic: Rename appInitStruct() to appFreeStruct().
|
Thu, 03 Mar 2011 14:37:47 +0000 |
ib |
Rename the 'NumberOf' members of the listItems structure.
|
Thu, 03 Mar 2011 14:13:41 +0000 |
ib |
Cosmetic: Remove needless include.
|
Thu, 03 Mar 2011 14:09:50 +0000 |
ib |
Clean up appInitStruct().
|
Thu, 03 Mar 2011 13:58:48 +0000 |
ib |
Fix memory leak in appInitStruct().
|
Thu, 03 Mar 2011 13:45:30 +0000 |
ib |
Fix memory leak in appInitStruct().
|
Thu, 03 Mar 2011 13:13:20 +0000 |
ib |
Remove parameter from appInitStruct() function.
|
Thu, 03 Mar 2011 12:30:50 +0000 |
ib |
Cosmetic: Remove needless include.
|
Thu, 03 Mar 2011 12:21:18 +0000 |
ib |
Make ITEMS a const int (it was a symbolic constant).
|
Thu, 03 Mar 2011 12:16:09 +0000 |
ib |
Cosmetic: Rename constant for number of events from evBoxs to EVENTS.
|
Thu, 03 Mar 2011 11:44:39 +0000 |
ib |
Cosmetic: Adjust indent.
|
Thu, 03 Mar 2011 11:43:01 +0000 |
ib |
Fix memory leak in appClearItem().
|
Thu, 03 Mar 2011 11:06:42 +0000 |
ib |
Redefine button states.
|
Thu, 03 Mar 2011 09:34:27 +0000 |
ib |
Cosmetic: Adjust item definitions.
|
Wed, 02 Mar 2011 18:16:15 +0000 |
ib |
Cosmetic: Adjust indent.
|
Wed, 02 Mar 2011 18:14:20 +0000 |
ib |
Add new function bpFree() to free txSamples (bitmaps).
|
Wed, 02 Mar 2011 17:42:06 +0000 |
ib |
Use appropriate declaration for array indices.
|
Wed, 02 Mar 2011 17:38:59 +0000 |
ib |
Provide proper conversion specification for long and unsigned variables.
|
Wed, 02 Mar 2011 17:30:14 +0000 |
ib |
Move declaration of char array into scope of fExist() where it's used.
|
Wed, 02 Mar 2011 17:17:19 +0000 |
ib |
Cosmetic: Format to MPlayer coding style.
|
Wed, 02 Mar 2011 16:05:37 +0000 |
ib |
Adjust the listItems structure.
|
Wed, 02 Mar 2011 15:37:50 +0000 |
ib |
Clean up the wItem structure.
|
Wed, 02 Mar 2011 13:30:44 +0000 |
ib |
Improve documentation on dlabel.
|
Wed, 02 Mar 2011 07:53:59 +0000 |
reimar |
Print correct result variable for armv6t2 test.
|
Wed, 02 Mar 2011 07:41:47 +0000 |
reimar |
Fix copy-and-paste error: Should be AV_SAMPLE_FMT_NONE instead of PIX_FMT_NONE.
|
Tue, 01 Mar 2011 21:50:57 +0000 |
reimar |
Start adding support for lavc audio encoders that use other formats
|
Tue, 01 Mar 2011 21:48:04 +0000 |
reimar |
Use samplefmt2affmt helper function in ad_ffmpeg.c
|
Tue, 01 Mar 2011 21:44:15 +0000 |
reimar |
Add conversion functions to and from AVSampleFormat.
|
Tue, 01 Mar 2011 11:02:48 +0000 |
cehoyos |
Support dvvideo in Leitch/Harris' VR native stream format (LXF).
|
Tue, 01 Mar 2011 10:53:19 +0000 |
cehoyos |
Support audio in Leitch/Harris' VR native stream format (LXF).
|
Mon, 28 Feb 2011 20:15:45 +0000 |
reimar |
Missing part of r32577: Add NV12/NV21/HM12 to query_format so they really
|
Mon, 28 Feb 2011 17:51:02 +0000 |
reimar |
Fix compilation when pthreads are not available.
|
Mon, 28 Feb 2011 14:47:17 +0000 |
ib |
Move global skin directory variables.
|
Mon, 28 Feb 2011 13:42:39 +0000 |
ib |
Remove unused functions appCopy(), appFindKey() and btnGetValue().
|
Mon, 28 Feb 2011 13:29:36 +0000 |
ib |
Limit scope of internally used appClearItem().
|
Mon, 28 Feb 2011 13:25:45 +0000 |
ib |
Cosmetic: Format to MPlayer coding style.
|
Mon, 28 Feb 2011 13:05:01 +0000 |
ib |
Add required include file.
|
Mon, 28 Feb 2011 10:51:56 +0000 |
cehoyos |
Add ID_DVD_TITLE_x_CHAPTERS and ID_DVD_CURRENT_TITLE to the output of
|
Sun, 27 Feb 2011 17:43:02 +0000 |
ib |
Cosmetic: Adjust indent.
|
Sun, 27 Feb 2011 17:41:05 +0000 |
ib |
Get rid of needless listItems variable and pointer.
|
Sun, 27 Feb 2011 15:25:20 +0000 |
reimar |
Fix compilation for systems where vorbis encode is split out into
|
Sun, 27 Feb 2011 15:14:23 +0000 |
reimar |
Do not run svn or otherwise try to extract the svn revision when
|
Sun, 27 Feb 2011 14:32:24 +0000 |
reimar |
Improve stream reset on read error, should now fix bug #1841 in more
|
Sun, 27 Feb 2011 10:30:04 +0000 |
cboesch |
10l: forgot mp_strings.h header include with mp_asprintf prototype.
|
Sat, 26 Feb 2011 21:42:31 +0000 |
ib |
Correct documentation.
|
Sat, 26 Feb 2011 15:34:33 +0000 |
siretart |
enable bluray support in the daily builds
|
Sat, 26 Feb 2011 11:58:53 +0000 |
cboesch |
Use mp_asprintf in get_metadata instead of limited stack buffer.
|
Sat, 26 Feb 2011 11:57:54 +0000 |
cboesch |
Make proxy and url parameter const in get_noauth_url and get_http_proxy_url.
|
Sat, 26 Feb 2011 11:57:18 +0000 |
cboesch |
Use mp_asprintf in make_noauth_url and make_http_proxy_url.
|
Sat, 26 Feb 2011 11:55:02 +0000 |
cboesch |
Add mp_strings.c with mp_asprintf function.
|
Fri, 25 Feb 2011 12:26:31 +0000 |
ib |
Remove unused function.
|
Fri, 25 Feb 2011 12:13:36 +0000 |
ib |
Cosmetic: Format to MPlayer coding style.
|
Thu, 24 Feb 2011 23:51:27 +0000 |
ib |
Cosmetic: Adjust indent.
|
Thu, 24 Feb 2011 23:49:33 +0000 |
ib |
Comply with the requested verbosity on GUI message boxes.
|
Thu, 24 Feb 2011 17:55:36 +0000 |
ib |
Limit scope of internally used skinItem array.
|
Thu, 24 Feb 2011 17:47:40 +0000 |
ib |
Change message levels to 'error'.
|
Thu, 24 Feb 2011 15:28:37 +0000 |
ib |
Provide proper conversion specification.
|
Thu, 24 Feb 2011 15:19:15 +0000 |
ib |
Remove needless explicit initialization.
|
Thu, 24 Feb 2011 15:11:10 +0000 |
ib |
Clarify the lower case transformation.
|
Thu, 24 Feb 2011 15:00:29 +0000 |
ib |
Cosmetic: Format to MPlayer coding style.
|
Thu, 24 Feb 2011 13:39:48 +0000 |
ib |
Improve skin documentation.
|
Thu, 24 Feb 2011 11:41:05 +0000 |
ib |
Avoid unnecessary brackets and improve message texts.
|
Wed, 23 Feb 2011 22:39:03 +0000 |
reimar |
100l, fix incorrect len when retrying read.
|
Wed, 23 Feb 2011 15:32:51 +0000 |
ib |
Cosmetic: Format to MPlayer coding style.
|
Wed, 23 Feb 2011 12:59:31 +0000 |
ib |
Cosmetic: Format to MPlayer coding style.
|
Tue, 22 Feb 2011 22:27:01 +0000 |
reimar |
When reading from a stream fails, try one more time after a reset.
|
Tue, 22 Feb 2011 18:58:50 +0000 |
reimar |
Improve handling of audio timestamps where we do not have even a
|
Tue, 22 Feb 2011 18:52:48 +0000 |
reimar |
Avoid mixing declarations and code.
|
Tue, 22 Feb 2011 18:24:04 +0000 |
reimar |
Apply forgotten part of previous patch, adding calc_a_pts to mpcommon.h.
|
Tue, 22 Feb 2011 18:22:16 +0000 |
reimar |
Move MPlayer's audio pts calculation code into mp_common.c and reuse it in
|
Tue, 22 Feb 2011 18:18:15 +0000 |
reimar |
Remove some tabs that accidentally ended up in mpcommon.c
|
Tue, 22 Feb 2011 12:38:21 +0000 |
compn |
ai5q and ai1q fourccs added to h264 decoders, ported from ffmpeg
|
Mon, 21 Feb 2011 14:52:25 +0000 |
ranma |
Make sure we don't store the same stats twice by nulling the first byte of the stats_out string once we have written it.
|
Mon, 21 Feb 2011 11:03:33 +0000 |
ib |
Update GUI documentation.
|
Sun, 20 Feb 2011 22:40:21 +0000 |
ib |
Cosmetic: Specify path from main (compiling) directory.
|
Sun, 20 Feb 2011 18:07:48 +0000 |
cehoyos |
"FIx" chapter references (make them identical to dvd).
|
Sun, 20 Feb 2011 01:10:52 +0000 |
ib |
Cosmetic: Use more natural notations.
|
Sun, 20 Feb 2011 00:50:35 +0000 |
ib |
Move declaration into scope of function where it's used.
|
Sun, 20 Feb 2011 00:44:27 +0000 |
ib |
Remove needless explicit initialization.
|
Sun, 20 Feb 2011 00:42:29 +0000 |
ib |
Fix buggy strlower(). It's wrong to add 'A'.
|
Sun, 20 Feb 2011 00:04:19 +0000 |
ib |
Cosmetic: Limit scope of internally used Fonts array.
|
Sat, 19 Feb 2011 23:57:03 +0000 |
ib |
Add missing include file.
|
Sat, 19 Feb 2011 22:39:17 +0000 |
ib |
Make setname() directly return the string created instead of writing it
|
Sat, 19 Feb 2011 22:26:10 +0000 |
ib |
Remove statement no longer needed and forgotten to remove in r32934.
|
Sat, 19 Feb 2011 22:04:07 +0000 |
ib |
Cosmetic: Adjust indent.
|
Sat, 19 Feb 2011 22:02:34 +0000 |
ib |
Remove support for skins directories using the obsolete name 'Skin'.
|
Sat, 19 Feb 2011 16:22:20 +0000 |
ib |
Use power-of-two sizes (mainly cosmetic).
|
Sat, 19 Feb 2011 16:08:47 +0000 |
ib |
Cosmetic: Don't use a constant for size.
|
Sat, 19 Feb 2011 13:23:16 +0000 |
ib |
Remove unused function.
|
Sat, 19 Feb 2011 13:20:11 +0000 |
ib |
Simplify input preparation (analogously to font.c).
|
Sat, 19 Feb 2011 12:50:54 +0000 |
ib |
Cosmetic: Limit scope of internal functions.
|
Sat, 19 Feb 2011 09:17:38 +0000 |
ranma |
For codecs that produce no data on the first pass, e.g.
|
Fri, 18 Feb 2011 22:14:47 +0000 |
ib |
Cosmetic: Use 0, not '\0'.
|
Fri, 18 Feb 2011 20:16:36 +0000 |
ib |
Cosmetic: Make conditions more readable by having assignments outside.
|
Fri, 18 Feb 2011 10:38:39 +0000 |
ib |
Cosmetic: Use more natural notations.
|
Thu, 17 Feb 2011 23:39:29 +0000 |
ib |
Revert r32923: none of the systems known or tested have a problem in it.
|
Thu, 17 Feb 2011 15:06:37 +0000 |
ib |
Do proper and portable initialization.
|
Thu, 17 Feb 2011 13:35:58 +0000 |
ib |
Enlarge uchar buffer, because GLib implements 31-bit UTF-8,
|
Thu, 17 Feb 2011 11:15:19 +0000 |
diego |
Adjust build system to reflect merge of libavcore into libavutil in FFmpeg.
|
Thu, 17 Feb 2011 11:09:44 +0000 |
diego |
Adjust #include paths after the merge of libavcore into libavutil in FFmpeg.
|
Thu, 17 Feb 2011 10:17:45 +0000 |
ib |
Add alpha channel value to the ARGB initialization constant
|
Thu, 17 Feb 2011 10:02:25 +0000 |
ib |
Simplify array initialization.
|
Wed, 16 Feb 2011 18:43:48 +0000 |
ib |
Add braces for easier association.
|
Wed, 16 Feb 2011 18:29:24 +0000 |
ib |
Prevent a segmentation fault.
|
Wed, 16 Feb 2011 18:21:02 +0000 |
ib |
Initialize array in a compiler independent way.
|
Wed, 16 Feb 2011 18:10:04 +0000 |
ib |
Revert r32911.
|
Wed, 16 Feb 2011 17:19:28 +0000 |
ib |
Simplify array initialization.
|
Wed, 16 Feb 2011 16:59:56 +0000 |
ib |
Remove needless pointer check.
|
Wed, 16 Feb 2011 16:44:42 +0000 |
ib |
Add additional include directory for gui.
|
Wed, 16 Feb 2011 16:35:53 +0000 |
cboesch |
Git clone options are after the 'clone' keyword
|
Wed, 16 Feb 2011 15:56:54 +0000 |
ib |
Remove needless cast.
|
Wed, 16 Feb 2011 15:43:47 +0000 |
ib |
Simplify condition.
|
Wed, 16 Feb 2011 15:24:08 +0000 |
ib |
Don't use constant not related to definition size
|
Wed, 16 Feb 2011 15:16:15 +0000 |
ib |
Use gfree().
|
Wed, 16 Feb 2011 12:25:39 +0000 |
diego |
Limit FFmpeg git clone to the last revision to save time and bandwidth.
|
Wed, 16 Feb 2011 12:00:29 +0000 |
ib |
Clean up variable declarations.
|
Wed, 16 Feb 2011 11:09:57 +0000 |
ib |
Use appropriate declaration for array indices.
|
Wed, 16 Feb 2011 10:55:38 +0000 |
ib |
Simplify condition.
|
Mon, 14 Feb 2011 18:52:03 +0000 |
cboesch |
Remove uneeded trailing semicolon.
|
Sun, 13 Feb 2011 18:04:43 +0000 |
ib |
Reduce buffer to reasonable size.
|
Sun, 13 Feb 2011 18:02:14 +0000 |
ib |
Remove unused functions.
|
Sun, 13 Feb 2011 17:58:02 +0000 |
ib |
Prevent out buffer overflow.
|
Sat, 12 Feb 2011 23:58:50 +0000 |
ib |
Partially revert cosmetic r32892.
|
Sat, 12 Feb 2011 22:15:18 +0000 |
ib |
Allow font characters varying in height.
|
Sat, 12 Feb 2011 16:52:23 +0000 |
reimar |
100l: fix "gamma" equalizer setting to change red, green and blue gamma,
|
Sat, 12 Feb 2011 11:39:43 +0000 |
cehoyos |
At least for Wing Commander 4 files, -demuxer lavf
|
Fri, 11 Feb 2011 16:54:32 +0000 |
ib |
Prevent memory leaks.
|
Fri, 11 Feb 2011 16:34:29 +0000 |
ib |
Cosmetic
|
Fri, 11 Feb 2011 16:30:35 +0000 |
ib |
Allow equals sign to be defined in the font description file.
|
Fri, 11 Feb 2011 14:43:28 +0000 |
ib |
Simplify input preparation and allow semicolon
|
Fri, 11 Feb 2011 13:17:08 +0000 |
ib |
Fix usage of wrong variable.
|
Fri, 11 Feb 2011 13:10:03 +0000 |
jrash |
sync with en/mplayer.1 rev. 32880
|
Fri, 11 Feb 2011 12:56:25 +0000 |
ib |
Make freed font reusable.
|
Fri, 11 Feb 2011 12:50:49 +0000 |
cehoyos |
Revert r32884: For some files, -demuxer lavf is needed to playback XAN DPCM audio.
|
Fri, 11 Feb 2011 12:49:31 +0000 |
cehoyos |
Support 0x594A as format value for XAN DPCM audio.
|
Fri, 11 Feb 2011 12:39:46 +0000 |
cehoyos |
ffxandpcm works fine with the native avi demuxer.
|
Fri, 11 Feb 2011 10:02:09 +0000 |
cehoyos |
Fix compilation by adding defines necessary for ac3dsp to config.asm.
|
Thu, 10 Feb 2011 21:31:24 +0000 |
ranma |
Fix muxer memory leak.
|
Thu, 10 Feb 2011 21:25:38 +0000 |
ranma |
Fix stream_write_buffer to make sure all requested bytes are written
|
Thu, 10 Feb 2011 19:20:36 +0000 |
cigaes |
Fractional part of time stamp in OSD.
|
Thu, 10 Feb 2011 13:50:28 +0000 |
ib |
Only replace non-existing font character by space if space itself exists.
|
Thu, 10 Feb 2011 13:26:18 +0000 |
ib |
Use defined variable and do not recalculate again.
|
Thu, 10 Feb 2011 13:24:00 +0000 |
ib |
Remove desultory parameter checks.
|
Thu, 10 Feb 2011 12:28:43 +0000 |
ib |
Always access font characters in the same way
|
Thu, 10 Feb 2011 11:55:03 +0000 |
cehoyos |
Add FFmpeg WC4 xan decoder.
|
Thu, 10 Feb 2011 11:47:29 +0000 |
ib |
Reduce Fonts array to required size.
|
Thu, 10 Feb 2011 11:35:32 +0000 |
ib |
Define constants in a single place.
|
Thu, 10 Feb 2011 11:17:12 +0000 |
ib |
Remove needless declaration.
|
Thu, 10 Feb 2011 10:55:18 +0000 |
ib |
Remove needless includes and declarations.
|
Tue, 08 Feb 2011 01:25:41 +0000 |
diego |
configure: Drop CFLAGS from DEPFLAGS.
|
Mon, 07 Feb 2011 19:29:36 +0000 |
cboesch |
Simplify frees in load_vob_subtitle.
|
Mon, 07 Feb 2011 19:27:17 +0000 |
cboesch |
Handle mp_path_join failure in load_vob_subtitle.
|
Sun, 06 Feb 2011 19:01:52 +0000 |
diego |
configure: Check for sys/poll.h.
|
Sun, 06 Feb 2011 14:06:35 +0000 |
reimar |
Change SVB SPU stream format in TS demuxer so it can be decoded by
|
Sun, 06 Feb 2011 14:03:10 +0000 |
reimar |
Print a message when lavc subtitle decoding fails.
|
Sun, 06 Feb 2011 13:52:05 +0000 |
reimar |
Fix r32587: the previous approach to return subtitles in time broke
|
Sun, 06 Feb 2011 13:09:09 +0000 |
faust3 |
fix ad_qtaudio for the case when the libavformat mov demuxer is used
|
Sun, 06 Feb 2011 11:45:17 +0000 |
reimar |
Set subtitle stream type correctly for DVB subtitles in TS demuxer.
|
Sat, 05 Feb 2011 20:45:42 +0000 |
cboesch |
Do not add .sub to text subtitles when they look like vobsub.
|
Sat, 05 Feb 2011 20:38:02 +0000 |
cboesch |
Add sub-paths option.
|
Sat, 05 Feb 2011 20:05:38 +0000 |
cboesch |
Revert 32857: FPS should be double everywhere, not float.
|
Sat, 05 Feb 2011 19:07:31 +0000 |
cboesch |
100l: fps are not in int but float, fix prototype.
|
Sat, 05 Feb 2011 19:05:02 +0000 |
cboesch |
FPS are in float in sh_video, not double.
|
Sat, 05 Feb 2011 14:04:07 +0000 |
reimar |
Use av_set_string3 instead of deprecated av_set_string.
|
Sat, 05 Feb 2011 14:02:49 +0000 |
reimar |
Change deprecated PKT_FLAG_KEY, CODEC_TYPE_* and SAMPLE_FMT_* to their
|
Sat, 05 Feb 2011 13:58:36 +0000 |
reimar |
Use av_get_bits_per_sample_fmt instead of deprecated
|
Sat, 05 Feb 2011 13:55:48 +0000 |
reimar |
Use av_iformat_next instead of first_iformat to conform with new FFmpeg API.
|
Sat, 05 Feb 2011 13:53:10 +0000 |
reimar |
Remove av_metadata_conv call, it is a NOP in FFmpeg nowadays.
|
Sat, 05 Feb 2011 03:35:40 +0000 |
jrash |
sync with en/mplayer.1 rev. 32842
|
Fri, 04 Feb 2011 10:06:01 +0000 |
diego |
Do not pointlessly cast the return value of memalign().
|
Fri, 04 Feb 2011 10:01:46 +0000 |
diego |
Replace one more instance of memalign in libmpcodecs with av_malloc.
|
Thu, 03 Feb 2011 14:44:46 +0000 |
ib |
Improve the readability of dynamic labels which scroll.
|
Thu, 03 Feb 2011 14:26:58 +0000 |
ib |
Cosmetic: indent for a patch to come.
|
Thu, 03 Feb 2011 14:19:19 +0000 |
ib |
Remove useless format argument.
|
Thu, 03 Feb 2011 14:04:43 +0000 |
diego |
Skip deleting HTML-single directory, which is no longer created.
|
Thu, 03 Feb 2011 12:31:09 +0000 |
diego |
Update incoming FTP directory URL for directory structure change on server.
|
Thu, 03 Feb 2011 11:55:15 +0000 |
compn |
add apco and ap4h fourcc to prores decoder
|
Wed, 02 Feb 2011 23:55:16 +0000 |
cboesch |
Add prefix filename option for PNG video output.
|
Wed, 02 Feb 2011 18:30:20 +0000 |
reimar |
Fix r32824: It broke -frames and many, many other things.
|
Tue, 01 Feb 2011 20:45:41 +0000 |
cboesch |
Use color type getter instead of direct access to private member.
|
Tue, 01 Feb 2011 19:22:43 +0000 |
cboesch |
Use mp_dir_join instead of sprintf.
|
Tue, 01 Feb 2011 19:17:33 +0000 |
cboesch |
Add mp_dir_join function.
|
Mon, 31 Jan 2011 15:45:46 +0000 |
cboesch |
Revert 32836: Uoti Urpala did not approve the relicensing.
|
Mon, 31 Jan 2011 10:06:29 +0000 |
cehoyos |
Allow LGPL re-distribution of vo_vdpau.c.
|
Mon, 31 Jan 2011 09:55:19 +0000 |
cehoyos |
Fix postprocessing and perspective filters on x86-64.
|
Sun, 30 Jan 2011 22:57:16 +0000 |
michael |
Replace memalign() by av_malloc() in libmpcodecs. as it is not available in all platforms
|
Sun, 30 Jan 2011 10:40:08 +0000 |
reimar |
Escape character values >= 127 in URLs as required by the RFC.
|
Sun, 30 Jan 2011 10:38:10 +0000 |
reimar |
Check that rlen is valid before using it to increment a pointer.
|
Sun, 30 Jan 2011 10:35:00 +0000 |
reimar |
Make new_demux_packet return NULL if allocation failed, this should
|
Sun, 30 Jan 2011 10:27:31 +0000 |
reimar |
Remove outdated FFmpeg svn external, make configure optionally
|
Sat, 29 Jan 2011 16:43:54 +0000 |
ib |
Update GUI and skins maintainer.
|
Sat, 29 Jan 2011 16:39:52 +0000 |
ib |
Cast properly (to avoid compiler warnings).
|
Sat, 29 Jan 2011 15:13:55 +0000 |
ib |
Remove needless fontid.
|
Fri, 28 Jan 2011 19:06:27 +0000 |
reimar |
Disable libmpcdec (musepack) support, FFmpeg has a decoder that
|
Thu, 27 Jan 2011 20:51:11 +0000 |
reimar |
Force subtitles to be redrawn on sub_scale change.
|
Thu, 27 Jan 2011 20:39:01 +0000 |
reimar |
Continue playing even if we reached video EOF if there is still audio
|
Thu, 27 Jan 2011 20:37:51 +0000 |
reimar |
Improve EOF handling in ds_fill_buffer for the case where one stream ends
|
Thu, 27 Jan 2011 19:34:40 +0000 |
reimar |
Cosmetics: move if and following { onto same line.
|
Thu, 27 Jan 2011 18:04:19 +0000 |
ib |
Allow character in the font description file to be in UTF-8.
|
Thu, 27 Jan 2011 17:58:58 +0000 |
ib |
Revert "Translate messages shown in the GUI window(s) from UTF-8"
|
Wed, 26 Jan 2011 21:51:43 +0000 |
reimar |
Update PAUSED status line with cache fill status if it changed.
|
Wed, 26 Jan 2011 21:48:15 +0000 |
reimar |
Convert cache_fill_status into a function so we always get the latest state,
|
Wed, 26 Jan 2011 21:24:49 +0000 |
reimar |
Change MSGTR_Paused definition to allow simplifying some code.
|
Wed, 26 Jan 2011 19:00:17 +0000 |
diego |
cosmetics: Drop leading underscore from _need_* variables.
|
Tue, 25 Jan 2011 20:12:42 +0000 |
reimar |
Change "cache not filling" warning to include a hint to increase the cache size.
|
Mon, 24 Jan 2011 20:09:28 +0000 |
reimar |
Remove resetting of a_out_buffer_len in init_audio_filters.
|
Sun, 23 Jan 2011 19:04:03 +0000 |
cboesch |
Reindent and prettify (just a bit) append_dir_subtitles.
|
Sun, 23 Jan 2011 13:10:29 +0000 |
cboesch |
Typedef the add subtitle function just like open_vob_func.
|
Sun, 23 Jan 2011 13:04:15 +0000 |
cboesch |
Replace hacky vobsub loading with a new clean one.
|
Fri, 21 Jan 2011 15:33:12 +0000 |
ib |
Check conversion to and from UTF-8.
|
Fri, 21 Jan 2011 15:24:18 +0000 |
ib |
Add two missing conversions for enabling non-UTF-8 encoded filenames.
|
Fri, 21 Jan 2011 15:20:00 +0000 |
ib |
Remove needless get_current_dir_name() calls
|
Thu, 20 Jan 2011 19:08:32 +0000 |
reimar |
100l, fix hack to check for MakeMKV server being inverted.
|
Thu, 20 Jan 2011 12:55:37 +0000 |
diego |
Add return_statement_check() helper function and use it to simplify some checks.
|
Thu, 20 Jan 2011 12:44:08 +0000 |
diego |
Add return_check() helper function and use it to simplify some checks.
|
Thu, 20 Jan 2011 11:27:32 +0000 |
diego |
Simplify OpenJPEG check with define_statement_check() helper function.
|
Thu, 20 Jan 2011 11:21:34 +0000 |
diego |
cosmetics: Move header_check helper function.
|
Thu, 20 Jan 2011 10:23:06 +0000 |
ib |
Translate messages shown in the GUI window(s) only from UTF-8
|
Thu, 20 Jan 2011 09:41:43 +0000 |
diego |
Remove libswscale subdirectory.
|
Wed, 19 Jan 2011 22:18:07 +0000 |
ib |
Translate messages shown in the GUI window(s) from UTF-8
|
Wed, 19 Jan 2011 22:02:58 +0000 |
ib |
Fix resource leaks and check for realloc failures
|
Wed, 19 Jan 2011 17:42:15 +0000 |
diego |
configure: Initialize va_list variable as '{0}' instead of NULL in vsscanf test.
|
Wed, 19 Jan 2011 09:00:40 +0000 |
ib |
Fix compiler warning
|
Tue, 18 Jan 2011 11:39:49 +0000 |
ib |
Correct translation of filenames and prevent out-of-bounds array access
|
Tue, 18 Jan 2011 11:30:46 +0000 |
ib |
Enable non-UTF-8 encoded filenames
|
Tue, 18 Jan 2011 10:57:52 +0000 |
ib |
Allow double quote to be defined in the font description file:
|
Mon, 17 Jan 2011 19:45:40 +0000 |
cboesch |
Rename strcpy_strip_ext to strcpy_strip_ext_lower.
|
Sun, 16 Jan 2011 12:18:39 +0000 |
cboesch |
Reindent (and prettify) after 32791.
|
Sun, 16 Jan 2011 12:11:14 +0000 |
cboesch |
Get rid of the "main" label.
|
Sat, 15 Jan 2011 20:40:18 +0000 |
cehoyos |
Remove tabs from two additional files that will be used in
|
Fri, 14 Jan 2011 22:10:21 +0000 |
cehoyos |
Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
|
Fri, 14 Jan 2011 13:36:48 +0000 |
jrash |
sync with en/mplayer.1 rev. 32777
|
Thu, 13 Jan 2011 17:37:16 +0000 |
ranma |
move function declaration into vo_dxr2.h
|
Wed, 12 Jan 2011 22:47:40 +0000 |
cboesch |
Remove unused define/undef.
|
Wed, 12 Jan 2011 17:51:31 +0000 |
reimar |
Add MakeMKV to list of webservers always supporting ranges even when they
|
Tue, 11 Jan 2011 19:46:10 +0000 |
ranma |
Drop unneeded extern keyword.
|
Tue, 11 Jan 2011 13:15:36 +0000 |
cehoyos |
Change a forgotten instance of string 'ac3' to 'ac3_fixed'.
|
Tue, 11 Jan 2011 13:09:46 +0000 |
cehoyos |
Fix -af lavcac3enc after float ac3 encoder was made default in libavcodec.
|
Tue, 11 Jan 2011 00:12:20 +0000 |
ranma |
Fix uCode memleak found by debian automated code analysis
|
Tue, 11 Jan 2011 00:09:59 +0000 |
ranma |
Fix compiler warnings in ao_dxr2.c and vo_dxr2.c
|
Tue, 11 Jan 2011 00:07:52 +0000 |
ranma |
Fix name clash with aspect() function from aspect.h (makes vo_dxr2.c compile again).
|
Mon, 10 Jan 2011 22:58:10 +0000 |
cboesch |
Mark source strings const in some subtitles string processing functions.
|
Mon, 10 Jan 2011 19:18:51 +0000 |
cboesch |
Add size based support for -endpos in MPlayer.
|
Sun, 09 Jan 2011 20:21:45 +0000 |
siretart |
add missing fclose()
|
Sun, 09 Jan 2011 20:03:56 +0000 |
siretart |
add missing fclose
|
Sun, 09 Jan 2011 20:02:45 +0000 |
siretart |
Fix printf format string warning
|
Sun, 09 Jan 2011 18:47:46 +0000 |
cehoyos |
Enable fflagarith video decoder.
|
Sat, 08 Jan 2011 23:35:15 +0000 |
compn |
update copyright year
|
Sat, 08 Jan 2011 10:02:45 +0000 |
cboesch |
Make load of n subtitles directories possible.
|
Fri, 07 Jan 2011 21:30:14 +0000 |
diego |
Fix ao_coreaudio compilation on OS X 10.4.
|
Thu, 06 Jan 2011 21:05:34 +0000 |
compn |
add some notes about BE/LE colorspaces and fix a small typo
|
Thu, 06 Jan 2011 15:15:05 +0000 |
cehoyos |
Revert r32761: The codec_tag for flac should not be overwritten.
|
Thu, 06 Jan 2011 15:13:31 +0000 |
cehoyos |
Fix playback of flac in mov with both demuxers.
|
Thu, 06 Jan 2011 14:41:10 +0000 |
ranma |
Don't hardcode filename length.
|
Thu, 06 Jan 2011 14:38:55 +0000 |
ranma |
Increase the bitrate range maximum value.
|
Thu, 06 Jan 2011 13:21:11 +0000 |
cehoyos |
Fix playback of ffv1 yuv422p16.
|
Thu, 06 Jan 2011 12:42:59 +0000 |
diego |
Do not #define _WIN32 on the command line for Cygwin.
|
Thu, 06 Jan 2011 12:25:33 +0000 |
diego |
Add/remove a few standard header #includes in our libc function replacements.
|
Thu, 06 Jan 2011 12:21:48 +0000 |
cehoyos |
Fix flac in mov for -demuxer lavf.
|
Wed, 05 Jan 2011 16:37:45 +0000 |
diego |
Simplify a bunch of configure checks with the statement_check function.
|
Wed, 05 Jan 2011 16:01:01 +0000 |
reimar |
Define _XOPEN_SOURCE to 600 instead of 500 in mkstemp check, this is consistent
|
Wed, 05 Jan 2011 15:59:43 +0000 |
diego |
Add define_statement_check function and use it to simplify some checks.
|
Wed, 05 Jan 2011 15:45:28 +0000 |
reimar |
100l, set s->muxer->muxbuf to NULL after free, it is used as argument to
|
Wed, 05 Jan 2011 15:13:47 +0000 |
reimar |
Attempt to fix example configure line.
|
Wed, 05 Jan 2011 15:11:16 +0000 |
reimar |
Use getfps helper function everywhere, simplifies code and avoids a possible division by 0.
|
Wed, 05 Jan 2011 14:55:45 +0000 |
diego |
Disambiguate remarks about profiles in configuration files.
|
Wed, 05 Jan 2011 13:55:44 +0000 |
diego |
cosmetics: Get rid of some backslashes at the end of lines.
|
Wed, 05 Jan 2011 13:34:12 +0000 |
diego |
cosmetics: Drop some unnecessary end-of-line backslashes after &&/||.
|
Mon, 03 Jan 2011 19:39:31 +0000 |
cboesch |
Factorize ROUND() redefinitions macro.
|
Mon, 03 Jan 2011 18:37:45 +0000 |
cboesch |
Replace mp_path_is_absolute with mp_path_join.
|
Sun, 02 Jan 2011 19:04:35 +0000 |
diego |
Revert previous wrong simplification of AltiVec vector declarations check.
|
Sun, 02 Jan 2011 18:52:46 +0000 |
diego |
Replace obsolete '--with-extralibdir' configure option by '--extra-ldflags'.
|
Sun, 02 Jan 2011 12:21:59 +0000 |
diego |
Add sys/time.h #include to videodev.h/videodev2.h checks.
|
Sun, 02 Jan 2011 12:10:51 +0000 |
diego |
configure: Simplify *BSD ioctl_meteor.h check.
|
Sun, 02 Jan 2011 12:05:23 +0000 |
diego |
Drop unnecessary Xlib.h #include from Xss screensaver extensions check.
|
Sun, 02 Jan 2011 11:49:48 +0000 |
diego |
Simplify vector declarations and fast inttypes check with statement_check().
|
Sat, 01 Jan 2011 19:39:19 +0000 |
reimar |
Set sample_fmt before trying to open an audio codec.
|
Sat, 01 Jan 2011 14:40:02 +0000 |
diego |
Remove AAC/FAAD2 installation instructions.
|
Sat, 01 Jan 2011 14:27:41 +0000 |
diego |
Remove forked internal libfaad2 copy.
|
Sat, 01 Jan 2011 14:06:21 +0000 |
diego |
Remove references to some forked code that was deleted from MPlayer ages ago.
|
Fri, 31 Dec 2010 16:13:47 +0000 |
reimar |
Remove dvdnav-howto.txt, it is unnecessary and contains no information at
|
Fri, 31 Dec 2010 16:04:57 +0000 |
reimar |
Make internal FFmpeg use the new API that does not pose a limit on the maximum
|
Fri, 31 Dec 2010 07:21:29 +0000 |
jrash |
sync with en/mplayer.1 rev. 32735
|
Thu, 30 Dec 2010 12:48:03 +0000 |
reimar |
Define CONFIG_GPL in config.asm, fixes compilation with YASM.
|
Mon, 27 Dec 2010 10:02:23 +0000 |
gpoirier |
tell that x264's crf gives better results than qp,
|
Sat, 25 Dec 2010 16:58:00 +0000 |
cboesch |
Remove pointless case braces.
|
Fri, 24 Dec 2010 23:15:49 +0000 |
cboesch |
Use '@' Doxygen syntax in subreader module.
|
Fri, 24 Dec 2010 23:13:37 +0000 |
cboesch |
Add brief description for mp_basename.
|
Fri, 24 Dec 2010 23:09:08 +0000 |
cboesch |
Add mp_path_is_absolute function.
|
Fri, 24 Dec 2010 23:05:49 +0000 |
cboesch |
Change Doxygen syntax for mp_dirname.
|
Fri, 24 Dec 2010 23:02:24 +0000 |
cboesch |
Factorize subtitles loading between mplayer and mencoder.
|
Thu, 23 Dec 2010 18:20:51 +0000 |
reimar |
Remove __ptr32 and __ptr64 typedefs, we do not need them and
|
Thu, 23 Dec 2010 18:11:54 +0000 |
reimar |
Disable VIDIX on Windows if then required ntddk.h header is not available.
|
Thu, 23 Dec 2010 12:01:27 +0000 |
diego |
configure: Add HAVE_MMAP definition for FFmpeg to config.h.
|
Thu, 23 Dec 2010 11:14:25 +0000 |
diego |
configure: Disable internal libfaad2 compilation by default.
|
Sun, 19 Dec 2010 22:02:52 +0000 |
reimar |
Compilation fixes for currentl Cygwin.
|
Sun, 19 Dec 2010 14:19:04 +0000 |
cboesch |
Replace two malloc+memset with calloc.
|
Sun, 19 Dec 2010 14:15:44 +0000 |
cboesch |
Simplify video format condition in get_metadata.
|
Sun, 19 Dec 2010 14:09:21 +0000 |
cboesch |
Remove pointless case braces in get_metadata.
|
Sun, 19 Dec 2010 14:03:24 +0000 |
cboesch |
Fix potential heap overflow in get_metadata.
|
Sat, 18 Dec 2010 20:56:37 +0000 |
reimar |
llvmpipe, while only slow instead of insanely slow, is a software renderer.
|
Fri, 17 Dec 2010 09:38:26 +0000 |
jrash |
sync with en/mplayer.1 rev. 32699
|
Thu, 16 Dec 2010 19:58:35 +0000 |
cboesch |
Add support for HTTP 307 (Temporary Redirect) responses.
|
Wed, 15 Dec 2010 13:34:44 +0000 |
diego |
Credit Compn for some of his work.
|
Tue, 14 Dec 2010 19:51:26 +0000 |
reimar |
Remove pointless NULL checks before free.
|
Tue, 14 Dec 2010 19:49:03 +0000 |
reimar |
get rid of double (
|
Sun, 12 Dec 2010 21:19:48 +0000 |
compn |
add winamp useragent example
|
Sun, 12 Dec 2010 21:13:12 +0000 |
compn |
add realplayer user-agent
|
Sun, 12 Dec 2010 20:59:18 +0000 |
reimar |
Add a missing free to ASF demuxer close.
|
Sun, 12 Dec 2010 19:25:43 +0000 |
reimar |
Add playlist parser for .nsc files.
|
Sun, 12 Dec 2010 17:16:59 +0000 |
compn |
add some profile information
|
Sun, 12 Dec 2010 16:50:13 +0000 |
reimar |
len < 8 is also invalid for 64-bit codec chunk size.
|
Sun, 12 Dec 2010 14:31:17 +0000 |
reimar |
Avoid using uninitialized data if index read does not return enough data.
|
Sun, 12 Dec 2010 13:56:35 +0000 |
reimar |
Fix ad_faad crash when used on an empty audio stream.
|
Sun, 12 Dec 2010 12:51:32 +0000 |
reimar |
Support 0xff as tag for AAC audio and avoid an endless loop for unknown
|
Sun, 12 Dec 2010 12:36:56 +0000 |
reimar |
Improve speex codec pts handling, make audio timestamps work reasonably
|
Sun, 12 Dec 2010 12:13:01 +0000 |
reimar |
Fix allocations: always free before overwriting a pointer with a newly
|
Sun, 12 Dec 2010 11:45:47 +0000 |
reimar |
Add validity check for stream_seek argument to avoid a integer overflow
|
Sun, 12 Dec 2010 10:37:15 +0000 |
reimar |
Fix memleaks on error.
|
Sun, 12 Dec 2010 10:23:41 +0000 |
reimar |
Treat non-ref frames like B-frames even if has_b_frames is not set and
|
Sun, 12 Dec 2010 01:32:21 +0000 |
compn |
correct -tv audiorate description, change bitrate to samplerate
|
Sat, 11 Dec 2010 23:53:27 +0000 |
reimar |
Prefer yuv4mpeg via libavformat, since that one supports multiple
|
Sat, 11 Dec 2010 23:19:13 +0000 |
reimar |
Replace memcpy with memove since at least src==dst is possible.
|
Sat, 11 Dec 2010 23:15:48 +0000 |
reimar |
Fix several memleaks in TS demuxer.
|
Sat, 11 Dec 2010 22:26:57 +0000 |
reimar |
Replace hard-coded number for loop limits for array index by
|
Sat, 11 Dec 2010 22:22:54 +0000 |
reimar |
Replace malloc+memset with calloc and use sizeof(*variable).
|
Sat, 11 Dec 2010 22:19:46 +0000 |
reimar |
Add memset to avoid using uninitialized data with sample in bug 1280.
|
Sat, 11 Dec 2010 21:11:33 +0000 |
reimar |
Fix mp_check_mp3_header: it checked for a byte-swapped MP3-header
|
Sat, 11 Dec 2010 19:32:23 +0000 |
reimar |
Fix crahs with -audiofile and audio disabled.
|
Sat, 11 Dec 2010 18:37:00 +0000 |
reimar |
Reset ctx->vo_initialized to 0 on a resolution change.
|
Sat, 11 Dec 2010 17:45:41 +0000 |
reimar |
Fix possible memory leaks on error.
|
Sat, 11 Dec 2010 16:36:17 +0000 |
reimar |
Fix insufficient padding/memset at the end of demuxer packets.
|
Sat, 11 Dec 2010 15:49:09 +0000 |
reimar |
Use FFMAX for slightly better readability.
|
Sat, 11 Dec 2010 15:46:30 +0000 |
reimar |
Remove useless assignment already done in new_sh_video.
|
Sat, 11 Dec 2010 15:45:31 +0000 |
reimar |
Remove pointless assignments that are already handled in new_sh_audio.
|
Sat, 11 Dec 2010 15:43:24 +0000 |
reimar |
Move setup of sh_audio->format to a more appropriate place (in asfheader.c).
|
Sat, 11 Dec 2010 15:30:28 +0000 |
reimar |
Fix some unaligned writes and avoid some (incorrect due to alignment) casts.
|
Sat, 11 Dec 2010 14:40:39 +0000 |
reimar |
Reset mpvdec to NULL after uninit.
|
Sat, 11 Dec 2010 13:56:19 +0000 |
reimar |
Fix spelling in comment.
|
Sat, 11 Dec 2010 12:44:39 +0000 |
reimar |
Allow cycling subtitles backwards with 'J'.
|
Sat, 11 Dec 2010 12:23:07 +0000 |
reimar |
Support very high libav* message levels as e.g. the flac parser
|
Wed, 08 Dec 2010 22:53:52 +0000 |
reimar |
Do not generate nonsensical pts values for FLAC audio.
|
Wed, 08 Dec 2010 19:43:51 +0000 |
reimar |
Add support for FLAC audio parsing, fixes playback time jumping
|
Tue, 07 Dec 2010 15:27:11 +0000 |
ramiro |
colorspace-test: fix build
|
Sat, 04 Dec 2010 10:24:42 +0000 |
cboesch |
Make use of mp_basename in a few places.
|
Sat, 04 Dec 2010 01:55:18 +0000 |
jrash |
sync with en/mplayer.1 rev. 32661
|
Fri, 03 Dec 2010 23:10:36 +0000 |
cboesch |
Add support for login/password in http_proxy env variable.
|
Fri, 03 Dec 2010 19:52:10 +0000 |
cboesch |
Drop MPlayer base64_encode for av_base64_encode.
|
Fri, 03 Dec 2010 17:50:26 +0000 |
compn |
add c key for capturing default bind, missing from r32524
|
Fri, 03 Dec 2010 15:47:40 +0000 |
compn |
mark myself as bugzilla admin and mailing list moderator
|
Mon, 29 Nov 2010 23:26:46 +0000 |
compn |
change --with-extraincdir to --extra-cflags
|
Mon, 29 Nov 2010 18:56:21 +0000 |
reimar |
Set needs_parsing to 1 for DTS audio.
|
Sun, 28 Nov 2010 18:02:50 +0000 |
reimar |
Fix TS files with MP4 ES AAC descriptor to be correctly recognized
|
Sun, 28 Nov 2010 16:10:56 +0000 |
reimar |
Add horrible hack to make xvidix work on big-endian.
|
Sun, 28 Nov 2010 15:33:45 +0000 |
reimar |
100l, fix vidix compilation on big-endian
|
Sun, 28 Nov 2010 15:25:15 +0000 |
reimar |
Restore big-endian support removed in thoughtless upstream merge
|
Sun, 28 Nov 2010 07:47:37 +0000 |
reimar |
Add R_OVL_SHIFT to all R280 devices. Only actually confirmed for two.
|
Sun, 28 Nov 2010 05:32:00 +0000 |
compn |
add ffmpeg g722 audio codec
|
Sat, 27 Nov 2010 19:15:54 +0000 |
iive |
Expose the VBV options of xvid encoder to the command line interface.
|
Sat, 27 Nov 2010 18:06:45 +0000 |
compn |
make tag for svq3, fixes:
|
Sat, 27 Nov 2010 13:54:23 +0000 |
reimar |
Add support for uncompressed BGR24 pixfmt.
|
Sat, 27 Nov 2010 13:29:16 +0000 |
compn |
change dnxhd to qtdnxhd. consistant with all other quicktime decoders
|
Sat, 27 Nov 2010 12:24:01 +0000 |
reimar |
Reindent.
|
Sat, 27 Nov 2010 12:23:20 +0000 |
reimar |
Do not dump image description by default.
|
Sat, 27 Nov 2010 10:36:14 +0000 |
reimar |
Mark input-only buffer as const.
|
Sat, 27 Nov 2010 10:12:35 +0000 |
reimar |
Mark input buffer that is never modified as const.
|
Sat, 27 Nov 2010 10:09:20 +0000 |
reimar |
Use uint8_t type instead of unsigned char.
|
Sat, 27 Nov 2010 10:07:19 +0000 |
reimar |
Mark input-only buffers as const.
|
Sat, 27 Nov 2010 10:01:11 +0000 |
reimar |
Support clearing subtitles. Makes PGS subtitles disappear at the appropriate time.
|
Sat, 27 Nov 2010 09:51:31 +0000 |
reimar |
Bump codecs.conf version.
|
Sat, 27 Nov 2010 09:49:17 +0000 |
reimar |
Add support for decoding Avid DNxHD through the QuickTime component.
|
Fri, 26 Nov 2010 20:52:35 +0000 |
reimar |
build_afilter_chain is not safe to use directly, thus make it
|
Thu, 25 Nov 2010 10:04:07 +0000 |
cboesch |
Use calloc instead of malloc+memset.
|
Thu, 25 Nov 2010 10:02:51 +0000 |
cboesch |
Remove GCC warning hack not needed anymore
|
Thu, 25 Nov 2010 10:01:48 +0000 |
cboesch |
Remove dead define
|
Thu, 25 Nov 2010 10:01:03 +0000 |
cboesch |
Simplify mime_type_table loop
|
Tue, 23 Nov 2010 14:44:26 +0000 |
komh |
Check the validity of an argument, font.
|
Sun, 21 Nov 2010 19:46:37 +0000 |
cboesch |
Handle ':' on systems with DOS paths: it allows paths like C:foo.avi.
|
Sun, 21 Nov 2010 17:07:34 +0000 |
cboesch |
Add a mp_dirname function (unused at the moment)
|
Sun, 21 Nov 2010 16:52:22 +0000 |
cboesch |
Do not keep authentication in URL on connection through a proxy
|
Sun, 21 Nov 2010 12:25:44 +0000 |
reimar |
Add WAVEFORMATEXTENSIBLE support to AVI demuxer.
|
Sun, 21 Nov 2010 12:25:01 +0000 |
reimar |
Fix WAVEFORMATEXTENSIBLE condition.
|
Sun, 21 Nov 2010 12:20:22 +0000 |
reimar |
Fix WAVEFORMATEXTENSIBLE support on big-endian.
|
Sat, 20 Nov 2010 11:39:05 +0000 |
komh |
Set font_fontconfig to -1 if CONFIG_FONTCONFIG is not configured.
|
Sat, 20 Nov 2010 10:47:58 +0000 |
reimar |
Fix TS demuxer with -sb and when -aid stream is not found.
|
Thu, 18 Nov 2010 20:20:39 +0000 |
cboesch |
Add Proxy-Authorization header to authenticate on proxies
|
Thu, 18 Nov 2010 20:18:44 +0000 |
cboesch |
"Authentication" header is for the destination server URL, even through a proxy
|
Wed, 17 Nov 2010 21:14:55 +0000 |
cboesch |
Handle correctly paths with mixed '/' and '\' in it.
|
Wed, 17 Nov 2010 16:33:48 +0000 |
cboesch |
Fix crash on path without directories.
|
Tue, 16 Nov 2010 21:06:52 +0000 |
cboesch |
Export mp_basename in a function instead of duplicate macros in various places
|
Tue, 16 Nov 2010 19:58:54 +0000 |
reimar |
Do not initialize codec_id to a nonsense value (it was initialized
|
Sun, 14 Nov 2010 15:35:53 +0000 |
reimar |
Indicate that stereo3d can now handle strides properly.
|
Sun, 14 Nov 2010 15:34:27 +0000 |
reimar |
Remove unused struct element.
|
Sun, 14 Nov 2010 15:33:25 +0000 |
reimar |
Properly support src/dst stride in vf_stereo3d.
|
Sun, 14 Nov 2010 15:24:12 +0000 |
reimar |
Adjust d_height instead of bad ad-hoc scaling.
|
Sun, 14 Nov 2010 09:12:34 +0000 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
Sat, 13 Nov 2010 10:23:34 +0000 |
reimar |
If audio_block_size is 0 that is a bug (and will result in a division by 0
|
Sat, 13 Nov 2010 10:17:13 +0000 |
reimar |
Fix possible division by 0 if -aid is used for AVI files.
|
Fri, 12 Nov 2010 07:16:32 +0000 |
reimar |
Unescape username/password when URL-parsing.
|
Wed, 10 Nov 2010 22:48:41 +0000 |
reimar |
gl/win32: select a stereo pixel format for window when
|
Wed, 10 Nov 2010 22:10:30 +0000 |
reimar |
Move setting of pixel format from init to config.
|
Wed, 10 Nov 2010 17:49:11 +0000 |
reimar |
100l, add forgotten FFMIN to fix small reads (-nocache) with bd:// protocol.
|
Wed, 10 Nov 2010 17:43:48 +0000 |
reimar |
Support reading larger blocks in one go for bd:// protocol.
|
Wed, 10 Nov 2010 17:21:28 +0000 |
reimar |
Make the file protocol read up to 64 kB at once when the cache is used,
|
Wed, 10 Nov 2010 15:18:03 +0000 |
compn |
fix punctuation and wording in ffmpeg codec howto
|
Wed, 10 Nov 2010 08:32:54 +0000 |
lorenm |
use x264_picture_init.
|
Wed, 10 Nov 2010 00:10:49 +0000 |
cehoyos |
Use fist(p)s instead of fist(p), fixes compilation with clang.
|
Tue, 09 Nov 2010 22:13:11 +0000 |
reimar |
Simplify: Use early return instead of large if block.
|
Tue, 09 Nov 2010 22:11:08 +0000 |
reimar |
Some indentation fixes.
|
Mon, 08 Nov 2010 21:46:37 +0000 |
reimar |
Merge pointlessly split string.
|
Mon, 08 Nov 2010 20:09:02 +0000 |
reimar |
Fix one -subcc sample.
|
Mon, 08 Nov 2010 19:32:02 +0000 |
reimar |
Document that -subcc now takes a channel option.
|
Mon, 08 Nov 2010 19:30:52 +0000 |
reimar |
Add code to allow selecting the Close Captioning channel.
|
Mon, 08 Nov 2010 07:47:16 +0000 |
diego |
cosmetics: Fix Bluray vs. Blu-ray typo.
|
Mon, 08 Nov 2010 07:16:50 +0000 |
diego |
Prefer FFmpeg AAC decoder over libfaad2.
|
Mon, 08 Nov 2010 00:28:28 +0000 |
compn |
document how to add ffmpeg codecs in codecs.conf.txt
|
Sun, 07 Nov 2010 21:48:12 +0000 |
cboesch |
Replace hardcoded str size with sizeof
|
Sun, 07 Nov 2010 21:42:26 +0000 |
cboesch |
Use MSGTR_MemAllocFailed instead of hardcoded string
|
Sun, 07 Nov 2010 21:26:07 +0000 |
diego |
Remove outdated reference to 80kB patch size limit; the limit no longer exists.
|
Sun, 07 Nov 2010 18:27:24 +0000 |
reimar |
Use calloc instead of malloc+memset.
|
Sun, 07 Nov 2010 18:13:22 +0000 |
reimar |
Avoid unnecessary ().
|
Sun, 07 Nov 2010 12:47:40 +0000 |
diego |
Remove some useless NULL pointer checks before invoking free() on the pointer.
|
Sun, 07 Nov 2010 11:03:47 +0000 |
cehoyos |
Add a comment to codecs that require their fourcc's added to demuxer.c.
|
Sun, 07 Nov 2010 11:00:00 +0000 |
cehoyos |
Add missing fourcc's that require libavcodec parsing.
|
Sun, 07 Nov 2010 10:55:01 +0000 |
cehoyos |
Fix typo: There is no fourcc 'MPE '.
|
Sat, 06 Nov 2010 21:49:49 +0000 |
reimar |
Use IMGFMT to compare instead of PIX_FMT to avoid issues
|
Sat, 06 Nov 2010 21:41:12 +0000 |
reimar |
For FFmpeg codecs YV12 should always be in the supported format
|
Sat, 06 Nov 2010 19:37:13 +0000 |
reimar |
Fix dvd:// fill_buffer function to actually write into the specified
|
Sat, 06 Nov 2010 19:35:34 +0000 |
reimar |
Fix spelling.
|
Sat, 06 Nov 2010 19:34:57 +0000 |
reimar |
100l, add missing return.
|
Sat, 06 Nov 2010 19:33:30 +0000 |
reimar |
Change code to something understandable (but equivalent).
|
Sat, 06 Nov 2010 19:30:48 +0000 |
reimar |
Remove a pointless and stupid condition.
|
Sat, 06 Nov 2010 16:38:00 +0000 |
reimar |
Fix subtitle sync issues by ensuring we enqueue all subtitle packets
|
Sat, 06 Nov 2010 16:05:00 +0000 |
reimar |
Fix -ac faad with -demuxer lavf.
|
Sat, 06 Nov 2010 15:51:33 +0000 |
reimar |
fflatm seems to be working, wheras internal faad does not work with
|
Sat, 06 Nov 2010 15:49:50 +0000 |
reimar |
Use only one fourcc for LATM.
|
Sat, 06 Nov 2010 15:48:21 +0000 |
reimar |
Handle EAGAIN in ad_ffmpeg, this is necessary for LATM to work properly with
|
Sat, 06 Nov 2010 15:41:44 +0000 |
reimar |
Add support for LATM parsing.
|
Sat, 06 Nov 2010 15:11:21 +0000 |
reimar |
Fix bd:// with -cache, the bd_read function does not work when
|
Sat, 06 Nov 2010 14:57:44 +0000 |
reimar |
Fix program switching with -demuxer lavf.
|
Sat, 06 Nov 2010 14:41:23 +0000 |
reimar |
Print PROGRAM_ID -identify output similar to demux_ts
|
Sat, 06 Nov 2010 14:31:34 +0000 |
reimar |
Set st->discard in the same way for audio and video, fixes -aid no
|
Wed, 03 Nov 2010 16:44:13 +0000 |
reimar |
Support NV12/NV21/HM12 in ve_raw.
|
Wed, 03 Nov 2010 16:42:24 +0000 |
reimar |
Make scale filter accept all non-hardware-acceleration input formats we know a
|
Wed, 03 Nov 2010 16:39:52 +0000 |
reimar |
Add and use a IMGFMT_IS_HWACCEL define.
|
Wed, 03 Nov 2010 08:15:19 +0000 |
diego |
Add video/3gpp and application/x-flash-video mime types.
|
Wed, 03 Nov 2010 08:12:22 +0000 |
diego |
Do not enable rpath on NetBSD.
|
Wed, 03 Nov 2010 08:09:31 +0000 |
diego |
Enable joystick support on FreeBSD.
|
Tue, 02 Nov 2010 14:17:05 +0000 |
cehoyos |
Support FFmpeg LATM decoding.
|
Tue, 02 Nov 2010 13:59:13 +0000 |
komh |
Restore all the attributes after changing aspect ratio.
|
Tue, 02 Nov 2010 13:51:52 +0000 |
komh |
Prevent a parent window from painting over our window on slave mode
|
Sat, 30 Oct 2010 15:29:20 +0000 |
reimar |
Fix possible out-of-bounds access.
|
Sat, 30 Oct 2010 10:15:13 +0000 |
jrash |
sync with en/mplayer.1 rev. 32566
|
Fri, 29 Oct 2010 13:54:42 +0000 |
cigaes |
Support for -force-key-frames for ve_xvid4.
|
Fri, 29 Oct 2010 13:53:16 +0000 |
cigaes |
Support for -force-key-frames for ve_x264.
|
Fri, 29 Oct 2010 13:52:26 +0000 |
cigaes |
Support for -force-key-frames for ve_lavc.
|
Fri, 29 Oct 2010 13:50:05 +0000 |
cigaes |
Add the -force-key-frames option.
|
Fri, 29 Oct 2010 13:48:12 +0000 |
mstorsjo |
Store src/dstFormat after calling handle_jpeg
|
Thu, 28 Oct 2010 08:12:26 +0000 |
siretart |
make indentation consistent (no content changes)
|
Thu, 28 Oct 2010 07:29:02 +0000 |
diego |
Update release instructions to be more in line with current practice.
|
Wed, 27 Oct 2010 19:04:04 +0000 |
reimar |
Add internal read and seek function to avoid a useless memcpy when using
|
Wed, 27 Oct 2010 18:38:39 +0000 |
cigaes |
vo_corevideo.m: change path for sub.h.
|
Wed, 27 Oct 2010 17:55:45 +0000 |
cigaes |
Move spuenc.[ch] from libvo to sub.
|
Wed, 27 Oct 2010 17:53:24 +0000 |
cigaes |
Move osd.[ch] and osd_template.c from libvo to sub.
|
Wed, 27 Oct 2010 17:52:45 +0000 |
reimar |
Remove som irrelevant commented-out code.
|
Wed, 27 Oct 2010 17:47:13 +0000 |
cigaes |
Move libvo/sub.[ch] from libvo to sub.
|
Wed, 27 Oct 2010 17:37:29 +0000 |
cigaes |
Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
|
Wed, 27 Oct 2010 17:36:46 +0000 |
cigaes |
Ignore .d and .ho files in sub.
|
Wed, 27 Oct 2010 17:21:43 +0000 |
reimar |
Do not use a path for including files in the same directory.
|
Wed, 27 Oct 2010 17:13:54 +0000 |
cigaes |
Makefile: add the sub directory to DIRS.
|
Wed, 27 Oct 2010 17:12:30 +0000 |
cigaes |
Move subassconvert.[ch] to the sub directory.
|
Wed, 27 Oct 2010 17:08:36 +0000 |
cigaes |
Move ass_mp.[ch] to the sub directory.
|
Wed, 27 Oct 2010 17:03:26 +0000 |
cigaes |
Move eosd.[ch] to the sub directory.
|
Wed, 27 Oct 2010 16:58:23 +0000 |
cigaes |
Move vobsub.[ch] and unrar_exec.[ch] to the sub directory.
|
Wed, 27 Oct 2010 16:48:21 +0000 |
cigaes |
Move sub_cc.[ch] to the sub directory.
|
Wed, 27 Oct 2010 16:42:23 +0000 |
cigaes |
Move av_sub.[ch] to the sub directory.
|
Wed, 27 Oct 2010 16:38:51 +0000 |
cigaes |
Move spudec.[ch] to the sub directory.
|
Wed, 27 Oct 2010 16:32:03 +0000 |
cigaes |
Move find_sub.c to the sub directory.
|
Wed, 27 Oct 2010 16:28:50 +0000 |
cigaes |
Create a new directory, "sub", for subtitles and OSD related code.
|
Wed, 27 Oct 2010 15:21:49 +0000 |
diego |
Fix compilation with networking disabled due to FFmpeg CONFIG_RTPDEC handling.
|
Wed, 27 Oct 2010 14:57:52 +0000 |
cigaes |
stream_dvd: millisecond accuracy for chapters in -identify output.
|
Wed, 27 Oct 2010 07:17:22 +0000 |
siretart |
bump package build-dependency on x264 to versions later than 0.99
|
Wed, 27 Oct 2010 07:16:33 +0000 |
siretart |
sync x264 version check with the check in ffmpeg/configure
|
Tue, 26 Oct 2010 19:03:14 +0000 |
reimar |
Consistency fix: select track specified by -aid/-vid/-sid automatically
|
Tue, 26 Oct 2010 18:59:00 +0000 |
reimar |
Replace malloc+memset by calloc.
|
Sat, 23 Oct 2010 21:09:45 +0000 |
cehoyos |
Add manual page changes after adding support for additional xvid
|
Sat, 23 Oct 2010 21:05:02 +0000 |
cehoyos |
Fix Italian translation.
|
Sat, 23 Oct 2010 18:11:54 +0000 |
reimar |
Use proper include instead of extern declarations in the .c file.
|
Sat, 23 Oct 2010 10:16:34 +0000 |
reimar |
Change capture feature to append to file instead of overwriting.
|
Sat, 23 Oct 2010 10:14:43 +0000 |
reimar |
Simplify and fix capture feature to not always return an error.
|
Fri, 22 Oct 2010 20:39:43 +0000 |
cigaes |
EOSD: overlay_add: use read_pnm instead of the internal reimplementation.
|
Fri, 22 Oct 2010 17:46:12 +0000 |
reimar |
Add stereo3d filter.
|
Fri, 22 Oct 2010 17:40:02 +0000 |
reimar |
Remove unused message string.
|
Fri, 22 Oct 2010 17:36:11 +0000 |
reimar |
Improve vd_ffmpeg aspect handling to respect container aspect if possible
|
Thu, 21 Oct 2010 18:19:30 +0000 |
diego |
Implement a basic capture feature, available through -capture.
|
Thu, 21 Oct 2010 17:35:56 +0000 |
diego |
Add CONFIG_RTPDEC to config.h/config.mak for FFmpeg.
|
Thu, 21 Oct 2010 12:58:21 +0000 |
diego |
Fix detection of mips processor variants.
|
Thu, 21 Oct 2010 07:07:00 +0000 |
corey |
Cosmetics: split a couple long "if" lines.
|
Thu, 21 Oct 2010 07:05:30 +0000 |
corey |
Make mencoder account for encoder delay when considering the current
|
Wed, 20 Oct 2010 08:12:40 +0000 |
attila |
Make commas and backslashes show in manpage output as they are supposed
|
Tue, 19 Oct 2010 15:48:51 +0000 |
siretart |
make the packaged binaries identify themselves properly
|
Tue, 19 Oct 2010 12:56:41 +0000 |
siretart |
10l, unbreak building of mplayer-doc package
|
Tue, 19 Oct 2010 12:55:59 +0000 |
siretart |
Make clean target even more robust and forcefully remove generated HTML docs
|
Tue, 19 Oct 2010 10:08:47 +0000 |
siretart |
switch to source format 3.0 (native) to build tarballs on demand
|
Mon, 18 Oct 2010 20:56:52 +0000 |
cigaes |
Make the parse_timestring public, with a slightly extended API.
|
Mon, 18 Oct 2010 20:44:04 +0000 |
cigaes |
Move the read_pnm function into a separate file.
|
Mon, 18 Oct 2010 20:27:07 +0000 |
cigaes |
Add a flag "initialized" to the mp_eosd_source structure.
|
Mon, 18 Oct 2010 15:00:17 +0000 |
siretart |
don't fail debian package build if not all shlibdeps information could be retrieved
|
Sun, 17 Oct 2010 17:41:05 +0000 |
reimar |
Reindent.
|
Sun, 17 Oct 2010 17:39:53 +0000 |
reimar |
Add support for AOPLAY_FINAL_CHUNK, reportedly also fixes a possible
|
Sun, 17 Oct 2010 16:10:17 +0000 |
reimar |
Fix possible crash for invalid http_proxy URLs like just
|
Sun, 17 Oct 2010 16:00:04 +0000 |
reimar |
More strict autodetection of RT subtitle format.
|
Sun, 17 Oct 2010 15:56:04 +0000 |
reimar |
Mention af_cmdline command in Changelog.
|
Sun, 17 Oct 2010 15:54:55 +0000 |
reimar |
Add experimental af_cmdline slave command to allow changing filter options at runtime.
|
Sun, 17 Oct 2010 15:52:18 +0000 |
reimar |
Make af_reinit "public", to allow using it in future patches.
|
Sun, 17 Oct 2010 15:30:14 +0000 |
reimar |
Avoid C99-style loops with variable declaration inside for ()
|
Sun, 17 Oct 2010 15:25:38 +0000 |
reimar |
Add proper include for set_priority,
|
Sun, 17 Oct 2010 15:23:33 +0000 |
reimar |
Move gui-specific code out of common_init, it certainly does
|
Sun, 17 Oct 2010 15:17:46 +0000 |
reimar |
Add windows.h include to fix compilation in some cases.
|
Sun, 17 Oct 2010 09:06:18 +0000 |
reimar |
Make code clearer by putting the "special case hack" inside the if.
|
Sun, 17 Oct 2010 08:59:41 +0000 |
reimar |
Fix indentation.
|
Sun, 17 Oct 2010 08:58:40 +0000 |
reimar |
Do not fail opening a -input file= file just because stat failed, but try
|
Sun, 17 Oct 2010 08:49:02 +0000 |
reimar |
Add missing avstring include for av_strlcpy.
|
Sun, 17 Oct 2010 08:47:08 +0000 |
reimar |
Add proper include for av_strlcpy.
|
Sun, 17 Oct 2010 02:19:05 +0000 |
reynaldo |
Small grammar and formatting fixes
|
Fri, 15 Oct 2010 10:45:19 +0000 |
siretart |
in auto mode, enable internal libdvdcss only if it is actually available
|
Thu, 14 Oct 2010 09:27:38 +0000 |
cigaes |
Cosmetic: remove useless braces.
|
Thu, 14 Oct 2010 09:26:21 +0000 |
cigaes |
Use intptr_t for integers stored in opaque pointers.
|
Thu, 14 Oct 2010 08:43:19 +0000 |
siretart |
ignore debhelper generated debug logfiles
|
Thu, 14 Oct 2010 08:37:47 +0000 |
siretart |
add hint for building an mplayer package that uses libdvdcss at runtime instead of the internal copy
|
Thu, 14 Oct 2010 08:36:31 +0000 |
siretart |
make clean target more robust (i.e. don't fail when config.mak isn't there)
|
Wed, 13 Oct 2010 18:56:44 +0000 |
reimar |
Replace snprintf by av_strlcpy.
|
Wed, 13 Oct 2010 18:38:50 +0000 |
reimar |
Do not call Setup_FS_Segment if the QuickTime framework is used on OSX
|
Wed, 13 Oct 2010 15:09:24 +0000 |
siretart |
do not create a fake 'bestsites' if neither 'fping' or 'netselect' are installed
|
Wed, 13 Oct 2010 15:02:00 +0000 |
siretart |
use 'dpkg --print-architecture'
|
Tue, 12 Oct 2010 22:08:46 +0000 |
cigaes |
EOSD: add a function to test if a source has already been registered.
|
Tue, 12 Oct 2010 16:53:43 +0000 |
diego |
Remove some obsolete and misleading comments.
|
Mon, 11 Oct 2010 17:09:33 +0000 |
reimar |
Fix handling of invalid values in aspect_save_screenres to not overwrite
|
Mon, 11 Oct 2010 12:33:57 +0000 |
diego |
Remove #warning preprocessor directives or replace them by suitable comments.
|
Sun, 10 Oct 2010 11:20:57 +0000 |
reimar |
Extract code to read a pnm file into a separate function.
|
Sun, 10 Oct 2010 09:30:42 +0000 |
cigaes |
Add the overlay_add and overlay_remove commands.
|
Sun, 10 Oct 2010 09:27:11 +0000 |
cigaes |
Use a dynamic list for the sources of EOSD elements.
|
Sat, 09 Oct 2010 17:52:35 +0000 |
reimar |
Avoid printing AAC with SBR warning on every decode call, instead print
|
Sat, 09 Oct 2010 15:55:09 +0000 |
reimar |
Write the code in a more understandable way instead of trying to explain
|
Sat, 09 Oct 2010 15:51:28 +0000 |
reimar |
Whitespace cosmetics: format init function more consistent with the
|
Sat, 09 Oct 2010 15:46:17 +0000 |
reimar |
Fix typo in error message: ACC -> AAC
|
Sat, 09 Oct 2010 15:16:24 +0000 |
reimar |
Simplify some ifdefs.
|
Sat, 09 Oct 2010 15:14:33 +0000 |
reimar |
Move OS-fixup hacks in init code into a separate function.
|
Sat, 09 Oct 2010 15:10:08 +0000 |
reimar |
Sanitize indentation of common init functions.
|
Sat, 09 Oct 2010 15:04:50 +0000 |
reimar |
Avoid duplicating common init code between MPlayer and mencoder.
|
Sat, 09 Oct 2010 14:17:06 +0000 |
reimar |
Remove some commented-out and generally useless code.
|
Sat, 09 Oct 2010 13:35:16 +0000 |
reimar |
Fix validity checks before closing a file descriptor.
|
Sat, 09 Oct 2010 13:31:03 +0000 |
reimar |
Fix indentation.
|
Sat, 09 Oct 2010 13:29:25 +0000 |
reimar |
Remov gui-specific code, the way teh GUI works was changed so most
|
Sat, 09 Oct 2010 12:12:14 +0000 |
reimar |
Add a va_list version of mp_msg and use it to avoid yet another intermediate
|
Sat, 09 Oct 2010 12:08:50 +0000 |
reimar |
Add a missing const to declaration.
|
Sat, 09 Oct 2010 12:07:49 +0000 |
reimar |
Simplify code for writing to /proc/mtrr.
|
Sat, 09 Oct 2010 11:45:45 +0000 |
reimar |
Spelling fix.
|
Sat, 09 Oct 2010 11:41:10 +0000 |
reimar |
Use FFALIGN macro.
|
Sat, 09 Oct 2010 11:33:50 +0000 |
reimar |
Spelling fix.
|
Sat, 09 Oct 2010 11:31:40 +0000 |
reimar |
Remove an unmotivated and pointless panscan_calc call.
|
Sat, 09 Oct 2010 11:26:37 +0000 |
reimar |
xvidix: reconfigure also on window move.
|
Sat, 09 Oct 2010 11:24:37 +0000 |
reimar |
Fix xmga event handling: Reconfigure hardware on move and resize,
|
Sat, 09 Oct 2010 11:20:51 +0000 |
reimar |
Remove a useless MGA_VID_CONFIG ioctl, set_window already does this.
|
Sat, 09 Oct 2010 11:17:28 +0000 |
reimar |
Add VO_EVENT_MOVE which is required for VOs that interact directly
|
Sat, 09 Oct 2010 11:12:53 +0000 |
reimar |
Switch (x)mga vo to new libvo API to reduce code duplication and improve
|
Sat, 09 Oct 2010 01:31:52 +0000 |
reimar |
Add fallback values to aspect_save_screenres to avoid division by 0
|
Fri, 08 Oct 2010 09:00:50 +0000 |
diego |
cosmetics: Drop some {} from if statements to get rid of pointless #ifdefs.
|
Fri, 08 Oct 2010 08:56:20 +0000 |
diego |
AC-3 streams need to be byteswapped on little-endian machines.
|
Fri, 08 Oct 2010 01:17:54 +0000 |
diego |
Change libmp3lame check to test for lame_set_VBR_quality().
|
Thu, 07 Oct 2010 15:42:06 +0000 |
diego |
Make sure some x86 config.h entries are available on all architectures.
|
Thu, 07 Oct 2010 15:28:25 +0000 |
diego |
Add missing values for the chanlist suboption of -tv.
|
Thu, 07 Oct 2010 12:25:29 +0000 |
diego |
Add xmm clobbers test for FFmpeg.
|
Wed, 06 Oct 2010 17:37:50 +0000 |
cehoyos |
Fix switching audio track with the native MPEG-TS demuxer after an
|
Tue, 05 Oct 2010 20:51:05 +0000 |
diego |
Add necessary #includes to make headers compile standalone.
|
Tue, 05 Oct 2010 20:24:03 +0000 |
diego |
Ignore generated .ho files.
|
Tue, 05 Oct 2010 10:08:53 +0000 |
diego |
Require LAME 3.98.3 for MPlayer, same as is required for FFmpeg.
|
Tue, 05 Oct 2010 09:49:17 +0000 |
diego |
Ensure that CONFIG_NETWORK is always #defined to either 0 or 1.
|
Tue, 05 Oct 2010 01:01:14 +0000 |
compn |
add another xdcam mpeg2 fourcc/isom
|
Mon, 04 Oct 2010 18:12:36 +0000 |
reimar |
Handle libavformat adding additional streams during playback.
|
Mon, 04 Oct 2010 06:40:32 +0000 |
reimar |
1000l, %lf is not valid format string for printf (only for scanf) and actually
|
Sun, 03 Oct 2010 20:49:50 +0000 |
cehoyos |
yadif: Explicit wordlength for compare. Fixes compile with clang.
|
Sun, 03 Oct 2010 15:42:03 +0000 |
diego |
Move pva_get_payload() around to avoid a forward declaration.
|
Sun, 03 Oct 2010 15:39:50 +0000 |
diego |
Mark pva_get_payload() as static, it is not used outside of the file.
|
Sun, 03 Oct 2010 15:39:03 +0000 |
diego |
Move AVI muxer functions around to avoid forward declarations.
|
Sun, 03 Oct 2010 15:37:17 +0000 |
diego |
Move mp_unescape03 function around to avoid forward declaration.
|
Sun, 03 Oct 2010 15:35:41 +0000 |
diego |
Remove unused hexdump() forward declaration.
|
Sun, 03 Oct 2010 15:32:53 +0000 |
diego |
Replace forward declarations of skip_audio_frame() by proper #include.
|
Sun, 03 Oct 2010 15:28:49 +0000 |
diego |
Replace forward declarations of resync_{audio|video}_stream by proper #includes.
|
Sun, 03 Oct 2010 14:49:30 +0000 |
diego |
Remove some unnecessary #includes from IVTV and V4L2 checks.
|
Sun, 03 Oct 2010 13:49:57 +0000 |
diego |
Simplify some X11 checks with the help of statement_check_broken().
|
Sun, 03 Oct 2010 13:45:29 +0000 |
diego |
Remove some dead and commented-out variable declarations and assignments.
|
Sun, 03 Oct 2010 12:14:21 +0000 |
diego |
cosmetics: alphabetical order for the DIRS list
|
Sun, 03 Oct 2010 12:13:14 +0000 |
diego |
Add missing "ffmpeg/" prefix to libpostproc entry in DIRS list.
|
Sun, 03 Oct 2010 07:53:40 +0000 |
reimar |
100l, fix sws_getCachedContext. It did not set the colorspace details,
|
Sat, 02 Oct 2010 15:03:40 +0000 |
reimar |
Fix ds_get_packet_sub to actually respect the pts-based read-ahead limit.
|
Sat, 02 Oct 2010 14:22:03 +0000 |
diego |
Remove UNUSED macros used to shut up unused function parameter warnings.
|
Fri, 01 Oct 2010 18:29:35 +0000 |
diego |
Move some code around to avoid forward declarations in top-level .c files.
|
Fri, 01 Oct 2010 16:04:43 +0000 |
diego |
Drop removal of AAC encoder from list of FFmpeg encoders.
|
Thu, 30 Sep 2010 18:15:50 +0000 |
reimar |
100l, actually add yasmdefines to YASMFLAGS.
|
Thu, 30 Sep 2010 10:05:25 +0000 |
jrash |
Synced with help_mp-en.h rev. 32066
|
Thu, 30 Sep 2010 09:10:35 +0000 |
cehoyos |
Use calloc instead of malloc and memset.
|
Thu, 30 Sep 2010 09:08:37 +0000 |
cehoyos |
Simplify comparison.
|
Wed, 29 Sep 2010 22:06:44 +0000 |
stefano |
Set default values for the scale context in sws_alloc_context().
|
Wed, 29 Sep 2010 22:06:40 +0000 |
stefano |
Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.
|
Wed, 29 Sep 2010 22:06:36 +0000 |
stefano |
Set valid default values for the srcw, srch, dstw, dsth options in the
|
Wed, 29 Sep 2010 19:43:34 +0000 |
reimar |
Use bluray_device variable also for bd:// instead of dvd_device
|
Wed, 29 Sep 2010 19:06:03 +0000 |
reimar |
Reindent.
|
Wed, 29 Sep 2010 19:05:13 +0000 |
reimar |
spudec: support "clear" packets that contain no data but instead
|
Wed, 29 Sep 2010 18:53:39 +0000 |
reimar |
Move config.asm back to root and append a '/' to SRC_PATH
|
Wed, 29 Sep 2010 18:26:12 +0000 |
reimar |
Allow configure to accept nasm instead of yasm again.
|
Wed, 29 Sep 2010 18:10:25 +0000 |
reimar |
Remove -DARCH_X86_64 from YASMFLAGS, that define is already in config.asm
|
Wed, 29 Sep 2010 18:05:27 +0000 |
reimar |
config.asm should be generate in ffmpeg/, not the root.
|
Wed, 29 Sep 2010 16:15:42 +0000 |
stefano |
Cosmetics: put "if (...)" and "av_log(...)" in the same line for
|
Wed, 29 Sep 2010 13:02:31 +0000 |
stefano |
Put if (...) av_log() in the same line, more compact and increase
|
Wed, 29 Sep 2010 13:02:28 +0000 |
stefano |
Amend constraints for the src_format and dst_format options in the
|
Wed, 29 Sep 2010 08:44:09 +0000 |
stefano |
Cosmetics: fix braces placement.
|
Tue, 28 Sep 2010 22:23:58 +0000 |
stefano |
Deprecate sws_getContext(), use sws_alloc_context() and
|
Tue, 28 Sep 2010 22:23:53 +0000 |
stefano |
Add documentation for the returned value of sws_init_context().
|
Tue, 28 Sep 2010 20:46:19 +0000 |
diego |
Use a single svn:externals declaration for all of FFmpeg.
|
Tue, 28 Sep 2010 20:40:28 +0000 |
ptt |
synced to r32397
|
Tue, 28 Sep 2010 20:33:27 +0000 |
ptt |
corrected a _ to - in -udp-slave message
|
Tue, 28 Sep 2010 15:29:23 +0000 |
stefano |
Bump minor version after the addition of sws_alloc_context() and
|
Mon, 27 Sep 2010 23:47:54 +0000 |
bcoudurier |
100l fix if condition
|
Mon, 27 Sep 2010 22:24:03 +0000 |
bcoudurier |
Y400A (gray alpha) input support in libswscale
|
Mon, 27 Sep 2010 20:10:53 +0000 |
janne |
swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068
|
Mon, 27 Sep 2010 20:09:29 +0000 |
janne |
cosmetics: break long line update_flags_cpu
|
Mon, 27 Sep 2010 18:37:43 +0000 |
reimar |
Fix condition for compiling lrintf, fixes compilation on cygwin/MinGW.
|
Mon, 27 Sep 2010 17:28:23 +0000 |
diego |
Remove unnecessary Xlib.h #include from xf86keysym check.
|
Mon, 27 Sep 2010 17:23:40 +0000 |
diego |
Revert accidentally committed changes.
|
Mon, 27 Sep 2010 17:18:39 +0000 |
diego |
Drop two unnecessary Xlib.h #includes and use helper functions.
|
Mon, 27 Sep 2010 12:10:59 +0000 |
diego |
cosmetics: Move some functions around to avoid ugly forward declarations.
|
Mon, 27 Sep 2010 11:54:17 +0000 |
diego |
Mark some function parameters that are not modified as const.
|
Mon, 27 Sep 2010 08:35:33 +0000 |
diego |
Check for __STDC_VERSION__ >= 199901L before declaring lrintf().
|
Mon, 27 Sep 2010 08:33:20 +0000 |
diego |
cosmetics: Make diff apply cleanly.
|
Mon, 27 Sep 2010 08:11:27 +0000 |
diego |
Ignore all config.* files.
|
Mon, 27 Sep 2010 01:10:15 +0000 |
diego |
Sync with current FFmpeg head.
|
Mon, 27 Sep 2010 01:09:42 +0000 |
diego |
Add config.asm with (sub)architecture definitions for FFmpeg's YASM support.
|
Mon, 27 Sep 2010 00:46:28 +0000 |
diego |
Simplify some configure checks through statement_check{_broken}().
|
Mon, 27 Sep 2010 00:02:59 +0000 |
diego |
cosmetics: Rename function_check{_broken}() --> statement_check{_broken}().
|
Sun, 26 Sep 2010 22:17:42 +0000 |
diego |
Remove unnecessary sys/types.h #include from shm check.
|
Sun, 26 Sep 2010 22:06:33 +0000 |
diego |
Add proper autodetection for FTP support; should fix Bugzilla #1804.
|
Sun, 26 Sep 2010 21:51:39 +0000 |
diego |
Simplify inet_pton/inet_aton checks with function_check().
|
Sun, 26 Sep 2010 21:48:28 +0000 |
diego |
Simplify jpeglib check with header_check_broken().
|
Sun, 26 Sep 2010 21:32:54 +0000 |
diego |
Switch back to using '-MD -MP' as gcc .d file creation flags.
|
Sun, 26 Sep 2010 20:53:09 +0000 |
diego |
Remove unnecessary linux/types.h #include from Apple IR check.
|
Sun, 26 Sep 2010 20:51:30 +0000 |
diego |
Move xmga check after X11, which xmga requires.
|
Sun, 26 Sep 2010 20:48:15 +0000 |
diego |
Simplify ENCA check.
|
Sun, 26 Sep 2010 20:31:04 +0000 |
ramiro |
fix typos and grammar
|
Sun, 26 Sep 2010 19:48:49 +0000 |
michael |
Make the avoptions list of sws more complete.
|
Sun, 26 Sep 2010 19:33:57 +0000 |
michael |
Split alloc and init of context so that parameters can be set in the context
|
Sun, 26 Sep 2010 19:33:48 +0000 |
diego |
Update documentation on how to add checks; mention helper functions.
|
Sun, 26 Sep 2010 19:01:37 +0000 |
diego |
Fix the way the dynamic loader check adds linker flags.
|
Sun, 26 Sep 2010 18:24:14 +0000 |
diego |
Simplify Windows waveout test with header_check_broken().
|
Sun, 26 Sep 2010 18:23:04 +0000 |
diego |
Simplify Direct3D check with header_check().
|
Sun, 26 Sep 2010 18:22:06 +0000 |
diego |
Remove some unnecessary windows.h #includes in configure checks.
|
Sun, 26 Sep 2010 18:12:42 +0000 |
Gabrov |
synced with r32361
|
Sun, 26 Sep 2010 18:08:23 +0000 |
Gabrov |
typo fix
|
Sun, 26 Sep 2010 17:06:32 +0000 |
ramiro |
swscale: use full chroma input for point scaler
|
Sun, 26 Sep 2010 16:24:36 +0000 |
cehoyos |
Partial support for ffwmvp (only works with -demuxer lavf).
|
Sun, 26 Sep 2010 08:45:40 +0000 |
cigaes |
Automatic downmix using the pan filter when the requested channel count is 2
|
Sun, 26 Sep 2010 01:36:16 +0000 |
diego |
Omit header dependency declaration for codec-cfg.d.
|
Sat, 25 Sep 2010 21:17:38 +0000 |
diego |
Ignore generated .d files.
|
Sat, 25 Sep 2010 21:00:34 +0000 |
diego |
Add CFLAGS/LDFLAGS for all FFmpeg libraries when using pkg-config in configure.
|
Sat, 25 Sep 2010 20:14:35 +0000 |
diego |
Ignore generated .d files.
|
Sat, 25 Sep 2010 16:42:20 +0000 |
diego |
Change the way encoders necessary for both MPlayer and MEncoder are enabled.
|
Sat, 25 Sep 2010 16:06:50 +0000 |
diego |
Add HAVE_STDLIB_H to config.h for libfaad2.
|
Sat, 25 Sep 2010 15:53:03 +0000 |
diego |
Sync some minor changes from upstream libdvdcss, up to r237.
|
Sat, 25 Sep 2010 13:01:33 +0000 |
diego |
Remove __USE_UNIX98 from libdvdcss/libdvdnav/libdvdread CPPFLAGS.
|
Sat, 25 Sep 2010 11:55:56 +0000 |
reimar |
Minor simplification of af_init.
|
Sat, 25 Sep 2010 10:49:39 +0000 |
reimar |
Fix af_append and af_prepend prototypes, the name should be const.
|
Thu, 23 Sep 2010 17:08:10 +0000 |
cigaes |
vf_ass: avoid divisions in alpha blending.
|
Wed, 22 Sep 2010 21:11:31 +0000 |
diego |
Do not compile libfaad2 with -D_GNU_SOURCE.
|
Wed, 22 Sep 2010 21:08:59 +0000 |
diego |
Mark output_to_PCM_sux as static, it is not used outside of the file; fixes:
|
Wed, 22 Sep 2010 12:14:38 +0000 |
diego |
Do not compile libfaad2's lrintf() implementation if __STDC_VERSION__ is set.
|
Tue, 21 Sep 2010 23:00:35 +0000 |
diego |
MPEG4AAC_DECODER does not exist in FFmpeg; do not remove it from libavdecoders.
|
Tue, 21 Sep 2010 22:26:44 +0000 |
diego |
Move network requirement check for FTP into the FTP test.
|
Tue, 21 Sep 2010 21:13:21 +0000 |
diego |
Add HAVE_ALIGNED_STACK definition for FFmpeg.
|
Tue, 21 Sep 2010 14:16:57 +0000 |
diego |
Drop obsolete CONFIG_IPV6 #definition for FFmpeg from config.h.
|
Tue, 21 Sep 2010 13:51:33 +0000 |
diego |
Move ASMALIGN check into x86 section of configure.
|
Tue, 21 Sep 2010 13:22:48 +0000 |
diego |
Move lrintf definition to the FFmpeg section of config.h.
|
Tue, 21 Sep 2010 13:04:05 +0000 |
diego |
Remove local HAVE_LRINTF hack; it should no longer be necessary.
|
Tue, 21 Sep 2010 12:39:23 +0000 |
diego |
Restore trailing whitespace in local diff file.
|
Mon, 20 Sep 2010 21:55:24 +0000 |
diego |
Drop separate compilation rules for dhahelperwin files.
|
Mon, 20 Sep 2010 21:52:06 +0000 |
diego |
Use generated dependency information files for dhahelper.
|
Mon, 20 Sep 2010 21:03:59 +0000 |
diego |
Merge dhahelperwinclean and dhahelperclean targets.
|
Mon, 20 Sep 2010 20:55:10 +0000 |
diego |
Use generated dependency information files for tools and tests.
|
Mon, 20 Sep 2010 20:48:35 +0000 |
diego |
Generate dependency information for netstream and vivodump as well.
|
Mon, 20 Sep 2010 20:36:38 +0000 |
diego |
Work around linking failure due to unresolved reference to mplayer_version.
|
Mon, 20 Sep 2010 20:26:04 +0000 |
diego |
Remove remnants of explicit dependency file generation.
|
Mon, 20 Sep 2010 19:54:51 +0000 |
diego |
Fix osdep/mplayer.rc.o vs. osdep/mplayer-rc.o typo.
|
Mon, 20 Sep 2010 19:49:54 +0000 |
diego |
Use dependency files to track the compile-time dependencies of kernel modules.
|
Mon, 20 Sep 2010 19:47:45 +0000 |
diego |
Generate dependency files also when compiling binaries straight from .c files.
|
Mon, 20 Sep 2010 19:20:06 +0000 |
diego |
Add an actual .c file for the rage128_vid kernel module.
|
Mon, 20 Sep 2010 12:31:09 +0000 |
diego |
Simplify generation of dependency file list.
|
Mon, 20 Sep 2010 12:30:35 +0000 |
diego |
Also read dependency files generated while compiling Assembler files.
|
Mon, 20 Sep 2010 12:07:56 +0000 |
diego |
cosmetics: Rename DEPS variable to DEP_FILES.
|
Mon, 20 Sep 2010 09:59:13 +0000 |
diego |
Use CFLAGS directly when compiling Assembler files, we do not set ASFLAGS.
|
Mon, 20 Sep 2010 08:31:37 +0000 |
diego |
Move ASFLAGS and AS_DEPFLAGS to the FFmpeg section of config.mak.
|
Mon, 20 Sep 2010 08:23:35 +0000 |
diego |
Add dependency flags to CC invocation for .S files.
|
Mon, 20 Sep 2010 07:54:06 +0000 |
diego |
Simplify libbluray test with function_check().
|
Mon, 20 Sep 2010 07:42:06 +0000 |
diego |
Remove another set of unnecessary #ifdefs around vosub_vidix.h #include.
|
Mon, 20 Sep 2010 07:37:33 +0000 |
diego |
Remove unnecessary #ifdefs around vosub_vidix.h #include.
|
Mon, 20 Sep 2010 07:33:53 +0000 |
diego |
Do not falsely declare some vo_functions_t declarations as const.
|
Mon, 20 Sep 2010 07:21:17 +0000 |
diego |
Remove unnecessary #include from libbluray test.
|
Sun, 19 Sep 2010 21:18:45 +0000 |
diego |
1000l: Fix shift amount in function_check_broken().
|
Sat, 18 Sep 2010 19:13:03 +0000 |
cigaes |
vf_ass: skip alpha blending for pixels where alpha is zero.
|
Sat, 18 Sep 2010 17:40:14 +0000 |
reimar |
Check for realloc failure. Ignore the memleak this causes since
|
Sat, 18 Sep 2010 17:38:23 +0000 |
reimar |
Matroska allows data to be compressed multiple times, thus ensure
|
Sat, 18 Sep 2010 17:27:17 +0000 |
reimar |
Fix format string to match type.
|
Sat, 18 Sep 2010 17:25:33 +0000 |
reimar |
Fix label indentation.
|
Sat, 18 Sep 2010 17:24:39 +0000 |
reimar |
Fix decoded length calculation of LZO decompression in demux_mkv.
|
Sat, 18 Sep 2010 17:18:22 +0000 |
reimar |
Add many integer overflow checks to mkv demuxer.
|
Sat, 18 Sep 2010 14:51:55 +0000 |
diego |
Make sure that HAVE_MKSTEMP is always #defined to a value.
|
Sat, 18 Sep 2010 10:47:41 +0000 |
diego |
Simplify librtmp check using function_check().
|
Sat, 18 Sep 2010 10:46:47 +0000 |
diego |
Make sure that CONFIG_LIBMP3LAME is always #defined.
|
Sat, 18 Sep 2010 09:52:08 +0000 |
diego |
cosmetics: Drop a bunch of unnecessary parentheses from big-endian check.
|
Sat, 18 Sep 2010 09:50:05 +0000 |
diego |
Simplify libdca check using function_check_broken().
|
Sat, 18 Sep 2010 09:49:12 +0000 |
diego |
Add function_check_broken convenience function.
|
Sat, 18 Sep 2010 09:45:03 +0000 |
diego |
cosmetics: Slightly reformat a comment.
|
Sat, 18 Sep 2010 09:24:38 +0000 |
diego |
cosmetics: Slightly shorten swab() check.
|
Sat, 18 Sep 2010 08:05:10 +0000 |
reimar |
Fix compilation on Windows: MinGW unistd.h does not define NULL.
|
Fri, 17 Sep 2010 15:16:06 +0000 |
diego |
Adapt license header from libass to MPlayer boilerplate.
|
Fri, 17 Sep 2010 15:13:37 +0000 |
diego |
Move libass/ass_mp.[ch] ---> ass_mp.[ch].
|
Fri, 17 Sep 2010 15:02:46 +0000 |
diego |
Rename preprocessor directives: CONFIG_LIBAVCODEC --> CONFIG_FFMPEG
|
Fri, 17 Sep 2010 14:58:17 +0000 |
diego |
Add an #ifdef to avoid unused variable warnings when iconv is disabled.
|
Fri, 17 Sep 2010 10:35:15 +0000 |
diego |
Ignore possible errors from dvdread-config invocation.
|
Fri, 17 Sep 2010 10:34:13 +0000 |
diego |
Check for vbeInit() instead of vbeVersion() in VESA test.
|
Fri, 17 Sep 2010 10:31:24 +0000 |
diego |
Mark functs not used outside of the file as static, remove from header; fixes:
|
Fri, 17 Sep 2010 10:27:51 +0000 |
diego |
cosmetics: Move vlvo_preinit() below the functions that it uses.
|
Fri, 17 Sep 2010 10:11:24 +0000 |
diego |
Mark vlvo_draw_slice_420() as static, it is not used outside the file; fixes:
|
Fri, 17 Sep 2010 10:10:20 +0000 |
diego |
Revert marking vo_functions_t video_out_vesa as const; fix vo_vesa compilation.
|
Fri, 17 Sep 2010 09:59:10 +0000 |
diego |
Mark fillMultiBuffer() as static, it is not used outside of the file; fixes:
|
Fri, 17 Sep 2010 09:43:41 +0000 |
diego |
Remove outdated warning about obsolete gcc 2.96.
|
Fri, 17 Sep 2010 08:59:36 +0000 |
diego |
Replace local min/max macros by FFMIN/FFMAX.
|
Fri, 17 Sep 2010 08:18:47 +0000 |
diego |
Remove old obsolete warning about dfbopts.
|
Thu, 16 Sep 2010 23:25:04 +0000 |
ramiro |
mga: use libswscale interface for g200 (untested)
|
Thu, 16 Sep 2010 19:19:13 +0000 |
diego |
Unconditionally #include subreader.h.
|
Thu, 16 Sep 2010 18:58:21 +0000 |
diego |
misc whitespace cosmetics
|
Thu, 16 Sep 2010 18:56:56 +0000 |
diego |
Remove pointless fontconfig #ifdefs and conditional font_fontconfig declaration.
|
Thu, 16 Sep 2010 18:44:19 +0000 |
diego |
Remove pointless fontconfig version #ifdef.
|
Thu, 16 Sep 2010 15:48:04 +0000 |
diego |
Add necessary #include for text_font_scale_factor and subtitle_autoscale.
|
Thu, 16 Sep 2010 15:17:18 +0000 |
diego |
100l: Set _XOPEN_SOURCE to a proper integer value.
|
Thu, 16 Sep 2010 15:14:09 +0000 |
diego |
Simplify check for external dvdread.
|
Thu, 16 Sep 2010 14:57:04 +0000 |
diego |
Slightly restructure OSS audio check; fixes the warning:
|
Thu, 16 Sep 2010 14:52:27 +0000 |
diego |
Remove pointless sys/ioctl.h #includes from OSS audio checks.
|
Thu, 16 Sep 2010 14:42:15 +0000 |
diego |
Add missing stdio.h #include to the test program in the PNG check.
|
Thu, 16 Sep 2010 14:40:44 +0000 |
diego |
Simplify glob() check.
|
Thu, 16 Sep 2010 14:39:40 +0000 |
diego |
Simplify termcap check.
|
Thu, 16 Sep 2010 14:38:50 +0000 |
diego |
Simplify mkstemp() check.
|
Thu, 16 Sep 2010 14:38:03 +0000 |
diego |
Add _XOPEN_SOURCE >= 500 #define to mkstemp check; mkstemp() requires it.
|
Thu, 16 Sep 2010 13:30:02 +0000 |
ramiro |
swscale-test: cosmetic alignment
|
Thu, 16 Sep 2010 11:29:23 +0000 |
diego |
Simplify libggiwmh check using function_check().
|
Thu, 16 Sep 2010 11:26:16 +0000 |
diego |
Simplify OS/2 header checks using header_check_broken().
|
Thu, 16 Sep 2010 11:23:42 +0000 |
diego |
Simplify libmpeg2 check using header_check_broken().
|
Thu, 16 Sep 2010 11:22:30 +0000 |
diego |
Simplify esd checks using function_check().
|
Thu, 16 Sep 2010 11:05:42 +0000 |
diego |
Update URL to patch for new API support.
|
Thu, 16 Sep 2010 09:36:45 +0000 |
diego |
Update mp3lame_lavc check to match recent FFmpeg changes.
|
Thu, 16 Sep 2010 01:09:59 +0000 |
ramiro |
swscale: remove useless temporary variable
|
Thu, 16 Sep 2010 01:07:55 +0000 |
ramiro |
swscale: factorize plane copying code out of 2 functions
|
Thu, 16 Sep 2010 00:41:08 +0000 |
ramiro |
swscale-test: always use bilinear scaler to get output for SSD
|
Wed, 15 Sep 2010 19:52:37 +0000 |
diego |
Replace libmpdemux/stheader.h #include by 'struct sh_video' declaration.
|
Wed, 15 Sep 2010 18:41:30 +0000 |
diego |
Add libmpdemux/stheader #include for struct sh_video.
|
Wed, 15 Sep 2010 18:34:15 +0000 |
diego |
Require DirectFB version 0.9.22.
|
Wed, 15 Sep 2010 17:22:04 +0000 |
diego |
Simplify DirectFB check.
|
Wed, 15 Sep 2010 15:58:48 +0000 |
diego |
Require DirectFB version 0.9.15 instead of 0.9.13.
|
Wed, 15 Sep 2010 09:25:20 +0000 |
diego |
Cast return value to long instead of int in byte order check.
|
Tue, 14 Sep 2010 17:20:49 +0000 |
diego |
Simplify libggiwmh check.
|
Tue, 14 Sep 2010 17:14:34 +0000 |
diego |
Simplify kstat check.
|
Tue, 14 Sep 2010 17:08:54 +0000 |
diego |
cosmetics: Replace some double quotes by single quotes for consistency.
|
Tue, 14 Sep 2010 17:04:06 +0000 |
diego |
Simplify a bunch of configure checks through the use of function_check().
|
Tue, 14 Sep 2010 14:09:33 +0000 |
diego |
Remove pointless casts from configure checks.
|
Tue, 14 Sep 2010 13:43:53 +0000 |
diego |
Use inline_asm_check to simplify a bunch of configure checks.
|
Tue, 14 Sep 2010 13:37:47 +0000 |
diego |
Add inline_asm_check function to simplify configure checks.
|
Tue, 14 Sep 2010 13:21:05 +0000 |
diego |
Initialize variable in giflib check; fixes the warning:
|
Tue, 14 Sep 2010 13:12:11 +0000 |
ramiro |
rgb2rgb: don't misuse HAVE_* defines
|
Tue, 14 Sep 2010 13:07:57 +0000 |
diego |
Simplify libdv test.
|
Tue, 14 Sep 2010 12:59:21 +0000 |
diego |
Simplify mman.h/mmap check.
|
Tue, 14 Sep 2010 11:03:54 +0000 |
diego |
Simplify math function checks.
|
Tue, 14 Sep 2010 10:41:25 +0000 |
diego |
Initialize variable in libspeex configure check; fixes the warning:
|
Tue, 14 Sep 2010 10:32:27 +0000 |
diego |
Simplify FreeType check.
|
Tue, 14 Sep 2010 10:25:12 +0000 |
diego |
Simplify DirectFB check using function_check().
|
Tue, 14 Sep 2010 10:16:31 +0000 |
diego |
Initialize variable in vsscanf configure check; fixes the warning:
|
Tue, 14 Sep 2010 10:11:46 +0000 |
diego |
Remove bogus cast from configure check; fixes the warning:
|
Tue, 14 Sep 2010 10:05:46 +0000 |
diego |
Simplify dynamic loader check.
|
Tue, 14 Sep 2010 09:48:18 +0000 |
diego |
Remove unnecessary extern declarations from aalib check; fixes the warnings:
|
Tue, 14 Sep 2010 09:47:08 +0000 |
diego |
Fix parameter types in swab() check; fixes the warnings:
|
Tue, 14 Sep 2010 09:45:40 +0000 |
diego |
Add some missing headers to configure checks; fixes the warnings:
|
Tue, 14 Sep 2010 09:41:32 +0000 |
diego |
Mark local functions in configure tests as static; fixes the warnings:
|
Tue, 14 Sep 2010 09:08:31 +0000 |
diego |
Use complete set of warning flags during compilation checks.
|
Mon, 13 Sep 2010 18:19:25 +0000 |
diego |
build system: Merge all FFmpeg library checks into a single FFmpeg check.
|
Mon, 13 Sep 2010 18:09:29 +0000 |
diego |
Move TV input new_handle static function to tv.c and make it non-static.
|
Mon, 13 Sep 2010 18:06:20 +0000 |
diego |
Replace sizeof(type) by sizeof(variable) in malloc invocation.
|
Mon, 13 Sep 2010 15:43:13 +0000 |
diego |
Remove vim/emacs coding style hints.
|
Mon, 13 Sep 2010 14:33:08 +0000 |
ramiro |
swscale: indentation and emtpy line cosmetics
|
Mon, 13 Sep 2010 14:25:18 +0000 |
ramiro |
swscale: avoid reading prior to the source buffer in planar2x() MMX2
|
Mon, 13 Sep 2010 12:14:43 +0000 |
diego |
Mark srcArray as const pointer to const data, fixes the warnings:
|
Mon, 13 Sep 2010 03:56:24 +0000 |
diego |
const-correctness for the menu_info_t OSD menu info declarations
|
Mon, 13 Sep 2010 03:54:37 +0000 |
diego |
const-correctness for af_info_t audio filter declarations
|
Mon, 13 Sep 2010 03:50:55 +0000 |
diego |
Mark some vo_functions_t declarations that were not yet const as const.
|
Mon, 13 Sep 2010 03:12:07 +0000 |
diego |
cosmetics: Place mga_vid tests along with the other video output tests.
|
Sun, 12 Sep 2010 18:17:29 +0000 |
ramiro |
swscale-test: allow specifying src/dst pixel formats
|
Sun, 12 Sep 2010 18:16:53 +0000 |
ramiro |
indent
|
Sun, 12 Sep 2010 18:16:33 +0000 |
ramiro |
swscale-test: take input from reference file
|
Sun, 12 Sep 2010 18:15:34 +0000 |
ramiro |
swscale-test: always use SWS_BILINEAR to convert from ref to src
|
Sun, 12 Sep 2010 18:14:42 +0000 |
ramiro |
swscale-test: move conversion from ref to source back to doTest()
|
Sun, 12 Sep 2010 17:05:44 +0000 |
diego |
Add standard multiple inclusion guards.
|
Sun, 12 Sep 2010 16:11:05 +0000 |
reimar |
Reindent.
|
Sun, 12 Sep 2010 16:10:18 +0000 |
reimar |
Remove a pointless if.
|
Sun, 12 Sep 2010 16:08:57 +0000 |
reimar |
Replace sizeof(BITMAPINFOHEADER)
|
Sun, 12 Sep 2010 16:03:46 +0000 |
reimar |
Replace malloc+memset by calloc.
|
Sun, 12 Sep 2010 15:55:47 +0000 |
reimar |
Replace sizeof(WAVEFORMATEX) occurrences.
|
Sun, 12 Sep 2010 15:51:11 +0000 |
diego |
Skip #ifdefs around harmless ae_*.h header #includes.
|
Sun, 12 Sep 2010 15:48:46 +0000 |
reimar |
Replace malloc+memset by calloc
|
Sun, 12 Sep 2010 15:47:37 +0000 |
diego |
Merge one malloc() + memset() invocation into calloc().
|
Sun, 12 Sep 2010 15:38:21 +0000 |
diego |
Remove libavcodec ifdeffery from the GUI code.
|
Sun, 12 Sep 2010 15:35:41 +0000 |
reimar |
Avoid some pointless uses of sizeof() and one related cast.
|
Sun, 12 Sep 2010 15:14:47 +0000 |
diego |
Replace one more instance of sizeof(WAVEFORMATEX); fix compilation.
|
Sun, 12 Sep 2010 13:49:08 +0000 |
reimar |
Replace sizeof(WAVEFORMATEX) and sizeof(BITMAPINFOHEADER) in mencoder.c
|
Sun, 12 Sep 2010 13:38:59 +0000 |
reimar |
Replace several sizeof(WAVEFORMATEX)
|
Sun, 12 Sep 2010 13:35:13 +0000 |
reimar |
Remove a useless cast.
|
Sun, 12 Sep 2010 13:26:39 +0000 |
reimar |
Replace sizeof(type)
|
Sun, 12 Sep 2010 13:14:18 +0000 |
reimar |
Remove a useless cast.
|
Sun, 12 Sep 2010 13:13:36 +0000 |
reimar |
Replace sizeof(type) by sizeof(*ptrvar)
|
Sun, 12 Sep 2010 13:10:12 +0000 |
reimar |
Replace malloc+memset by calloc.
|
Sun, 12 Sep 2010 13:04:07 +0000 |
reimar |
Replace malloc+memset by calloc.
|
Sun, 12 Sep 2010 13:03:41 +0000 |
ramiro |
rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()
|
Sun, 12 Sep 2010 13:01:05 +0000 |
reimar |
Replace sizoef(type) by sizeof(*ptrvar).
|
Sun, 12 Sep 2010 12:49:28 +0000 |
reimar |
Replace malloc+memset by calloc
|
Sun, 12 Sep 2010 12:41:37 +0000 |
reimar |
Replace malloc+memset by calloc.
|
Sun, 12 Sep 2010 12:32:28 +0000 |
reimar |
Replace malloc+memset by calloc.
|
Sun, 12 Sep 2010 12:23:26 +0000 |
reimar |
Fix a condition that would never be false (and thus cause
|
Sun, 12 Sep 2010 12:22:01 +0000 |
reimar |
Replace some sizeof(type) by sizeof(*pointer)
|
Sun, 12 Sep 2010 12:14:37 +0000 |
reimar |
Replace malloc+memset by calloc.
|
Sun, 12 Sep 2010 12:12:24 +0000 |
reimar |
Replace malloc+memset by calloc.
|
Sun, 12 Sep 2010 11:44:42 +0000 |
reimar |
Replace malloc+memset by calloc
|
Sun, 12 Sep 2010 11:22:42 +0000 |
diego |
cosmetics: Reformat in K&R style, prettyprinting.
|
Sun, 12 Sep 2010 11:21:12 +0000 |
reimar |
Remove stheader.h include from mpcommon.h since it
|
Sun, 12 Sep 2010 11:12:06 +0000 |
reimar |
Remove a duplicate mconfig declaration
|
Sun, 12 Sep 2010 11:11:44 +0000 |
reimar |
Fix win32 gui compilation
|
Sun, 12 Sep 2010 00:30:15 +0000 |
diego |
Add missing #include for vd_ffmpeg.h; fixes the warning:
|
Sun, 12 Sep 2010 00:11:26 +0000 |
diego |
Enable Apple remote code when compiling is possible; do not require running it.
|
Sat, 11 Sep 2010 23:53:15 +0000 |
diego |
Move TV input free_handle static function to tv.c and make it non-static.
|
Sat, 11 Sep 2010 23:30:52 +0000 |
diego |
Separate compiler warning flags from other compiler flags.
|
Sat, 11 Sep 2010 23:22:01 +0000 |
diego |
cosmetics: Place some FFmpeg-related variables in a more sensible order.
|
Sat, 11 Sep 2010 22:52:14 +0000 |
diego |
Add explanatory comment for video_out.h #inclusion in libao2/.
|
Sat, 11 Sep 2010 22:47:53 +0000 |
diego |
Remove pointless typedef keyword from struct RTPState declaration; fixes:
|
Sat, 11 Sep 2010 22:31:29 +0000 |
diego |
Add required #includes to fix 'make checkheaders'.
|
Sat, 11 Sep 2010 22:24:16 +0000 |
diego |
Add required config.h #includes.
|
Sat, 11 Sep 2010 22:20:35 +0000 |
diego |
Use identical signature for eosd_ass_init in both the .c and .h file.
|
Sat, 11 Sep 2010 22:19:39 +0000 |
diego |
Add required header m_config.h; fixes 'make checkheaders'.
|
Sat, 11 Sep 2010 22:14:08 +0000 |
diego |
cosmetics: Add #endif comment.
|
Sat, 11 Sep 2010 22:13:45 +0000 |
diego |
cosmetics: Break some long lines.
|
Sat, 11 Sep 2010 22:12:41 +0000 |
diego |
Add #include for required header mp_core.h; fixes 'make checkheaders'.
|
Sat, 11 Sep 2010 22:11:40 +0000 |
diego |
Get rid of MPLAYER_DSP_H hack and #include dsp.h instead.
|
Sat, 11 Sep 2010 14:56:52 +0000 |
diego |
Move local_wm extern variable declaration to loader.h, which is better suited.
|
Sat, 11 Sep 2010 14:43:06 +0000 |
diego |
Move dxr2_fd extern variable declaration to vo_dxr2.h, where it belongs.
|
Sat, 11 Sep 2010 14:40:26 +0000 |
diego |
Move ivtv_fd extern variable declaration to vo_ivtv.h, where it belongs.
|
Sat, 11 Sep 2010 14:37:12 +0000 |
diego |
Move v4l2_fd extern declaration to vo_v4l2.h, where it belongs.
|
Sat, 11 Sep 2010 14:31:13 +0000 |
ramiro |
indent
|
Sat, 11 Sep 2010 14:30:54 +0000 |
ramiro |
swscale: remove unused code
|
Sat, 11 Sep 2010 14:29:55 +0000 |
ramiro |
rgb2rgb: remove unused yvu9toyv12 function
|
Sat, 11 Sep 2010 14:13:21 +0000 |
diego |
Rename vo_mpegpes_fd2 variable to ao_mpegpes_fd.
|
Sat, 11 Sep 2010 12:32:38 +0000 |
diego |
Mark is_mplayer_front() as static, it is only used within the file; fixes:
|
Sat, 11 Sep 2010 12:20:07 +0000 |
diego |
Replace proc_priority extern declaration by osdep/priority.h #include.
|
Sat, 11 Sep 2010 12:17:11 +0000 |
diego |
Move codecname extern variable declaration to gui.h, which is better suited.
|
Sat, 11 Sep 2010 12:13:30 +0000 |
diego |
Move disable_gui_conf extern var declaration to mplayer.h, where it belongs.
|
Sat, 11 Sep 2010 12:10:43 +0000 |
diego |
Move sx/sy extern variable declaration to gmplayer.h, which is better suited.
|
Sat, 11 Sep 2010 11:47:07 +0000 |
diego |
Move all MEncoder-related extern variable declarations to mencoder.h.
|
Sat, 11 Sep 2010 11:43:05 +0000 |
diego |
Move mconfig extern variable declaration to mpcommon.h.
|
Sat, 11 Sep 2010 11:38:36 +0000 |
diego |
Move stream_cache_* extern variable declarations to mpcommon.h.
|
Sat, 11 Sep 2010 11:33:07 +0000 |
diego |
Move video_time_usage / vout_time_usage extern var declarations to mpcommon.h.
|
Sat, 11 Sep 2010 11:11:10 +0000 |
diego |
Move audio_lang / dvdsub_lang extern variable declarations to mpcommon.h.
|
Sat, 11 Sep 2010 10:57:31 +0000 |
diego |
Replace force_fps extern declaration by mpcommon.h #include.
|
Sat, 11 Sep 2010 10:44:28 +0000 |
diego |
Replace dvdsub_id extern declaration by mpcommon.h #include.
|
Fri, 10 Sep 2010 21:57:22 +0000 |
diego |
Replace a bunch of extern declarations by proper mpcommon.h #include.
|
Fri, 10 Sep 2010 21:54:39 +0000 |
diego |
Add necessary config.h #include.
|
Fri, 10 Sep 2010 21:51:39 +0000 |
diego |
Replace audio_delay extern declaration by proper mplayer.h #include.
|
Fri, 10 Sep 2010 21:48:48 +0000 |
diego |
Move slave_mode extern declaration to mplayer.h, where it belongs.
|
Fri, 10 Sep 2010 21:42:13 +0000 |
diego |
Replace audio_id / video_id extern declarations by mpcommon.h #include.
|
Fri, 10 Sep 2010 16:55:12 +0000 |
diego |
Remove unnecessary stream_cache_size extern declaration.
|
Fri, 10 Sep 2010 16:54:47 +0000 |
diego |
Remove duplicate stream_cache_size extern declaration.
|
Fri, 10 Sep 2010 16:52:05 +0000 |
diego |
Remove duplicate vobsub_id extern declaration.
|
Fri, 10 Sep 2010 15:38:03 +0000 |
diego |
Move fs_seg extern variable declaration to ldt_keeper.h, where it belongs.
|
Fri, 10 Sep 2010 14:03:07 +0000 |
gpoirier |
fix XML structure to make xmllint happy :-)
|
Fri, 10 Sep 2010 13:52:56 +0000 |
diego |
Remove unnecessary cache_fill_status #define.
|
Fri, 10 Sep 2010 12:28:07 +0000 |
jrash |
Synced with help_mp-en.h rev. 32066
|
Fri, 10 Sep 2010 11:50:40 +0000 |
jrash |
Synced with help_mp-en.h rev. 32066
|
Thu, 09 Sep 2010 18:57:48 +0000 |
diego |
cosmetics: reorder declarations, prettyprinting
|
Thu, 09 Sep 2010 18:52:56 +0000 |
diego |
Move extern declarations used by both mplayer.c and mencoder.c to mpcommon.h.
|
Thu, 09 Sep 2010 18:40:30 +0000 |
diego |
Remove unused video_driver/audio_driver extern variable declarations.
|
Thu, 09 Sep 2010 17:15:16 +0000 |
diego |
Move mplPBFade extern declaration to gmplayer.h, which is better suited.
|
Thu, 09 Sep 2010 17:10:18 +0000 |
diego |
Move stream_dump_type extern declaration to mplayer.h, where it belongs.
|
Thu, 09 Sep 2010 17:01:43 +0000 |
diego |
Add appropriate #include instead of declaring seek-related variables extern.
|
Thu, 09 Sep 2010 16:59:21 +0000 |
diego |
Add appropriate #include instead of declaring vo_gamma_* extern.
|
Thu, 09 Sep 2010 16:57:05 +0000 |
diego |
Remove unused cache_stats function.
|
Thu, 09 Sep 2010 16:54:35 +0000 |
diego |
Move cache_fill_status extern declaration to cache2.h, where it belongs.
|
Thu, 09 Sep 2010 16:47:45 +0000 |
diego |
Mark encoder_list declaration as const pointers to const data, fixes:
|
Thu, 09 Sep 2010 16:46:08 +0000 |
diego |
Mark vf_info_t declaration for the fixpts filter as const.
|
Thu, 09 Sep 2010 16:38:11 +0000 |
diego |
Mark video encoder vf_info_t structs as const.
|
Thu, 09 Sep 2010 16:17:27 +0000 |
diego |
Move **sub_name extern declaration to mpcommon.h.
|
Thu, 09 Sep 2010 15:46:25 +0000 |
diego |
Move use_menu extern declaration to mplayer.h, where it belongs.
|
Thu, 09 Sep 2010 15:41:43 +0000 |
diego |
Move **sub_name extern declaration to mplayer.h, where it belongs.
|
Thu, 09 Sep 2010 15:39:10 +0000 |
diego |
cosmetics: Group all extern variable declarations together.
|
Thu, 09 Sep 2010 14:52:37 +0000 |
ramiro |
gui: remove direct usage of rgb2rgb interface, use swscale instead
|
Thu, 09 Sep 2010 14:50:51 +0000 |
ramiro |
mga: disable g200 support
|
Thu, 09 Sep 2010 10:42:01 +0000 |
diego |
Mark libmenu_vfs declaration as const, fixes the warning:
|
Thu, 09 Sep 2010 10:39:08 +0000 |
diego |
Mark vf_info_menu declaration as const.
|
Thu, 09 Sep 2010 10:30:58 +0000 |
diego |
Move mime_type_table extern declaration to network.h, where it belongs.
|
Thu, 09 Sep 2010 05:05:43 +0000 |
reimar |
Fix make checkheaders for udp_sync.h
|
Wed, 08 Sep 2010 23:36:02 +0000 |
ramiro |
av_fill_image_linesizes -> av_image_fill_linesizes
|
Wed, 08 Sep 2010 20:10:54 +0000 |
diego |
Remove some unnecessary extern variable declarations.
|
Wed, 08 Sep 2010 20:07:58 +0000 |
diego |
Replace m_config_parse_config_file() forward declaration by proper #include.
|
Wed, 08 Sep 2010 20:04:10 +0000 |
diego |
Add proper #include instead of declaring sub_unicode extern.
|
Wed, 08 Sep 2010 20:01:34 +0000 |
diego |
Add proper #include instead of declaring index_mode extern.
|
Wed, 08 Sep 2010 19:51:57 +0000 |
diego |
Move lavc_param_* extern declarations to ve.h.
|
Wed, 08 Sep 2010 19:40:20 +0000 |
diego |
Replace mp_wav_taglists extern declaration by proper #include.
|
Wed, 08 Sep 2010 19:35:02 +0000 |
diego |
Refactor all font_fontconfig extern declarations to libvo/font_load.h.
|
Wed, 08 Sep 2010 19:26:42 +0000 |
diego |
Move sub_cp extern declaration to subreader.h, where it belongs.
|
Wed, 08 Sep 2010 19:18:59 +0000 |
diego |
cosmetics: Group all sub_* extern variable declarations together.
|
Wed, 08 Sep 2010 19:06:39 +0000 |
diego |
Move sub_justify extern declaration to libvo/sub.h, where it belongs.
|
Wed, 08 Sep 2010 18:54:04 +0000 |
reimar |
Simply parse all received packets even if we might overwrite the
|
Wed, 08 Sep 2010 18:49:57 +0000 |
reimar |
Use NULL for recvfrom return arguments we don't care about (source address).
|
Wed, 08 Sep 2010 18:45:34 +0000 |
reimar |
Make get_udp static, it is not used outside the file.
|
Wed, 08 Sep 2010 18:44:22 +0000 |
reimar |
Use sockfd value to detect if we initialized already instead of a
|
Wed, 08 Sep 2010 18:42:27 +0000 |
reimar |
Handle failures to create a socket.
|
Wed, 08 Sep 2010 18:37:55 +0000 |
reimar |
Actually set the destination address in the sockaddr_in struct for Windows as well...
|
Wed, 08 Sep 2010 18:34:21 +0000 |
diego |
Move vf_info_menu extern declaration to menu.h, where it belongs.
|
Wed, 08 Sep 2010 18:30:13 +0000 |
diego |
Add proper #includes instead of filename/file_filter extern declarations.
|
Wed, 08 Sep 2010 18:28:44 +0000 |
reimar |
Mark a constant as such and move it into the block where it is used.
|
Wed, 08 Sep 2010 18:25:55 +0000 |
reimar |
Use initializer to avoid leaving struct timeval half-uninitialized.
|
Wed, 08 Sep 2010 18:24:13 +0000 |
reimar |
Avoid duplicating the #if HAVE_WINSOCK2_H mess.
|
Wed, 08 Sep 2010 18:21:49 +0000 |
diego |
Move menu_mouse_* extern declarations to menu.h, where they belong.
|
Wed, 08 Sep 2010 18:17:35 +0000 |
reimar |
Reindent.
|
Wed, 08 Sep 2010 18:16:07 +0000 |
reimar |
Avoid duplicating the recvfrom/"bye"-handling code.
|
Wed, 08 Sep 2010 18:16:06 +0000 |
diego |
Add proper include instead of declaring the vo_pts variable extern.
|
Wed, 08 Sep 2010 18:02:38 +0000 |
reimar |
Reindent.
|
Wed, 08 Sep 2010 18:01:56 +0000 |
reimar |
Remove a useless "else".
|
Wed, 08 Sep 2010 17:59:07 +0000 |
reimar |
Do not check a condition that can never be false and move its comment
|
Wed, 08 Sep 2010 17:55:35 +0000 |
diego |
Refactor *demuxer_name extern declarations to demuxer.h.
|
Wed, 08 Sep 2010 17:52:32 +0000 |
reimar |
Fix indentation.
|
Wed, 08 Sep 2010 17:51:26 +0000 |
reimar |
Cosmetics: remove some useless {}
|
Wed, 08 Sep 2010 17:50:05 +0000 |
reimar |
Use initializer instead of memset, the memset in addition never
|
Wed, 08 Sep 2010 17:48:42 +0000 |
diego |
cosmetics: Repair some of the damage that 'indent' caused.
|
Wed, 08 Sep 2010 17:47:54 +0000 |
reimar |
Remove useless include.
|
Wed, 08 Sep 2010 17:47:26 +0000 |
reimar |
Remove useless ifdef.
|
Wed, 08 Sep 2010 17:38:52 +0000 |
diego |
Remove duplicated audio_output_channels extern variable declaration.
|
Wed, 08 Sep 2010 17:31:29 +0000 |
diego |
whitespace cosmetics
|
Wed, 08 Sep 2010 13:16:15 +0000 |
ramiro |
rgb2rgb: build SSE2 codepath
|
Wed, 08 Sep 2010 09:53:24 +0000 |
cehoyos |
Fix compilation on ia32 after r32064.
|
Wed, 08 Sep 2010 05:29:05 +0000 |
reimar |
Add synchronization of multiple MPlayer instances over UDP.
|
Tue, 07 Sep 2010 23:46:14 +0000 |
diego |
Add the proper include instead of declaring the fakemono variable extern.
|
Tue, 07 Sep 2010 23:41:23 +0000 |
diego |
Remove duplicated divx_quality extern declaration.
|
Tue, 07 Sep 2010 23:39:54 +0000 |
diego |
Add the proper include instead of declaring the divx_quality variable extern.
|
Tue, 07 Sep 2010 23:35:57 +0000 |
diego |
Add the proper include instead of declaring the correct_pts variable extern.
|
Tue, 07 Sep 2010 23:29:49 +0000 |
diego |
Rename decode_audio() to mp_decode_audio().
|
Tue, 07 Sep 2010 22:04:35 +0000 |
cehoyos |
Add myself as vdpau (co-)maintainer.
|
Tue, 07 Sep 2010 22:03:29 +0000 |
cehoyos |
Factorize some initialisation code.
|
Tue, 07 Sep 2010 20:26:37 +0000 |
diego |
Remove commented-out mpcodecs_ad_null leftovers.
|
Tue, 07 Sep 2010 16:24:34 +0000 |
cehoyos |
Revert r31349 "Make -mc 1 the default".
|
Tue, 07 Sep 2010 16:20:52 +0000 |
cehoyos |
Improve A/V sync when not using -correct-pts.
|
Tue, 07 Sep 2010 16:14:56 +0000 |
cehoyos |
Time-based PTS recalculation.
|
Tue, 07 Sep 2010 02:08:31 +0000 |
reynaldo |
Cosmetics pointed out by Diego Biurrun
|
Mon, 06 Sep 2010 19:36:47 +0000 |
reimar |
Remove useless casts.
|
Mon, 06 Sep 2010 14:42:25 +0000 |
ramiro |
swscale: also update flags on sws_getCachedContext()
|
Mon, 06 Sep 2010 02:02:53 +0000 |
ramiro |
swscale: fix internal rgb->yv12 chroma conversion used by the main scaler path
|
Sun, 05 Sep 2010 09:41:24 +0000 |
reimar |
Fix mlib compilation: add mising include for SwsContext.
|
Sat, 04 Sep 2010 19:35:53 +0000 |
reynaldo |
Fix nit pointed out by Diego Biurrun
|
Sat, 04 Sep 2010 19:31:26 +0000 |
reynaldo |
Grammar fixes
|
Sat, 04 Sep 2010 19:24:34 +0000 |
reynaldo |
Cosmetics
|
Sat, 04 Sep 2010 19:09:23 +0000 |
reynaldo |
Cosmetics
|
Sat, 04 Sep 2010 09:39:21 +0000 |
reimar |
Add a hack to work with BeOS/Haiku libsdl.
|
Sat, 04 Sep 2010 08:36:38 +0000 |
diego |
Refactor more instances of avcodec_initialized handling into init_avcodec().
|
Sat, 04 Sep 2010 08:11:31 +0000 |
diego |
Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
|
Sat, 04 Sep 2010 00:20:08 +0000 |
diego |
cosmetics: Move header compilation rules to the bottom of the rules list.
|
Fri, 03 Sep 2010 23:49:35 +0000 |
reynaldo |
Add -edl-start-pts option to Adjust positions in EDL records according
|
Fri, 03 Sep 2010 18:50:03 +0000 |
reynaldo |
Add new slave mode command for loading EDL file on demand.
|
Thu, 02 Sep 2010 19:48:07 +0000 |
reimar |
Attempt to fix compilation with FreeBSD's dvdio.h
|
Tue, 31 Aug 2010 19:39:17 +0000 |
reimar |
Set coded_width/coded_height instead of width/height since that's
|
Mon, 30 Aug 2010 23:24:56 +0000 |
cehoyos |
Improve correct-pts with PAFF streams.
|
Mon, 30 Aug 2010 16:48:52 +0000 |
compn |
add binary codec for fourcc AMV2
|
Sun, 29 Aug 2010 11:27:00 +0000 |
aurel |
fix crash with un-commonly formated ASS files
|
Sun, 29 Aug 2010 06:51:05 +0000 |
reimar |
Always use convergence_duration for subtitles otherwise
|
Sun, 29 Aug 2010 06:46:06 +0000 |
reimar |
Also reset subtitle EOF on seeking.
|
Sun, 29 Aug 2010 06:33:29 +0000 |
reimar |
Fix indentation.
|
Sun, 29 Aug 2010 06:06:28 +0000 |
reimar |
Replace ass_mp.h include by eosd.h include.
|
Fri, 27 Aug 2010 21:58:14 +0000 |
cehoyos |
Fix compilation with --disable-networking.
|
Fri, 27 Aug 2010 19:48:39 +0000 |
reimar |
100l, we need to search for SetDllDirectoryA instead of SetDllDirectory
|
Fri, 27 Aug 2010 16:28:53 +0000 |
reimar |
Disable loading codecs from the current directory.
|
Fri, 27 Aug 2010 16:19:24 +0000 |
reimar |
Fix arts check to actually check linking so it doesn't
|
Fri, 27 Aug 2010 14:12:20 +0000 |
cigaes |
Add Doxygen comments and formal parameters names in eosd.h.
|
Fri, 27 Aug 2010 12:14:59 +0000 |
compn |
add matchware screen codec fourcc MWSC
|
Thu, 26 Aug 2010 21:06:24 +0000 |
cehoyos |
Fix compilation with gcc 2.95.3 with some help by Reimar.
|
Thu, 26 Aug 2010 19:24:18 +0000 |
reimar |
Fix --disable-ass-internal to actually have an effect.
|
Thu, 26 Aug 2010 18:44:14 +0000 |
cehoyos |
Print a warning, but allow to encode to a non-supported frame rate with
|
Thu, 26 Aug 2010 18:42:47 +0000 |
cehoyos |
Add new Simple Profile Levels to the Xvid encoder.
|
Thu, 26 Aug 2010 11:29:01 +0000 |
cigaes |
Cosmetic: reformat a if...return.
|
Thu, 26 Aug 2010 11:26:46 +0000 |
cigaes |
Cosmetic: reindent a line.
|
Thu, 26 Aug 2010 11:20:50 +0000 |
cigaes |
Add #ifdefs to fix build with ASS disabled.
|
Wed, 25 Aug 2010 16:34:39 +0000 |
reimar |
Clarify the meaning of the -nosub option.
|
Wed, 25 Aug 2010 14:39:11 +0000 |
ramiro |
swscale: simplify selection of optimizations to compile.
|
Wed, 25 Aug 2010 14:38:30 +0000 |
ramiro |
swscale: Always define COMPILE_xxx to either 0 or 1.
|
Mon, 23 Aug 2010 21:22:24 +0000 |
mru |
swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion
|
Mon, 23 Aug 2010 21:22:20 +0000 |
mru |
swscale: remove unused macro parameter in BGR2UV template
|
Mon, 23 Aug 2010 19:22:03 +0000 |
cigaes |
Forgot to svn add those two files.
|
Mon, 23 Aug 2010 19:13:05 +0000 |
cigaes |
EOSD/ASS code factorization
|
Sun, 22 Aug 2010 23:38:40 +0000 |
diego |
Remove pointless casts of avcodec_find_decoder_by_name() return value.
|
Sat, 21 Aug 2010 16:04:18 +0000 |
reimar |
Print subtitle type also for internally-supported types with a libavcodec decoder.
|
Sat, 21 Aug 2010 11:54:04 +0000 |
reimar |
Pass the video dimensions specified in the subtitle to spudec.
|
Sat, 21 Aug 2010 11:36:18 +0000 |
reimar |
Remove pointless casts.
|
Sat, 21 Aug 2010 11:33:33 +0000 |
reimar |
Use vf_open_filter, just like in the previous change for mencoder.
|
Sat, 21 Aug 2010 11:30:29 +0000 |
reimar |
Use vf_open_filter instead of vf_open_plugin+hacks.
|
Sat, 21 Aug 2010 11:22:45 +0000 |
reimar |
Add consts to avoid a warning about pointer type mismatch in function
|
Sat, 21 Aug 2010 11:19:45 +0000 |
reimar |
Deobfuscate mencoder decode_video call.
|
Sat, 21 Aug 2010 10:08:29 +0000 |
reimar |
Make sure we return an "empty" line on eof, to make sure we get
|
Sat, 21 Aug 2010 10:07:38 +0000 |
reimar |
Check stream_read_line result instead of checking stream_eof,
|
Sat, 21 Aug 2010 10:02:50 +0000 |
reimar |
Fix reading of VUK: actually fail if the key is incomplete instead
|
Sat, 21 Aug 2010 09:58:02 +0000 |
reimar |
Avoid another unnecessary intermediate variable.
|
Sat, 21 Aug 2010 09:55:30 +0000 |
reimar |
Avoid a pointless extra variable.
|
Sat, 21 Aug 2010 09:47:08 +0000 |
reimar |
Format NULL-pointer check consistently.
|
Sat, 21 Aug 2010 09:46:06 +0000 |
reimar |
Simplify searching for discid by comparing the string representations.
|
Sat, 21 Aug 2010 09:41:15 +0000 |
reimar |
Switch to uppercase hex.
|
Sat, 21 Aug 2010 09:40:16 +0000 |
reimar |
Simplify/fix printing of disc id/VUK
|
Sat, 21 Aug 2010 09:27:15 +0000 |
reimar |
Add const to pointer argument.
|
Sat, 21 Aug 2010 09:20:14 +0000 |
reimar |
Remove a unused assignment.
|
Sat, 21 Aug 2010 09:19:12 +0000 |
reimar |
Fix a memleak.
|
Sat, 21 Aug 2010 09:18:29 +0000 |
reimar |
Extract reading KEDB.cfg into a separate function.
|
Fri, 20 Aug 2010 18:19:11 +0000 |
rathann |
Update to include latest x86 binary codec packs.
|
Fri, 20 Aug 2010 15:48:09 +0000 |
reimar |
100l, re-add vobsub_get_id_by_index call accidentally removed in
|
Thu, 19 Aug 2010 23:48:19 +0000 |
ramiro |
fix anonymous memory mapping for NetBSD
|
Thu, 19 Aug 2010 22:13:25 +0000 |
compn |
add binary codecs for fourcc: IMM4, LZOC, DIRC, MHFY, MSA1
|
Thu, 19 Aug 2010 14:36:16 +0000 |
ramiro |
swscale-test: add CRC output
|
Wed, 18 Aug 2010 23:20:23 +0000 |
diego |
Fix documentation language variables in summary output after configure run.
|
Wed, 18 Aug 2010 23:10:10 +0000 |
diego |
Merge radio chapter into the usage chapter.
|
Wed, 18 Aug 2010 22:42:27 +0000 |
diego |
Restore mistakenly removed TV input chapter introduction.
|
Wed, 18 Aug 2010 20:22:01 +0000 |
diego |
Merge TV input and TV teletext chapter into the usage chapter.
|
Wed, 18 Aug 2010 19:51:06 +0000 |
diego |
Remove empty paragraph from TV input chapter.
|
Wed, 18 Aug 2010 19:37:37 +0000 |
ramiro |
validate input data and linesizes
|
Wed, 18 Aug 2010 19:28:22 +0000 |
siretart |
introduce new option --enable-system-ffmpeg to use shared ffmpeg libraries only
|
Wed, 18 Aug 2010 17:23:21 +0000 |
ptt |
synced to r31938
|
Wed, 18 Aug 2010 13:45:06 +0000 |
diego |
Add #includes for headers necessary to pass 'make checkheaders'.
|
Tue, 17 Aug 2010 22:39:24 +0000 |
diego |
Fix a bunch of grammar and spelling errors in mp_msg calls.
|
Tue, 17 Aug 2010 16:45:17 +0000 |
diego |
Merge CD/DVD chapter into the usage chapter for all translations.
|
Tue, 17 Aug 2010 16:44:29 +0000 |
diego |
Merge CD/DVD chapter into the usage chapter.
|
Tue, 17 Aug 2010 15:12:35 +0000 |
diego |
Remove hack that skips including dependency files on distclean.
|
Tue, 17 Aug 2010 15:07:16 +0000 |
diego |
Remove dep/depend targets for FFmpeg; they no longer exist in FFmpeg.
|
Tue, 17 Aug 2010 15:06:38 +0000 |
diego |
Sync with current FFmpeg HEAD.
|
Tue, 17 Aug 2010 11:39:37 +0000 |
diego |
Add copy of English usage.xml file to Chinese translation.
|
Tue, 17 Aug 2010 11:29:33 +0000 |
diego |
Remove usage.xml symlink in the Chinese documentation translation.
|
Mon, 16 Aug 2010 10:45:37 +0000 |
reimar |
Simplify and document MinGW stdin hack.
|
Mon, 16 Aug 2010 10:33:33 +0000 |
reimar |
Do not call *_aid_from_lang when audio_lang is NULL.
|
Sun, 15 Aug 2010 00:07:13 +0000 |
jrash |
Synced with help_mp-en.h rev. 31938
|
Fri, 13 Aug 2010 16:00:18 +0000 |
siretart |
Avoid trying to parse playlists without any recognized entries.
|
Fri, 13 Aug 2010 15:58:11 +0000 |
siretart |
sanity check to avoid a segmentation fault in playtree.c on empty playlists.
|
Fri, 13 Aug 2010 11:08:30 +0000 |
diego |
Mark constant sws_spu_image() parameter as const, fixes the warning:
|
Wed, 11 Aug 2010 20:59:03 +0000 |
reimar |
Add incomplete clipinf reading support to display audio
|
Wed, 11 Aug 2010 20:44:29 +0000 |
reimar |
Add const qualifiers to function string arguments as appropriate.
|
Wed, 11 Aug 2010 01:14:37 +0000 |
greg |
Import libass 0.9.11
|
Tue, 10 Aug 2010 13:33:49 +0000 |
reimar |
Make it possible to use relative, http:// etc. paths with bd://
|
Tue, 10 Aug 2010 13:28:18 +0000 |
reimar |
Avoid pointless additional string pointers.
|
Tue, 10 Aug 2010 13:26:19 +0000 |
reimar |
Use the stream functions instead of the fopen/fread/fclose interface
|
Tue, 10 Aug 2010 13:23:04 +0000 |
reimar |
Simplify code: allow file_format argument to open_stream to be NULL.
|
Tue, 10 Aug 2010 00:36:53 +0000 |
diego |
Sync with current FFmpeg HEAD.
|
Sun, 08 Aug 2010 19:01:18 +0000 |
cehoyos |
Fix compilation after FFmpeg r24741.
|
Sun, 08 Aug 2010 18:18:13 +0000 |
ramiro |
indent
|
Sun, 08 Aug 2010 18:14:43 +0000 |
ramiro |
swscale-test: get strides using av_fill_image_linesizes() from libavcore
|
Sat, 07 Aug 2010 21:21:38 +0000 |
diego |
Remove pointless compilation sections from radio and TV input chapters.
|
Sat, 07 Aug 2010 19:58:30 +0000 |
diego |
Avoid redundant use of variable 'size' in demux_ogg_read_packet(), fixes:
|
Sat, 07 Aug 2010 19:35:57 +0000 |
diego |
Add missing header for mp_a52_framesize, fixes the warning:
|
Sat, 07 Aug 2010 18:23:31 +0000 |
siretart |
restore functionality to be able to pass custom configure flags or override the used compiler
|
Sat, 07 Aug 2010 18:10:15 +0000 |
siretart |
ignore common files during building the tarball and .diff.gz in debian packaging
|
Sat, 07 Aug 2010 00:13:40 +0000 |
diego |
Integrate advanced audio usage sections into the general usage chapter.
|
Fri, 06 Aug 2010 23:44:31 +0000 |
diego |
Restore hunk previously removed in r31354.
|
Fri, 06 Aug 2010 23:31:39 +0000 |
diego |
Add 'z' length modifier to %d printf format specifier for size_t argument.
|
Fri, 06 Aug 2010 23:25:31 +0000 |
diego |
Add 'z' length modifier to %d printf format specifiers for size_t arguments.
|
Fri, 06 Aug 2010 23:19:34 +0000 |
diego |
Remove bogus teletext hotkeys section; it is both wrong and misplaced.
|
Fri, 06 Aug 2010 22:47:54 +0000 |
diego |
Add 'z' length modifier to %d printf format specifiers for size_t arguments.
|
Fri, 06 Aug 2010 22:37:55 +0000 |
greg |
Copyright: add libass
|
Fri, 06 Aug 2010 22:21:53 +0000 |
diego |
Add 'z' length modifier to %d printf format specifier for size_t argument.
|
Fri, 06 Aug 2010 21:13:41 +0000 |
greg |
Import libass 0.9.10
|
Fri, 06 Aug 2010 10:48:16 +0000 |
diego |
Add CONFIG_HUFFMAN to config.mak / config.h for FFmpeg.
|
Thu, 05 Aug 2010 12:49:58 +0000 |
siretart |
add yasm to build depends for some asm parts in libavcodec
|
Thu, 05 Aug 2010 09:01:30 +0000 |
diego |
Move mp_a52_framesize from demux_ts.c to parse_es.c.
|
Thu, 05 Aug 2010 07:37:58 +0000 |
diego |
Add sys/types.h #include before socket.h #include in sockaddr_storage test.
|
Wed, 04 Aug 2010 13:49:16 +0000 |
reimar |
Return an error when seeking beyond EOF.
|
Wed, 04 Aug 2010 13:39:10 +0000 |
reimar |
Move one AES initialization out of inner loop.
|
Wed, 04 Aug 2010 13:32:20 +0000 |
reimar |
Minor optimization/simplification and document the alignment requirements
|
Wed, 04 Aug 2010 13:27:19 +0000 |
reimar |
Use the "key" type also for the IV constant.
|
Wed, 04 Aug 2010 12:38:52 +0000 |
reimar |
Simplify ts_sync. Might also make it easier to optimize a bit.
|
Wed, 04 Aug 2010 12:23:22 +0000 |
reimar |
Remove an unused variable.
|
Wed, 04 Aug 2010 12:21:39 +0000 |
reimar |
Remove some useless casts.
|
Wed, 04 Aug 2010 12:20:01 +0000 |
siretart |
reintroduce typo in genres.h that was fixed fixed r31913 to match the id3v2 spec
|
Wed, 04 Aug 2010 06:16:42 +0000 |
diego |
whitespace cosmetics: prettyprinting, move statements to the next line.
|
Tue, 03 Aug 2010 21:06:15 +0000 |
reimar |
100l, do not free vo_spudec if e.g. just the audio is reinitialized.
|
Tue, 03 Aug 2010 17:09:16 +0000 |
reimar |
Move initialization of vo_spudec further behind to avoid issues with
|
Tue, 03 Aug 2010 17:01:13 +0000 |
reimar |
Remove useless cast.
|
Tue, 03 Aug 2010 16:26:50 +0000 |
reimar |
Add support for bd:// streams as a test for a part of the AACS algorithm.
|
Tue, 03 Aug 2010 16:01:40 +0000 |
reimar |
Add sanity-check for sector size to avoid strange crashes if it is
|
Tue, 03 Aug 2010 15:55:17 +0000 |
siretart |
various spelling fixes, found by the Debian QA tool 'lintian'
|
Tue, 03 Aug 2010 13:02:07 +0000 |
siretart |
Add new debian packaging based on official distro packages
|
Tue, 03 Aug 2010 12:32:17 +0000 |
siretart |
remove old debian packaging
|
Tue, 03 Aug 2010 11:46:55 +0000 |
diego |
Suppress unsupported compiler options when building with clang on Darwin/PPC.
|
Tue, 03 Aug 2010 11:40:01 +0000 |
diego |
Add -Wno-parentheses to CFLAGS.
|
Tue, 03 Aug 2010 08:57:48 +0000 |
diego |
The default CD-ROM device on OpenBSD is /dev/rcd0c, not /dev/rcd0a.
|
Tue, 03 Aug 2010 05:18:28 +0000 |
reimar |
Avoid STREAM_CTRL_SEEK_TO_TIME messing up the current position for stream
|
Mon, 02 Aug 2010 18:28:42 +0000 |
alexc |
Add msvcr100 support to the win32 loader.
|
Mon, 02 Aug 2010 17:39:20 +0000 |
reimar |
Reuse do_cpuid from cpudetect.c in loader/win32.c.
|
Mon, 02 Aug 2010 17:36:16 +0000 |
reimar |
Remove outdated cpuid code.
|
Mon, 02 Aug 2010 17:32:42 +0000 |
reimar |
Add const to avoid warnings.
|
Mon, 02 Aug 2010 17:30:00 +0000 |
reimar |
Avoid arithmetic on void * pointers.
|
Mon, 02 Aug 2010 17:27:20 +0000 |
reimar |
Fix type in conditional.
|
Mon, 02 Aug 2010 17:26:28 +0000 |
reimar |
Make function declarations proper prototypes.
|
Mon, 02 Aug 2010 17:19:45 +0000 |
reimar |
Avoid mixing code and declarations.
|
Mon, 02 Aug 2010 17:18:18 +0000 |
reimar |
Make library/export function tables static const.
|
Mon, 02 Aug 2010 14:35:02 +0000 |
diego |
Add missing libavcore bits: enabling options and help output
|
Sun, 01 Aug 2010 22:53:09 +0000 |
diego |
dvd: Improve seeking by position.
|
Sun, 01 Aug 2010 22:51:15 +0000 |
diego |
dvd: Improve seeking by chapters.
|
Sun, 01 Aug 2010 22:48:01 +0000 |
diego |
Fix the incorrect assumption that the number of chapters of a DVD title
|
Sun, 01 Aug 2010 21:06:51 +0000 |
diego |
Remove unnecessary #undef (f)printf.
|
Sun, 01 Aug 2010 21:04:20 +0000 |
diego |
Remove unnecessary libavutil/internal.h #includes.
|
Sun, 01 Aug 2010 17:51:28 +0000 |
reimar |
Update for libavformat matroska demuxer name change.
|
Sun, 01 Aug 2010 17:38:28 +0000 |
reimar |
Reindent.
|
Sun, 01 Aug 2010 17:37:38 +0000 |
reimar |
Use early return instead of large if block.
|
Sun, 01 Aug 2010 17:36:15 +0000 |
reimar |
More readable OSD rendering code.
|
Sun, 01 Aug 2010 13:58:35 +0000 |
reimar |
Also allow setting msglevel for MSGT_FIXME.
|
Sun, 01 Aug 2010 13:53:04 +0000 |
reimar |
Fix typo in documentation.
|
Sun, 01 Aug 2010 13:52:17 +0000 |
reimar |
Handle failing ioctls more gracefully for dvdcss.
|
Sun, 01 Aug 2010 13:30:26 +0000 |
reimar |
Fix subtitle selection: make selecting -sid 0 work again by replacing the
|
Sun, 01 Aug 2010 12:48:38 +0000 |
reimar |
Fix DVD playback with region-free drives.
|
Sat, 31 Jul 2010 22:15:49 +0000 |
diego |
Default to -O2 optimization level for the clang compiler.
|
Sat, 31 Jul 2010 22:02:55 +0000 |
ramiro |
swscale-test: merge declaration and initialization
|
Sat, 31 Jul 2010 16:55:57 +0000 |
reimar |
Fix compilation with --enable-crash-debug
|
Sat, 31 Jul 2010 16:43:20 +0000 |
diego |
Initialize conf_file variable to kill the warning:
|
Sat, 31 Jul 2010 16:15:36 +0000 |
diego |
Use mp_a52_framesize() in all cases; gets rid of liba52 dependency.
|
Sat, 31 Jul 2010 16:05:19 +0000 |
diego |
Add 'z' length modifier to %d printf format specifiers for size_t arguments.
|
Sat, 31 Jul 2010 15:22:11 +0000 |
diego |
Initialize frame_length variable to zero to avoid the warning:
|
Sat, 31 Jul 2010 15:17:17 +0000 |
diego |
10l: Add the Subversion revision to the version string, not "VERSION".
|
Sat, 31 Jul 2010 13:47:47 +0000 |
compn |
add binary expression codec for fourcc MTS2
|
Fri, 30 Jul 2010 18:28:02 +0000 |
reimar |
Properly close file on error or uninit.
|
Fri, 30 Jul 2010 18:18:03 +0000 |
reimar |
Avoid code duplication, use the generate file name instead of generating it twice.
|
Fri, 30 Jul 2010 18:14:35 +0000 |
greg |
Rename libass types to match upstream libass >= 0.9.7
|
Fri, 30 Jul 2010 17:02:58 +0000 |
compn |
remove sys/timeb.h include, it is obsolete and breaks compilation with new gcc
|
Fri, 30 Jul 2010 14:11:05 +0000 |
jrash |
sync with en/mplayer.1 rev. 31814
|
Thu, 29 Jul 2010 17:11:20 +0000 |
reimar |
Newly added subtitle support also includes DVB and XSUB in addition to PGS.
|
Thu, 29 Jul 2010 17:06:39 +0000 |
reimar |
Move function to avoid a forward declaration.
|
Thu, 29 Jul 2010 17:05:23 +0000 |
reimar |
Update global_sub_pos if we auto-selected a subtitle.
|
Thu, 29 Jul 2010 17:03:14 +0000 |
siretart |
Start rc5 development in trunk's Changelog as rc4 has been branched now.
|
Thu, 29 Jul 2010 17:02:13 +0000 |
siretart |
remove libavutil/avconfig.h on distclean
|
Thu, 29 Jul 2010 09:15:32 +0000 |
reimar |
Use header_check_broken to simplify cdio.h check.
|
Thu, 29 Jul 2010 09:12:33 +0000 |
reimar |
Add a special header_check_broken to be used for broken
|
Thu, 29 Jul 2010 08:44:44 +0000 |
reimar |
Make the sys/cdio.h header test work by explictly including
|
Wed, 28 Jul 2010 10:43:02 +0000 |
stefano |
Revert commit:
|
Wed, 28 Jul 2010 10:00:56 +0000 |
diego |
Skip searching for an xmllint command.
|
Wed, 28 Jul 2010 09:53:01 +0000 |
diego |
whitespace cosmetics: fix indentation
|
Wed, 28 Jul 2010 09:48:36 +0000 |
diego |
Add an XML catalog search path that works for current macports systems.
|
Wed, 28 Jul 2010 09:47:41 +0000 |
diego |
Simplify adding --catalogs option to xsltproc/xmllint command line.
|
Wed, 28 Jul 2010 08:38:45 +0000 |
diego |
Remove instructions for installing XML/XSL packages from source.
|
Wed, 28 Jul 2010 08:04:42 +0000 |
diego |
The package list for Debian systems is not specific to the Sarge release.
|
Wed, 28 Jul 2010 08:01:22 +0000 |
diego |
cosmetics: Use more compact "if .. then" shell syntax.
|
Wed, 28 Jul 2010 06:47:50 +0000 |
diego |
Adding XML entities for the English XML files to main.xml is enough.
|
Wed, 28 Jul 2010 06:08:55 +0000 |
diego |
Remove unused variable fake_docbook_xsl.
|
Wed, 28 Jul 2010 06:07:43 +0000 |
diego |
cosmetics: Drop leading underscores from variable names.
|
Wed, 28 Jul 2010 05:35:15 +0000 |
diego |
Simplify xmllint test.
|
Wed, 28 Jul 2010 05:19:36 +0000 |
diego |
MPlayer is licensed as GPL version 2, not any later version.
|
Tue, 27 Jul 2010 21:23:19 +0000 |
Gabrov |
synced with r31833
|
Tue, 27 Jul 2010 17:30:20 +0000 |
cehoyos |
Improve documentation for overlay colour.
|
Tue, 27 Jul 2010 17:29:22 +0000 |
cehoyos |
Reduce probability that a window on top of VDPAU uses the overlay colour.
|
Tue, 27 Jul 2010 16:49:06 +0000 |
cehoyos |
Don't allow black windows on top of VDPAU to shine through.
|
Tue, 27 Jul 2010 13:11:15 +0000 |
cehoyos |
Support FFmpeg's native AMR Narrowband decoder.
|
Tue, 27 Jul 2010 08:38:08 +0000 |
cehoyos |
Make the VDPAU background black instead of the default green.
|
Mon, 26 Jul 2010 19:41:04 +0000 |
reimar |
Support for image highlights for dvdnav menus.
|
Mon, 26 Jul 2010 17:15:56 +0000 |
reimar |
Remove useless end_col/end_row variables.
|
Sun, 25 Jul 2010 17:43:22 +0000 |
reimar |
Move variable into the only function where it is used.
|
Sun, 25 Jul 2010 17:40:44 +0000 |
reimar |
Move mouse hiding code to check_events, this allows mouse hiding
|
Sun, 25 Jul 2010 17:06:41 +0000 |
reimar |
Make the Quit menu entry work.
|
Sun, 25 Jul 2010 17:00:04 +0000 |
reimar |
Simplify check_events: avoid seemingly pointless untilDate argument.
|
Sun, 25 Jul 2010 14:40:58 +0000 |
reimar |
Change window-closing handling so it works properly if the
|
Sun, 25 Jul 2010 13:53:21 +0000 |
diego |
Remove graphics cards subsections from Xv section in video output chapter.
|
Sun, 25 Jul 2010 13:45:14 +0000 |
diego |
Remove MTRR section from video output chapter.
|
Sun, 25 Jul 2010 13:34:13 +0000 |
diego |
Split TV chapter in two.
|
Sun, 25 Jul 2010 13:26:40 +0000 |
diego |
Drop one level of pointless subsectioning.
|
Sun, 25 Jul 2010 13:21:14 +0000 |
diego |
Remove pointless and non-informative SDL section from video output chapter.
|
Sun, 25 Jul 2010 13:16:05 +0000 |
diego |
Remove subsection that describes how to tweak CD/DVD drives.
|
Sun, 25 Jul 2010 12:54:52 +0000 |
diego |
Drop one pointless subsectioning level from radio input chapter.
|
Sun, 25 Jul 2010 12:53:22 +0000 |
diego |
Teletext keys are always available, not only if TV support is compiled-in.
|
Sun, 25 Jul 2010 12:33:10 +0000 |
reimar |
Fix wrong option name in example.
|
Sun, 25 Jul 2010 12:28:23 +0000 |
reimar |
Remove unused kQuitCmd from vo_quartz.
|
Sun, 25 Jul 2010 12:25:05 +0000 |
reimar |
Remove kQuitCmd, it has no purpose or effect at all.
|
Sun, 25 Jul 2010 12:22:02 +0000 |
reimar |
Fix indentation.
|
Sun, 25 Jul 2010 11:53:44 +0000 |
reimar |
Avoid some code duplication.
|
Sun, 25 Jul 2010 11:49:36 +0000 |
reimar |
Cosmetics: indentation fixes.
|
Sun, 25 Jul 2010 11:44:57 +0000 |
reimar |
Avoid some code duplication in update_screen_info.
|
Sun, 25 Jul 2010 11:38:45 +0000 |
reimar |
Simplify update_screen_info.
|
Sun, 25 Jul 2010 11:19:41 +0000 |
reimar |
Declare variables with proper types to avoid dangerous pointer casts.
|
Sun, 25 Jul 2010 11:18:04 +0000 |
reimar |
Remove pointless casts.
|
Sun, 25 Jul 2010 11:16:40 +0000 |
reimar |
Remove yet more useless ()
|
Sun, 25 Jul 2010 11:14:07 +0000 |
reimar |
Remove useless ().
|
Sun, 25 Jul 2010 11:07:15 +0000 |
reimar |
Send KEY_CLOSE_WIN instead of KEY_ESC when the user requested
|
Sun, 25 Jul 2010 09:47:06 +0000 |
reimar |
Remove unused variables.
|
Sun, 25 Jul 2010 09:41:30 +0000 |
reimar |
Slightly simplify rle decoding.
|
Sun, 25 Jul 2010 09:33:49 +0000 |
reimar |
Remove a useless condition that is already handled a few lines
|
Sun, 25 Jul 2010 09:31:00 +0000 |
reimar |
Avoid useless malloc/frees
|
Sun, 25 Jul 2010 09:22:37 +0000 |
reimar |
Switch to non-deprecated avcodec_decode_video2 API.
|
Sun, 25 Jul 2010 09:13:43 +0000 |
reimar |
Change cast to avoid a warning.
|
Sun, 25 Jul 2010 09:06:37 +0000 |
reimar |
Add stream_time_pos property.
|
Sun, 25 Jul 2010 08:40:45 +0000 |
reimar |
Refuse to compile without yasm unless it was explicitly requested.
|
Sat, 24 Jul 2010 21:43:29 +0000 |
reimar |
Remove useless NULL checks before freeing and NULL pointers
|
Sat, 24 Jul 2010 21:40:06 +0000 |
reimar |
Allocate memory for paletted image data separately to avoid
|
Sat, 24 Jul 2010 21:34:13 +0000 |
reimar |
Slightly simplify dvd subtitle RLE decoding.
|
Sat, 24 Jul 2010 21:24:20 +0000 |
reimar |
Share paletted -> gray/alpha conversion code, and keep a copy
|
Sat, 24 Jul 2010 20:48:32 +0000 |
reimar |
Simplify creation of color/alpha map.
|
Sat, 24 Jul 2010 17:18:46 +0000 |
reimar |
Only try to merge packets if we have a previous packet stored.
|
Sat, 24 Jul 2010 16:44:23 +0000 |
reimar |
Add least some binary Quicktime codecs now work with -demuxer lavf.
|
Sat, 24 Jul 2010 16:36:02 +0000 |
reimar |
Some indentation fixes.
|
Sat, 24 Jul 2010 16:33:22 +0000 |
reimar |
Generate a ImageDescription if none is passed neither via ImageDesc nor
|
Sat, 24 Jul 2010 15:14:43 +0000 |
reimar |
Fix dependency generation for libav*
|
Sat, 24 Jul 2010 14:43:55 +0000 |
reimar |
Fix compilation, forgot to add const also to the
|
Sat, 24 Jul 2010 11:37:58 +0000 |
reimar |
More const-correctness fixes to avoid warnings.
|
Sat, 24 Jul 2010 11:33:28 +0000 |
reimar |
Add some "const" to avoid incompatible pointer type warnings
|
Sat, 24 Jul 2010 11:19:39 +0000 |
stefano |
Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.
|
Sat, 24 Jul 2010 11:19:35 +0000 |
stefano |
Add some comments to the rgb2yuv_table, clarifying the standard where
|
Fri, 23 Jul 2010 20:27:54 +0000 |
ramiro |
swscale-test: scale from reference to source only once for each algorithm
|
Fri, 23 Jul 2010 20:26:54 +0000 |
ramiro |
indent
|
Fri, 23 Jul 2010 20:26:32 +0000 |
ramiro |
swscale-test: change order tests are run, maintaining the same algorithm for
|
Fri, 23 Jul 2010 13:12:31 +0000 |
jrash |
sync with en/mplayer.1 rev. 31769
|
Fri, 23 Jul 2010 13:08:31 +0000 |
jrash |
Synced with help_mp-en.h rev. 31752
|
Thu, 22 Jul 2010 23:01:31 +0000 |
stefano |
Prefer impersonal form over third person, for consistency with the
|
Thu, 22 Jul 2010 19:05:10 +0000 |
ramiro |
swscale-test: use only 3 characters to print width/height since they're always
|
Thu, 22 Jul 2010 19:02:49 +0000 |
ramiro |
swscale-test: print test name before running test, so that it's available in
|
Thu, 22 Jul 2010 17:10:33 +0000 |
reimar |
Mention -af stats as an alternative to -af volume to find the max volume etc.
|
Thu, 22 Jul 2010 15:30:22 +0000 |
ramiro |
swscale-test: allocate more memory to prevent scalers from writing out of bounds
|
Thu, 22 Jul 2010 08:52:41 +0000 |
cehoyos |
ffvp8 is now significantly faster for x86-64 than fflibvpx.
|
Wed, 21 Jul 2010 19:29:36 +0000 |
greg |
libass: remove yet another version check
|
Wed, 21 Jul 2010 19:02:36 +0000 |
reimar |
Do not compile subassconvert.c if libass is disabled, the functionality
|
Wed, 21 Jul 2010 18:49:05 +0000 |
reimar |
Add support for libavcore.
|
Wed, 21 Jul 2010 18:48:13 +0000 |
reimar |
Put sub_ass_read_line_subviewer under CONFIG_ASS to avoid a warning.
|
Wed, 21 Jul 2010 18:10:29 +0000 |
reimar |
Printing maximum volume only works when prefering float format.
|
Wed, 21 Jul 2010 17:51:06 +0000 |
greg |
subtitles: fix build without libass
|
Wed, 21 Jul 2010 13:29:55 +0000 |
ramiro |
darwin: allow 64-bit darwin to allocate executable memory
|
Tue, 20 Jul 2010 22:20:23 +0000 |
ramiro |
swscale-test: use av_pix_fmt_descriptors[].name directly
|
Tue, 20 Jul 2010 01:45:25 +0000 |
ramiro |
Restore vertical alignment in some defines
|
Mon, 19 Jul 2010 07:06:14 +0000 |
mstorsjo |
Cosmetics: reindent and unify whitespace
|
Mon, 19 Jul 2010 07:02:31 +0000 |
mstorsjo |
Do planar copy with a single memcpy only if the stride is equal to the length
|
Mon, 19 Jul 2010 00:12:08 +0000 |
greg |
Pass libass messages to mp_msg
|
Mon, 19 Jul 2010 00:12:04 +0000 |
greg |
Require libass version with ass_flush_events
|
Sun, 18 Jul 2010 23:02:25 +0000 |
greg |
Prefer external libass
|
Sun, 18 Jul 2010 22:00:48 +0000 |
greg |
subtitles: convert SRT/MicroDVD markup into ASS markup
|
Sun, 18 Jul 2010 21:39:57 +0000 |
darkshikari |
Another try at fixing swscale on win64, as per r31153.
|
Sun, 18 Jul 2010 18:04:50 +0000 |
reimar |
Use identical code to -vo gl for -wid mode in gl2.
|
Sat, 17 Jul 2010 13:14:53 +0000 |
diego |
Rename network build system variable and command line option to networking.
|
Sat, 17 Jul 2010 10:28:17 +0000 |
diego |
Fix LADSPA test variable initialization so it actually works (without stddef.h).
|
Sat, 17 Jul 2010 09:19:39 +0000 |
diego |
cosmetics: Use 'elif' instead of 'else .. if'.
|
Fri, 16 Jul 2010 17:45:50 +0000 |
mstorsjo |
In planarCopyWrapper, Only copy length, not stride of the last line in the plane
|
Fri, 16 Jul 2010 11:21:54 +0000 |
jrash |
sync with en/mplayer.1 rev. 31715
|
Fri, 16 Jul 2010 10:55:43 +0000 |
diego |
Fix a few web page links in the documentation.
|
Thu, 15 Jul 2010 18:57:57 +0000 |
reimar |
Make it possible to select GL_NEAREST scaling.
|
Thu, 15 Jul 2010 18:50:57 +0000 |
reimar |
Helper macros to build the yuv conversion type number.
|
Thu, 15 Jul 2010 18:46:49 +0000 |
reimar |
Add () around macro arguments.
|
Thu, 15 Jul 2010 18:36:15 +0000 |
reimar |
Cosmetics: create luma texture first, then the other textures.
|
Thu, 15 Jul 2010 18:18:15 +0000 |
reimar |
Reindent.
|
Thu, 15 Jul 2010 18:09:14 +0000 |
reimar |
Use sigaction() instead of signal(), the latter has a unavoidable
|
Thu, 15 Jul 2010 17:59:46 +0000 |
reimar |
Add support for parameter changes (e.g. channel count) during playback.
|
Wed, 14 Jul 2010 21:36:06 +0000 |
reimar |
Allow fullscreen switching during -idle. Useful in combination
|
Wed, 14 Jul 2010 13:49:08 +0000 |
diego |
Give signal handler function in test programs correct argument list.
|
Wed, 14 Jul 2010 08:17:58 +0000 |
diego |
Move memalign_hack definition out of the FFmpeg section of config.h.
|
Tue, 13 Jul 2010 19:49:25 +0000 |
reimar |
Fix gettimeofday type to match the real one.
|
Tue, 13 Jul 2010 15:11:34 +0000 |
diego |
Enable robust resync for mpg123 decoder.
|
Tue, 13 Jul 2010 14:51:31 +0000 |
diego |
Port GNU assembler check from FFmpeg.
|
Tue, 13 Jul 2010 12:08:50 +0000 |
diego |
Add CONFIG_PIC #define for FFmpeg to config.h.
|
Tue, 13 Jul 2010 11:46:54 +0000 |
diego |
Move PIC test out of the x86 section; it is not only required on x86.
|
Tue, 13 Jul 2010 10:49:23 +0000 |
diego |
Add IBM ASM check for FFmpeg on PowerPC.
|
Mon, 12 Jul 2010 21:38:39 +0000 |
diego |
Remove unused static function menu_text_get_next_line, fixes the warning:
|
Mon, 12 Jul 2010 20:19:53 +0000 |
adrian |
Reindent and align after r31725.
|
Mon, 12 Jul 2010 20:19:09 +0000 |
adrian |
Improve handling of the "help" suboption in coreaudio:
|
Mon, 12 Jul 2010 18:04:05 +0000 |
reimar |
Improve MPEG-TS subtitle support: make it use the infrastructure for
|
Mon, 12 Jul 2010 17:43:37 +0000 |
diego |
Remove some unused variables along with the corresponding warnings.
|
Mon, 12 Jul 2010 08:35:20 +0000 |
benoit |
Change the type of Y table to pointer to void in fill_table().
|
Sun, 11 Jul 2010 22:34:47 +0000 |
reimar |
Define HAVE_GNU_AS to enable Altivec-accelerated FFT.
|
Sun, 11 Jul 2010 21:33:27 +0000 |
reimar |
15 bpp tga format is little endian.
|
Sun, 11 Jul 2010 21:30:45 +0000 |
reimar |
Use the proper imgfmt names.
|
Sun, 11 Jul 2010 21:25:06 +0000 |
reimar |
Fix vo_tga RGB with alpha output on little-endian (blue and alpha were swapped),
|
Sun, 11 Jul 2010 21:14:48 +0000 |
adrian |
Process the CoreFoundation runloop in ao_coreaudio in case it's not being processed in the vo, e.g. when vo_corevideo is used with shared_buffer.
|
Sun, 11 Jul 2010 21:12:20 +0000 |
adrian |
Fix cosmetics after r31715.
|
Sun, 11 Jul 2010 21:08:57 +0000 |
adrian |
Refactor device selection in ao_coreaudio: Add output device selection and correctly set the default device if it's selected.
|
Sun, 11 Jul 2010 21:02:53 +0000 |
adrian |
Consistently use types as they are used by the API in ao_coreaudio.
|
Sun, 11 Jul 2010 21:00:37 +0000 |
adrian |
Replace deprecated functions in ao_coreaudio with their new ones introduced in OSX 10.4.
|
Sun, 11 Jul 2010 20:53:57 +0000 |
adrian |
Fix printf specifiers used in ao_coreaudio. Fixes warnings:
|
Sun, 11 Jul 2010 17:53:44 +0000 |
reimar |
Fix calculation of global_sub_size.
|
Sun, 11 Jul 2010 17:10:18 +0000 |
reimar |
Remove pointless assignments that would assing the value it already
|
Sun, 11 Jul 2010 14:51:51 +0000 |
reimar |
Avoid incorrectly duplicating initialization code in new_demux_packet,
|
Sun, 11 Jul 2010 14:02:58 +0000 |
reimar |
Set size correctly for decoded text subs.
|
Sun, 11 Jul 2010 13:54:23 +0000 |
reimar |
Faster paletted to OSD conversion.
|
Sun, 11 Jul 2010 13:48:16 +0000 |
reimar |
Document code inefficiency.
|
Sun, 11 Jul 2010 13:36:02 +0000 |
reimar |
Fix conversion from paletted to MPlayer's OSD format.
|
Sun, 11 Jul 2010 13:05:45 +0000 |
reimar |
Simplify alpha conversion code.
|
Sun, 11 Jul 2010 12:56:52 +0000 |
reimar |
Call spudec_draw for the unscaled case instead of duplicating code.
|
Sun, 11 Jul 2010 12:48:54 +0000 |
reimar |
Remove useless casts
|
Sun, 11 Jul 2010 12:46:12 +0000 |
reimar |
Fix calc_bbox to always return sensible values.
|
Sun, 11 Jul 2010 12:14:40 +0000 |
cehoyos |
Fix compilation if CONFIG_QTX_CODECS is defined (on OS X).
|
Sun, 11 Jul 2010 09:47:47 +0000 |
reimar |
Reindent.
|
Sun, 11 Jul 2010 09:46:58 +0000 |
reimar |
Avoid calling av_resample_init again when the values are the same as before.
|
Sun, 11 Jul 2010 09:40:46 +0000 |
reimar |
Try to get subtitle scaling somewhat right with libavcodec decoded
|
Sun, 11 Jul 2010 09:39:06 +0000 |
reimar |
10l, also assign the original width in spudec_new_scaled.
|
Sun, 11 Jul 2010 09:05:22 +0000 |
reimar |
Fix indentation.
|
Sun, 11 Jul 2010 09:04:29 +0000 |
reimar |
Add support for DVB and XSUB subtitles, not yet working properly.
|
Sun, 11 Jul 2010 09:03:59 +0000 |
cehoyos |
Fix compilation with liblive555 after r31675.
|
Sun, 11 Jul 2010 09:03:13 +0000 |
reimar |
Remove dvdsub_id checks that should not be necessary.
|
Sun, 11 Jul 2010 08:02:26 +0000 |
reimar |
Avoid status line being mangled together with error messages and other
|
Sun, 11 Jul 2010 07:37:02 +0000 |
reimar |
Fix memory leak for subtitles decoded by libavcodec.
|
Sat, 10 Jul 2010 23:31:50 +0000 |
reimar |
Fix some remaining bswap-related compilation issues.
|
Sat, 10 Jul 2010 23:30:39 +0000 |
reimar |
Add AV_HAVE_FAST_UNALIGNED define.
|
Sat, 10 Jul 2010 23:29:31 +0000 |
reimar |
bswap compatibility defines.
|
Sat, 10 Jul 2010 23:18:45 +0000 |
reimar |
Remove disabled and pointless code.
|
Sat, 10 Jul 2010 23:11:45 +0000 |
reimar |
Remove some pointless uses of be2me/le2me.
|
Sat, 10 Jul 2010 23:08:06 +0000 |
reimar |
Use AV_WB* where possible and be2me -> be2ne compilation fix.
|
Sat, 10 Jul 2010 22:56:58 +0000 |
reimar |
100l compialtion fix and use AV_RB32.
|
Sat, 10 Jul 2010 22:49:28 +0000 |
reimar |
Remove completely nonsensical le2me usages, the only effect
|
Sat, 10 Jul 2010 22:33:49 +0000 |
reimar |
Remove obfuscating use of le2me_32.
|
Sat, 10 Jul 2010 22:24:31 +0000 |
reimar |
Use AV_RL* macros instead of typecasts where appropriate.
|
Sat, 10 Jul 2010 22:12:38 +0000 |
mru |
Add av_ prefix to bswap macros
|
Sat, 10 Jul 2010 20:48:50 +0000 |
reimar |
Change global subtitle numbering scheme so that demuxers can "asynchronously"
|
Sat, 10 Jul 2010 18:53:08 +0000 |
reimar |
Fix compilation of tv support.
|
Sat, 10 Jul 2010 18:51:03 +0000 |
reimar |
Revert and accidentally committed hunk from last commit.
|
Sat, 10 Jul 2010 18:47:59 +0000 |
reimar |
Make the stream language an argument to the stream creation function
|
Sat, 10 Jul 2010 18:11:05 +0000 |
reimar |
Automatically allocate a vo_spudec if there is none.
|
Sat, 10 Jul 2010 18:06:04 +0000 |
reimar |
Get rid of useless INITIALIZED_SPUDEC flag.
|
Sat, 10 Jul 2010 17:57:10 +0000 |
reimar |
100l, only set VO_EVENT_RESIZE on an actual resize, not just for movement.
|
Sat, 10 Jul 2010 16:48:59 +0000 |
reimar |
Add packet->len checks to avoid out-of-bounds reads and negative
|
Sat, 10 Jul 2010 16:44:02 +0000 |
diego |
Add back LIBXVID to $libavencoders once more.
|
Sat, 10 Jul 2010 16:43:00 +0000 |
reimar |
Check packet size before memmove to avoid crashes e.g. if we recognized the
|
Sat, 10 Jul 2010 16:30:59 +0000 |
reimar |
Remove unused extern variable declarations.
|
Sat, 10 Jul 2010 16:26:58 +0000 |
diego |
Move EBX availability #define within config.h; it is not FFmpeg-specific.
|
Sat, 10 Jul 2010 13:46:27 +0000 |
reimar |
Mention PGS support.
|
Sat, 10 Jul 2010 13:45:09 +0000 |
reimar |
Add support for PGS subtitle decoding via libavcodec.
|
Sat, 10 Jul 2010 13:43:04 +0000 |
reimar |
We no longer have a libgsm copy in SVN.
|
Sat, 10 Jul 2010 12:53:05 +0000 |
reimar |
Make subdelay handling work the same way for all subtitle types and also allow
|
Sat, 10 Jul 2010 11:40:40 +0000 |
diego |
Remove useless LIBXVID entry from libavencoders list.
|
Sat, 10 Jul 2010 11:22:42 +0000 |
reimar |
Reuse spudec_visible to avoid code duplication.
|
Sat, 10 Jul 2010 10:23:40 +0000 |
reimar |
Handle and print a warning about invalid values in the function
|
Sat, 10 Jul 2010 10:22:28 +0000 |
reimar |
Extract spudec image allocation code to a separate function.
|
Sat, 10 Jul 2010 08:07:27 +0000 |
reimar |
Fix compilation broken due to GET_UTF8 being undefined.
|
Sat, 10 Jul 2010 08:04:48 +0000 |
reimar |
Remove copy of old and ugly libgsm code and wrapper.
|
Sat, 10 Jul 2010 07:57:06 +0000 |
reimar |
Add/fix GSM audio decoding through FFmpeg.
|
Sat, 10 Jul 2010 07:25:44 +0000 |
reimar |
Make it possible to set all options for lavc audio encoder.
|
Sat, 10 Jul 2010 02:25:07 +0000 |
michael |
1 memcpy less in lavf demuxing.
|
Fri, 09 Jul 2010 22:36:26 +0000 |
jrash |
Synced with help_mp-en.h rev. 31631
|
Fri, 09 Jul 2010 14:01:49 +0000 |
jrash |
sync with en/mplayer.1 rev. 31648
|
Fri, 09 Jul 2010 13:08:27 +0000 |
cehoyos |
Fix compilation with --disable-mencoder.
|
Fri, 09 Jul 2010 13:08:00 +0000 |
cehoyos |
Fix 'Xvid in libavcodec', broken in r31649.
|
Fri, 09 Jul 2010 12:13:51 +0000 |
cehoyos |
Fix compilation after FFmpeg r24137.
|
Thu, 08 Jul 2010 20:26:36 +0000 |
cehoyos |
Quadbuffered stereo does work on selected hardware.
|
Thu, 08 Jul 2010 20:17:45 +0000 |
cehoyos |
Independent tests indicate that GLX_STEREO is working fine on supported hardware.
|
Thu, 08 Jul 2010 15:52:47 +0000 |
reynaldo |
Implement edl-backward-delay to avoid jumping right over an
|
Wed, 07 Jul 2010 11:52:31 +0000 |
diego |
cosmetics: Drop leading underscore from FFmpeg component variables.
|
Wed, 07 Jul 2010 11:45:54 +0000 |
diego |
Remove duplicated FFmpeg external codec library variables from config.mak.
|
Wed, 07 Jul 2010 11:44:45 +0000 |
diego |
Enable libvorbis encoder in FFmpeg if libvorbis is available.
|
Tue, 06 Jul 2010 09:02:37 +0000 |
aurel |
stricter check for convergence_duration validity, avoid using meaningless values
|
Mon, 05 Jul 2010 21:34:51 +0000 |
diego |
Move libgsm #define to the FFmpeg section of config.h.
|
Mon, 05 Jul 2010 20:52:47 +0000 |
ben |
Implement slave mode compatible stream controls for Blu-ray.
|
Mon, 05 Jul 2010 19:45:14 +0000 |
reimar |
Some small whitespace and {} cosmetics.
|
Mon, 05 Jul 2010 19:40:21 +0000 |
reimar |
Try to get a quadbuffered visual if the corresponding 3D mode was selected.
|
Mon, 05 Jul 2010 19:34:08 +0000 |
reimar |
Use a more sensible variable name.
|
Mon, 05 Jul 2010 19:32:12 +0000 |
reimar |
Move declaration to where it is actually used.
|
Mon, 05 Jul 2010 19:23:56 +0000 |
reimar |
Mention stereo support in Changelog.
|
Mon, 05 Jul 2010 19:22:52 +0000 |
reimar |
Fix outdated -vo gl usage example.
|
Mon, 05 Jul 2010 19:19:56 +0000 |
reimar |
Add initial stereo support to -vo gl.
|
Mon, 05 Jul 2010 18:24:02 +0000 |
diego |
Fix Bulgarian vs. Hungarian typo in Czech manual page.
|
Mon, 05 Jul 2010 17:04:46 +0000 |
ben |
Support for unencrypted Blu-ray playback through libbluray.
|
Sun, 04 Jul 2010 07:13:18 +0000 |
reimar |
Add a manifest file to disable file and registry
|
Sat, 03 Jul 2010 20:54:54 +0000 |
reimar |
Support decoding and encoding via libgsm via libavcodec.
|
Sat, 03 Jul 2010 09:58:13 +0000 |
cehoyos |
Fix 'assignment from incompatible pointer type' warning.
|
Sat, 03 Jul 2010 01:02:47 +0000 |
jrash |
Synced with help_mp-en.h rev. 31579
|
Fri, 02 Jul 2010 23:43:09 +0000 |
reimar |
Avoid out-of-bounds read if mp_msg prints an empty string.
|
Fri, 02 Jul 2010 21:19:21 +0000 |
reimar |
Factor out a large conditional, hopefully making it easier to
|
Fri, 02 Jul 2010 21:14:42 +0000 |
reimar |
Move the subtitle pts handling code to demuxer.c
|
Fri, 02 Jul 2010 19:59:02 +0000 |
reimar |
Get window dimensions also for -wid 0.
|
Fri, 02 Jul 2010 19:50:23 +0000 |
reimar |
Re-enable keyboard input for GUI video window.
|
Fri, 02 Jul 2010 19:19:21 +0000 |
reimar |
Remove useless ()
|
Fri, 02 Jul 2010 19:18:17 +0000 |
reimar |
Remove some commented-out code that has no purpose and is only confusing.
|
Fri, 02 Jul 2010 16:52:32 +0000 |
cehoyos |
Hopefully fix librtmp detection.
|
Fri, 02 Jul 2010 10:02:34 +0000 |
diego |
Use cflag_check utility function in cross-compilation check.
|
Fri, 02 Jul 2010 09:38:46 +0000 |
diego |
Add return statement to function_check test program.
|
Thu, 01 Jul 2010 23:52:01 +0000 |
diego |
Replace some more manual compiler flag checks with cflag_check function.
|
Thu, 01 Jul 2010 23:24:46 +0000 |
diego |
Declare FARPROC/PROC/FARPROC16/PROC16 parameter lists as 'void'.
|
Thu, 01 Jul 2010 23:18:16 +0000 |
diego |
Separate automatic dependency generation flags from general CFLAGS.
|
Thu, 01 Jul 2010 23:03:40 +0000 |
diego |
Add convenience function to check for compiler flags directly and use it.
|
Thu, 01 Jul 2010 22:19:57 +0000 |
diego |
cosmetics: Rename _warn_CFLAGS variable to warn_cflags.
|
Thu, 01 Jul 2010 21:11:10 +0000 |
reimar |
Give functions proper prototypes.
|
Thu, 01 Jul 2010 20:57:40 +0000 |
reimar |
Use AV_RL32 also in x86, it is well enough optimized nowadays.
|
Thu, 01 Jul 2010 20:52:17 +0000 |
reimar |
Fix function prototypes to match the required type.
|
Thu, 01 Jul 2010 20:49:35 +0000 |
reimar |
Avoid void *-arithmentic warnings.
|
Thu, 01 Jul 2010 20:43:20 +0000 |
reimar |
Fix ffmpeg logging: mp_msg_test must be called after the proper target
|
Thu, 01 Jul 2010 20:41:42 +0000 |
reimar |
Add some const, the ad_functions structs are in rodata.
|
Thu, 01 Jul 2010 20:04:38 +0000 |
reimar |
Always request expose events, we have to handle them, the application
|
Thu, 01 Jul 2010 20:00:19 +0000 |
reimar |
Fix resizing with -wid after previous commit.
|
Thu, 01 Jul 2010 19:59:42 +0000 |
attila |
* fix compilation using external libfaad
|
Thu, 01 Jul 2010 19:52:18 +0000 |
reimar |
Some indentation fixes.
|
Thu, 01 Jul 2010 19:48:00 +0000 |
reimar |
Do not try to grab input from -wid windows, it will most likely break
|
Thu, 01 Jul 2010 19:43:38 +0000 |
reimar |
Fix -geometry with -wid behaviour (y position was flipped).
|
Thu, 01 Jul 2010 17:47:25 +0000 |
reimar |
skinName is already declared in interface.h, so remove
|
Thu, 01 Jul 2010 17:46:32 +0000 |
reimar |
Fix win32 gui compilation.
|
Thu, 01 Jul 2010 17:28:15 +0000 |
reimar |
Avoid some deprecated functions.
|
Thu, 01 Jul 2010 16:51:46 +0000 |
attila |
config.log belongs into mplayer's root directory, not into the tmp directory
|
Thu, 01 Jul 2010 16:48:03 +0000 |
reimar |
Add disabling input to hints.
|
Thu, 01 Jul 2010 10:22:19 +0000 |
diego |
Fix variable name for tmpdir selection iterator.
|
Thu, 01 Jul 2010 10:14:30 +0000 |
diego |
Add convenience function to check for the availability of system functions.
|
Thu, 01 Jul 2010 09:00:54 +0000 |
diego |
Place temporary files in a subdirectory of their own.
|
Wed, 30 Jun 2010 10:09:19 +0000 |
diego |
Move dvd_speed extern variable declaration from stream_dvd_common.h to stream.h.
|
Wed, 30 Jun 2010 09:55:14 +0000 |
diego |
MP3 decoding through libmpg123
|
Wed, 30 Jun 2010 09:27:03 +0000 |
astrange |
configure: Fix detection of SDL backend for vo_gl on OS X
|
Tue, 29 Jun 2010 16:30:28 +0000 |
reimar |
Add config.h include needed for other included files
|
Tue, 29 Jun 2010 14:48:54 +0000 |
reimar |
Avoid a crash if stream->url is not set, but print a warning since this
|
Tue, 29 Jun 2010 12:13:57 +0000 |
diego |
Replace HAVE_BIGENDIAN #ifdef around swap_palette() by av_unused attribute.
|
Tue, 29 Jun 2010 08:33:39 +0000 |
cehoyos |
Update ffvp8 comment.
|
Mon, 28 Jun 2010 16:54:27 +0000 |
diego |
Place swap_palette declaration under the same #ifdef as its usage; fixes:
|
Mon, 28 Jun 2010 16:45:47 +0000 |
diego |
Remove help target that prints available targets.
|
Mon, 28 Jun 2010 16:31:11 +0000 |
diego |
Remove some commented-out cruft.
|
Mon, 28 Jun 2010 09:39:49 +0000 |
diego |
Clean up #include handling in mplayer.c and mencoder.c.
|
Mon, 28 Jun 2010 09:35:18 +0000 |
diego |
cosmetics: Move volstep global var to the top where all other global vars live.
|
Mon, 28 Jun 2010 09:25:56 +0000 |
diego |
Remove unnecessary HELP_MP_DEFINE_STATIC #define and corresponding #ifdefs.
|
Mon, 28 Jun 2010 08:43:05 +0000 |
siretart |
Revert the previous two commits to configure and clarify the res_comment.
|
Mon, 28 Jun 2010 08:26:14 +0000 |
diego |
Factorize MPlayer/MEncoder version string handling.
|
Sun, 27 Jun 2010 20:47:26 +0000 |
cehoyos |
ffvp8 decodes all reference vectors fine.
|
Sun, 27 Jun 2010 20:46:42 +0000 |
cehoyos |
fflibvpx is significantly faster than ffvp8 for nearly all users.
|
Sun, 27 Jun 2010 19:56:49 +0000 |
siretart |
reindent after last commit
|
Sun, 27 Jun 2010 19:55:17 +0000 |
siretart |
libvpx does not require static libavcodec
|
Sun, 27 Jun 2010 19:20:38 +0000 |
reimar |
Fix indentation.
|
Sun, 27 Jun 2010 19:19:50 +0000 |
reimar |
Simplify clang version extraction.
|
Sun, 27 Jun 2010 19:10:29 +0000 |
reimar |
clang also does not support -march=native.
|
Sun, 27 Jun 2010 19:07:51 +0000 |
reimar |
Experimental support for clang compiler.
|
Sun, 27 Jun 2010 19:02:10 +0000 |
reimar |
Include internal.h last to avoid a conflict between its dprintf()
|
Sun, 27 Jun 2010 16:28:45 +0000 |
reimar |
100l, actually enable libvpx encoder if libvpx is detected.
|
Sun, 27 Jun 2010 15:04:13 +0000 |
reimar |
Use MSG_NOSIGNAL flag if available for send().
|
Sun, 27 Jun 2010 15:01:24 +0000 |
reimar |
Remove (or for now actually only disable) support for external libfaad.
|
Sun, 27 Jun 2010 14:58:50 +0000 |
reimar |
Update VP8 support information.
|
Sun, 27 Jun 2010 14:55:58 +0000 |
reimar |
Fix arpa/inet.h configure check.
|
Sun, 27 Jun 2010 14:49:35 +0000 |
reimar |
Add missing include for usec_sleep.
|
Sun, 27 Jun 2010 14:47:50 +0000 |
reimar |
Fix missing iopl declaration on x86_64 systems.
|
Sat, 26 Jun 2010 18:06:20 +0000 |
reimar |
Allow the FFmpeg VP8 decoder to work by disabling dr for it (thus we do not
|
Fri, 25 Jun 2010 16:56:40 +0000 |
reimar |
Ensure that e.g. -af-pre will not cause the filter list to be
|
Fri, 25 Jun 2010 16:53:27 +0000 |
reimar |
ladspa: ensure that activate is called on each filter instance, even
|
Fri, 25 Jun 2010 13:30:34 +0000 |
jrash |
Synced with help_mp-en.h rev. 31512
|
Fri, 25 Jun 2010 13:27:37 +0000 |
jrash |
sync with en/mplayer.1 rev. 31552
|
Thu, 24 Jun 2010 17:19:49 +0000 |
diego |
Clean up sub-related extern declarations.
|
Thu, 24 Jun 2010 16:50:47 +0000 |
diego |
Add libvo/sub.h #include instead of declaring sub_visibility extern.
|
Thu, 24 Jun 2010 16:38:13 +0000 |
diego |
Add #include for libvo/sub.h instead of duplicating sub_pos extern declaration.
|
Thu, 24 Jun 2010 14:06:51 +0000 |
attila |
make clear that -frames 0 surpresses all _video_ output and not the
|
Thu, 24 Jun 2010 10:19:49 +0000 |
diego |
Add prototypes for exported FilterGraph_ functions.
|
Thu, 24 Jun 2010 09:38:02 +0000 |
diego |
Remove redundant mp_msg_levels[] extern declaration.
|
Thu, 24 Jun 2010 09:23:49 +0000 |
diego |
Move rtsp_port extern declaration to demuxer.h.
|
Thu, 24 Jun 2010 08:15:46 +0000 |
diego |
Fix catch() callback function declaration in two compile tests.
|
Thu, 24 Jun 2010 08:14:32 +0000 |
diego |
whitespace cosmetics
|
Thu, 24 Jun 2010 08:12:49 +0000 |
diego |
Remove unnecessary #includes from libnut test.
|
Thu, 24 Jun 2010 08:03:41 +0000 |
diego |
Replace manual header checks by header_check function.
|
Wed, 23 Jun 2010 23:56:10 +0000 |
diego |
Improve extrastereo audio filter description.
|
Wed, 23 Jun 2010 18:44:06 +0000 |
cehoyos |
Improve LATM recognition.
|
Wed, 23 Jun 2010 17:34:19 +0000 |
reimar |
Add FFmpeg VP8 decoder, even though it is not working since MPlayer requires
|
Wed, 23 Jun 2010 16:57:04 +0000 |
reimar |
Change libvpx configure check to match FFmpeg's and also enable the encoder.
|
Wed, 23 Jun 2010 16:44:21 +0000 |
reimar |
Replace ever-growing-to-uglyness IS_* macros to by functions
|
Wed, 23 Jun 2010 16:39:16 +0000 |
diego |
Move rtsp_destination extern declaration to stream.h.
|
Wed, 23 Jun 2010 13:36:02 +0000 |
diego |
Get rid of xsltproc wrapper redirection; run commands directly from make.
|
Wed, 23 Jun 2010 13:24:53 +0000 |
diego |
Move xsltproc target file hack to the Makefile.
|
Wed, 23 Jun 2010 12:38:40 +0000 |
diego |
Drop support for the Saxon XSLT processor.
|
Wed, 23 Jun 2010 12:24:48 +0000 |
diego |
Drop configure support for Jade/OpenJade XSLT processors.
|
Wed, 23 Jun 2010 12:07:29 +0000 |
diego |
Get rid of xmllint wrapper redirection; run commands directly from make.
|
Wed, 23 Jun 2010 11:37:26 +0000 |
diego |
Fix iopl() function declaration, fixes the warning:
|
Wed, 23 Jun 2010 11:36:40 +0000 |
diego |
Remove pointless __linux__ preprocessor checks.
|
Wed, 23 Jun 2010 10:59:26 +0000 |
diego |
Remove duplicated MKTAG macro definition, #include libavutil/common.h instead.
|
Wed, 23 Jun 2010 10:50:55 +0000 |
diego |
Change timer_name type from char* to char[]; patch taken from Uoti's tree.
|
Wed, 23 Jun 2010 10:47:48 +0000 |
diego |
Add CONFIG_SHARED to config.h for FFmpeg.
|
Tue, 22 Jun 2010 13:15:34 +0000 |
diego |
Move the .SUFFIXES rule to the bottom of the Makefile and explain it.
|
Tue, 22 Jun 2010 07:41:12 +0000 |
diego |
Remove disabled and unused timer-linux test main routine.
|
Tue, 22 Jun 2010 07:02:18 +0000 |
diego |
Remove some unnecessary #includes from configure tests.
|
Mon, 21 Jun 2010 20:44:12 +0000 |
reynaldo |
Improves EDL to avoid jumping into a skipped out scene. It also
|
Mon, 21 Jun 2010 17:36:25 +0000 |
diego |
typo fixes; mention lowering of hardware MPEG decoder priority
|
Mon, 21 Jun 2010 17:10:07 +0000 |
diego |
Move video decoder option array extern declarations to vd.h.
|
Mon, 21 Jun 2010 17:09:14 +0000 |
diego |
Add header file for video encoder extern variable declarations.
|
Mon, 21 Jun 2010 16:58:42 +0000 |
reimar |
Place AUDIO_AAC_LATM definition next to AUDIO_AAC.
|
Mon, 21 Jun 2010 16:41:30 +0000 |
reimar |
Make demux_ts detect LATM AAC as a separate type.
|
Mon, 21 Jun 2010 14:46:09 +0000 |
diego |
Surround conditionally used orig_lines variable declaration by #ifdefs.
|
Mon, 21 Jun 2010 14:43:08 +0000 |
diego |
Move lavfopts_conf/mpegopts_conf/nuvopts_conf extern declarations to muxer.h.
|
Mon, 21 Jun 2010 14:40:28 +0000 |
diego |
Move dvbin_opts_conf extern variable declaration to stream.h.
|
Mon, 21 Jun 2010 14:39:24 +0000 |
diego |
Use angular brackets for system #includes.
|
Mon, 21 Jun 2010 12:55:43 +0000 |
diego |
Fix type of dvbin_opts_conf extern declaration.
|
Mon, 21 Jun 2010 11:03:03 +0000 |
diego |
Move cddb_data_t and cd_toc_t structs to the only place they are used.
|
Mon, 21 Jun 2010 10:58:02 +0000 |
diego |
Shut up strict prototype warnings from the gui subdirectory.
|
Mon, 21 Jun 2010 10:51:31 +0000 |
diego |
Adjust printf length modifier, fixes the warning:
|
Mon, 21 Jun 2010 10:40:30 +0000 |
diego |
cosmetics: Reorder functions to avoid forward declarations.
|
Mon, 21 Jun 2010 10:33:00 +0000 |
diego |
Remove unused static function cddb_freedb_sites_parse().
|
Mon, 21 Jun 2010 10:30:54 +0000 |
diego |
Move declarations for functions defined in stream_cddb.c to cdd.h.
|
Mon, 21 Jun 2010 10:26:45 +0000 |
diego |
Remove unused static function cddb_get_freedb_sites(), fixes the warning:
|
Mon, 21 Jun 2010 10:20:17 +0000 |
diego |
Reorder #includes and drop an unnecessary set of #ifdefs.
|
Mon, 21 Jun 2010 10:19:01 +0000 |
diego |
Move cdda_priv structure to the only place it is used.
|
Mon, 21 Jun 2010 09:55:59 +0000 |
diego |
Move demuxer-specific option array declarations to demuxer.h.
|
Mon, 21 Jun 2010 09:51:26 +0000 |
diego |
Move faac/lame/toolame/twolame option array declarations to appropriate headers.
|
Mon, 21 Jun 2010 09:42:28 +0000 |
diego |
Move mpae_twolame_ctx structure to ae_twolame.c.
|
Mon, 21 Jun 2010 09:42:01 +0000 |
diego |
Move mpae_toolame_ctx structure to ae_toolame.c.
|
Mon, 21 Jun 2010 08:58:49 +0000 |
diego |
Remove redundant dvd_device extern variable declaration.
|
Mon, 21 Jun 2010 08:58:09 +0000 |
diego |
Move dvd_device extern declaration from stream_dvd_common.h to stream.h.
|
Mon, 21 Jun 2010 08:38:23 +0000 |
diego |
Remove redundant cdrom_device extern variable declarations.
|
Sun, 20 Jun 2010 19:29:18 +0000 |
attila |
Prefere the use of inet_ntop over inet_ntoa, as the former is ipv6 safe.
|
Sun, 20 Jun 2010 19:26:57 +0000 |
cehoyos |
Fix compilation after r31490.
|
Sun, 20 Jun 2010 18:19:47 +0000 |
diego |
Move noconfig_opts extern variable declaration to mpcommon.h.
|
Sun, 20 Jun 2010 17:58:37 +0000 |
diego |
Move network_prefer_ipv4/reuse_socket extern declarations to tcp.h/udp.h.
|
Sun, 20 Jun 2010 17:54:46 +0000 |
diego |
Mark data parameter of my_write function as const.
|
Sun, 20 Jun 2010 16:01:17 +0000 |
diego |
Remove duplicate network_bandwidth extern declarations.
|
Sun, 20 Jun 2010 15:53:45 +0000 |
diego |
Add declarations for open.c externally used variables to stream.h.
|
Sun, 20 Jun 2010 15:43:45 +0000 |
diego |
Move af_cfg extern variable declaration to dec_audio.h.
|
Sun, 20 Jun 2010 15:38:38 +0000 |
diego |
Move extern declarations for vf.c variables to vf.h.
|
Sun, 20 Jun 2010 15:32:14 +0000 |
diego |
Add appropriate #include instead of duplicating mf_ extern var declarations.
|