Tue, 15 Jan 2008 22:41:15 +0000 |
ptt |
syncet to r25663
|
Tue, 15 Jan 2008 21:43:56 +0000 |
ptt |
updated my mail address
|
Tue, 15 Jan 2008 19:37:16 +0000 |
compn |
add default deinterlace key
|
Tue, 15 Jan 2008 18:14:00 +0000 |
reimar |
Create/allocate conversion textures before scaler textures.
|
Tue, 15 Jan 2008 17:59:20 +0000 |
reimar |
Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.
|
Tue, 15 Jan 2008 17:54:48 +0000 |
reimar |
Document vo gl lscale=3
|
Tue, 15 Jan 2008 17:51:21 +0000 |
reimar |
Add a forgotten case to create_scaler_textures, avoids an incorrect warning.
|
Tue, 15 Jan 2008 09:27:22 +0000 |
reimar |
Remove a useless cast
|
Mon, 14 Jan 2008 23:08:24 +0000 |
diego |
The GUI requires font support.
|
Mon, 14 Jan 2008 11:36:29 +0000 |
reimar |
Seems that all - should be escaped in the man page
|
Mon, 14 Jan 2008 11:34:47 +0000 |
reimar |
Extend heartbeat-cmd man page entry
|
Sun, 13 Jan 2008 21:21:25 +0000 |
rtogni |
Simplify/cleanup of real_calc_response_and_checksum()
|
Sun, 13 Jan 2008 21:12:02 +0000 |
rtogni |
Don't oversize realchallenge buffers
|
Sun, 13 Jan 2008 21:06:30 +0000 |
reimar |
Put bff_mask into muxer context instead of a global variable.
|
Sun, 13 Jan 2008 21:01:30 +0000 |
reimar |
Fix the bug where the window would become smaller each time vo_ontop is toggled.
|
Sun, 13 Jan 2008 17:52:29 +0000 |
reimar |
Make some radeon vidix driver tables static and const
|
Sun, 13 Jan 2008 17:00:46 +0000 |
reimar |
Make mp_properties const
|
Sun, 13 Jan 2008 16:59:21 +0000 |
reimar |
All the m_property stuff works fine with constant m_option_t
|
Sun, 13 Jan 2008 16:52:33 +0000 |
reimar |
Make xpm arrays really const (I missed that they are not strings but
|
Sun, 13 Jan 2008 16:43:36 +0000 |
reimar |
Make all gui xpm bitmaps const
|
Sun, 13 Jan 2008 16:26:28 +0000 |
reimar |
gui_opts should be const for win32 gui as well (why, oh why, was all
|
Sun, 13 Jan 2008 16:25:33 +0000 |
reimar |
Win32 gui has the same m_option_print error handling bug
|
Sun, 13 Jan 2008 16:22:43 +0000 |
reimar |
Fix 100l: error check for m_option_print was unreachable
|
Sun, 13 Jan 2008 16:17:57 +0000 |
reimar |
Make big gui_opts array const
|
Sun, 13 Jan 2008 16:13:54 +0000 |
reimar |
Make several mapping tables related to input processing const.
|
Sun, 13 Jan 2008 16:04:58 +0000 |
reimar |
Mark qt default palette tables as const
|
Sun, 13 Jan 2008 16:00:39 +0000 |
reimar |
Make all demuxer_desc_t const, thus moving them to .rodata
|
Sun, 13 Jan 2008 15:47:24 +0000 |
reimar |
First step towards making all demuxer_desc_t const
|
Sun, 13 Jan 2008 15:41:21 +0000 |
reimar |
Remove a useless assignment (there is an if just a few lines above
|
Sun, 13 Jan 2008 15:13:04 +0000 |
reimar |
Simplify cue-parsing
|
Sun, 13 Jan 2008 15:01:07 +0000 |
reimar |
Get rid of quite useless inum variable
|
Sun, 13 Jan 2008 13:37:19 +0000 |
reimar |
Add a forgotten #ifdef USE_ASS around ass_free_track
|
Sun, 13 Jan 2008 13:25:07 +0000 |
reimar |
Use AV_WB*
|
Sun, 13 Jan 2008 13:22:01 +0000 |
reimar |
Remove some useless () and {}
|
Sun, 13 Jan 2008 13:14:33 +0000 |
reimar |
Simplify
|
Sun, 13 Jan 2008 13:12:39 +0000 |
reimar |
Use AV_WB16 instead of ugly memcpy hacks
|
Sun, 13 Jan 2008 12:57:44 +0000 |
reimar |
Use AV_RB* instead of custom variants.
|
Sun, 13 Jan 2008 12:53:24 +0000 |
reimar |
Use sizeof instead of size variables/defines
|
Sun, 13 Jan 2008 12:47:38 +0000 |
reimar |
Make some pnm data const
|
Sun, 13 Jan 2008 12:40:21 +0000 |
reimar |
dvb_demuxdev etc. are only used in dvb_tune.c so make them static
|
Sun, 13 Jan 2008 12:38:06 +0000 |
reimar |
Make several arrays const
|
Sun, 13 Jan 2008 12:37:30 +0000 |
reimar |
Remove some unused extern variables
|
Sun, 13 Jan 2008 12:34:42 +0000 |
reimar |
stream_opts should be const
|
Sun, 13 Jan 2008 12:09:29 +0000 |
reimar |
stream_info_t opts and protocols point to constant data as well.
|
Sun, 13 Jan 2008 12:01:57 +0000 |
reimar |
Make all tvi_info_t const
|
Sun, 13 Jan 2008 11:59:50 +0000 |
reimar |
Make some tvi_functions_t pointers const that I forgot to change before
|
Sun, 13 Jan 2008 11:54:13 +0000 |
reimar |
Remove useless ifdefs
|
Sun, 13 Jan 2008 11:53:35 +0000 |
reimar |
Add type to extern declaration
|
Sun, 13 Jan 2008 11:52:05 +0000 |
reimar |
Make dvd_audio_stream_types and dvd_audio_stream_channels const
|
Sun, 13 Jan 2008 11:48:56 +0000 |
reimar |
tvi_functions_t should be const
|
Sun, 13 Jan 2008 11:42:33 +0000 |
reimar |
Add forgotten const for pal_ireland.
|
Sun, 13 Jan 2008 10:19:06 +0000 |
reimar |
Remove another 2 useless casts
|
Sun, 13 Jan 2008 10:09:39 +0000 |
reimar |
Get rid of another useless cast
|
Sun, 13 Jan 2008 10:01:27 +0000 |
reimar |
Remove a cast useless since r24425.
|
Sun, 13 Jan 2008 09:39:28 +0000 |
reimar |
Move variable declaration into block where it is used.
|
Sun, 13 Jan 2008 09:38:39 +0000 |
reimar |
Remove result from warning string, it has no useful meaning here.
|
Sun, 13 Jan 2008 09:37:36 +0000 |
reimar |
Remove a useless cast
|
Sun, 13 Jan 2008 09:34:43 +0000 |
nicodvb |
moved pes_header from file-static to send_mpeg_pes_packet_ll()
|
Sun, 13 Jan 2008 00:10:02 +0000 |
rik |
fix bug in error message (found by Diego through a compiler warning)
|
Sat, 12 Jan 2008 16:30:41 +0000 |
reimar |
Use a transform_color function to reduce code duplication
|
Sat, 12 Jan 2008 16:05:04 +0000 |
reimar |
Write functions used by send_mpeg_*_packet may _not_ modify data
|
Sat, 12 Jan 2008 15:55:52 +0000 |
reimar |
ps1_header and ps2_header should be const
|
Sat, 12 Jan 2008 15:50:06 +0000 |
reimar |
Add a few "const" attributes.
|
Sat, 12 Jan 2008 15:45:47 +0000 |
reimar |
Remove unused variable
|
Sat, 12 Jan 2008 15:43:32 +0000 |
reimar |
Move uselessly global variables
|
Sat, 12 Jan 2008 15:27:35 +0000 |
reimar |
Adjust list of colourspaces supported by vd_ijpg
|
Sat, 12 Jan 2008 15:26:24 +0000 |
reimar |
Colourspace conversions do _not_ belong into a decoder!
|
Sat, 12 Jan 2008 15:01:05 +0000 |
reimar |
Cosmetics: get rid of huge amounts of trailing whitespace
|
Sat, 12 Jan 2008 14:58:39 +0000 |
reimar |
Remove an unused global variable
|
Sat, 12 Jan 2008 14:56:11 +0000 |
reimar |
Avoid uselessly global variables
|
Sat, 12 Jan 2008 14:48:12 +0000 |
reimar |
100l, free strdup'd strings
|
Sat, 12 Jan 2008 14:07:27 +0000 |
reimar |
Builtin codecs array can now be const
|
Sat, 12 Jan 2008 14:05:46 +0000 |
reimar |
Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with
|
Sat, 12 Jan 2008 02:27:01 +0000 |
eugeni |
Do not try to guess font metrics based on its bounding box.
|
Sat, 12 Jan 2008 01:14:45 +0000 |
eugeni |
Add libass support to demux_lavf.
|
Sat, 12 Jan 2008 01:12:39 +0000 |
eugeni |
Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().
|
Sat, 12 Jan 2008 01:12:36 +0000 |
eugeni |
Add demuxer interface for attachments.
|
Fri, 11 Jan 2008 21:45:20 +0000 |
eugeni |
Remove global_ass_track. Instead create an ass_track for each 't' track.
|
Fri, 11 Jan 2008 21:45:17 +0000 |
eugeni |
Move all subtitle parsing from mkv demuxer to update_subtitles().
|
Fri, 11 Jan 2008 21:45:15 +0000 |
eugeni |
Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.
|
Fri, 11 Jan 2008 21:45:13 +0000 |
eugeni |
Set extradata for subtitle tracks in mkv demuxer.
|
Fri, 11 Jan 2008 21:45:10 +0000 |
eugeni |
Add extradata to sh_sub_t.
|
Fri, 11 Jan 2008 21:45:08 +0000 |
eugeni |
Factorize private data decoding for subtitle tracks in mkv demuxer.
|
Fri, 11 Jan 2008 20:55:08 +0000 |
reimar |
Make code slightly less confusing to me
|
Fri, 11 Jan 2008 20:42:32 +0000 |
reimar |
Slightly deobfuscate
|
Fri, 11 Jan 2008 20:36:33 +0000 |
reimar |
Another small simplification. Slightly worse performance in the case
|
Fri, 11 Jan 2008 20:32:42 +0000 |
reimar |
Slightly simplify read_buffer code
|
Fri, 11 Jan 2008 20:23:46 +0000 |
reimar |
Simplify: use memset
|
Fri, 11 Jan 2008 20:12:04 +0000 |
reimar |
Fix indentation
|
Fri, 11 Jan 2008 20:10:39 +0000 |
reimar |
Remove useless cast
|
Fri, 11 Jan 2008 19:59:08 +0000 |
ben |
document vo.* and ao.* playback profiles
|
Fri, 11 Jan 2008 10:15:46 +0000 |
ulion |
Fix buffer overflow bug by calculate the buffer size accurately.
|
Thu, 10 Jan 2008 23:32:50 +0000 |
ben |
allow profile loading per audio/video output
|
Thu, 10 Jan 2008 21:47:33 +0000 |
reimar |
Add an extra check to avoid a case that cause black lines in scaled
|
Thu, 10 Jan 2008 19:59:09 +0000 |
eugeni |
Clear demuxed data when subtitle track is changed.
|
Thu, 10 Jan 2008 19:47:18 +0000 |
eugeni |
Use malloc for codecdata. Fixes segfault in free_sh_sub.
|
Thu, 10 Jan 2008 19:21:56 +0000 |
ben |
updated english manpage with protocol/extension profile loading feature
|
Thu, 10 Jan 2008 18:46:08 +0000 |
ben |
factorizes variable check
|
Thu, 10 Jan 2008 18:45:08 +0000 |
ben |
add support for per protocol and per extension playback profile loading
|
Thu, 10 Jan 2008 18:41:21 +0000 |
ben |
export m_config_set_profile()
|
Thu, 10 Jan 2008 18:40:26 +0000 |
ben |
allow generation of ctags and etags
|
Thu, 10 Jan 2008 12:44:17 +0000 |
ulion |
Deny the code using realpath().
|
Wed, 09 Jan 2008 16:20:42 +0000 |
gpoirier |
sync w/r25657
|
Wed, 09 Jan 2008 07:18:14 +0000 |
reimar |
Codecdata must always be malloc'd, fixes free being called with an
|
Wed, 09 Jan 2008 03:38:47 +0000 |
compn |
dumpstream is NOT a better way to copy a dvd title
|
Wed, 09 Jan 2008 03:37:17 +0000 |
compn |
dvd-device can specify iso files too
|
Wed, 09 Jan 2008 01:17:52 +0000 |
uau |
Set CONFIG_SWSCALER in order to avoid imgresample
|
Wed, 09 Jan 2008 01:17:49 +0000 |
uau |
Remove unnecessary <signal.h> includes
|
Tue, 08 Jan 2008 22:18:48 +0000 |
reimar |
Use getppid instead of getpid and move a snprintf to where it is actually needed.
|
Tue, 08 Jan 2008 22:18:35 +0000 |
reimar |
Simplify a needlessly complex use of snprintf
|
Tue, 08 Jan 2008 21:40:44 +0000 |
reimar |
Do not use exit_player in the signal handler, this code just can not
|
Tue, 08 Jan 2008 12:46:20 +0000 |
eugeni |
Clear fonts when the file is closed.
|
Tue, 08 Jan 2008 12:45:41 +0000 |
eugeni |
Fix ass_clear_fonts not deallocating fontdata.
|
Tue, 08 Jan 2008 00:37:41 +0000 |
diego |
Fix illegal identifiers, names starting with __ are reserved for the system.
|
Mon, 07 Jan 2008 23:43:10 +0000 |
diego |
Fix illegal identifier, names starting with _ and uppercase are reserved.
|
Mon, 07 Jan 2008 23:34:15 +0000 |
diego |
Fix illegal identifier, names starting with _ and uppercase are reserved.
|
Mon, 07 Jan 2008 22:46:53 +0000 |
diego |
Fix #endif comment, sync with libdvdcss r208.
|
Mon, 07 Jan 2008 21:06:50 +0000 |
eugeni |
No need to reinvent strdup...
|
Mon, 07 Jan 2008 17:23:13 +0000 |
kraymer |
sync with r25158, patch by JRaSH
|
Mon, 07 Jan 2008 14:13:50 +0000 |
eugeni |
Deallocate audio track codecdata.
|
Mon, 07 Jan 2008 14:02:06 +0000 |
eugeni |
Copy font data to ass_library instead of referencing demuxer-owned memory.
|
Mon, 07 Jan 2008 13:29:13 +0000 |
ulion |
Set freetype flag in the font_desc_t when using a freetype font.
|
Mon, 07 Jan 2008 12:30:15 +0000 |
reimar |
Add heartbeat-cmd option
|
Mon, 07 Jan 2008 12:22:03 +0000 |
reimar |
Remove some now unused screensaver stuff code.
|
Mon, 07 Jan 2008 12:18:27 +0000 |
reimar |
Remove most of the messy screensaver code in favour of only XResetScreenSaver
|
Mon, 07 Jan 2008 12:18:17 +0000 |
reimar |
Use a screensaver_off variable to save current state and avoid
|
Sun, 06 Jan 2008 23:20:15 +0000 |
diego |
Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved
|
Sun, 06 Jan 2008 22:03:59 +0000 |
reimar |
Make some functions in mplayer.c static
|
Sun, 06 Jan 2008 21:19:59 +0000 |
diego |
Relicense to GPL v2 or later with Reimar's permission.
|
Sun, 06 Jan 2008 20:27:14 +0000 |
reimar |
Whitespace-only cosmetics: get rid of tabs
|
Sun, 06 Jan 2008 16:31:26 +0000 |
diego |
Rename common.[ch], there are too many files by that name.
|
Sun, 06 Jan 2008 16:25:27 +0000 |
diego |
cosmetics: alphabetical order
|
Sun, 06 Jan 2008 16:22:00 +0000 |
diego |
Rename common.[ch] to gtk_common.[ch], there are too many files by that name.
|
Sun, 06 Jan 2008 14:30:25 +0000 |
rtogni |
Don't overread audio data
|
Sun, 06 Jan 2008 14:10:30 +0000 |
rtogni |
Don't dynamically allocate sub_packet_lengths[] in raac demuxing.
|
Sun, 06 Jan 2008 13:49:07 +0000 |
rtogni |
Do not pass timestamp to realvideo binary decoder
|
Sun, 06 Jan 2008 13:01:41 +0000 |
diego |
Remove unused definition.
|
Sun, 06 Jan 2008 12:58:02 +0000 |
diego |
Remove changelog from file header, we have revision control for this.
|
Sun, 06 Jan 2008 12:57:26 +0000 |
diego |
cosmetics: Whitespace changes, add comments to some #endif directives.
|
Sun, 06 Jan 2008 12:50:13 +0000 |
diego |
Remove all test programs with 'make clean'.
|
Sun, 06 Jan 2008 12:22:56 +0000 |
diego |
/usr/lib/win32 --> /usr/local/lib/codecs
|
Sun, 06 Jan 2008 12:20:41 +0000 |
diego |
Remove compilation command comments.
|
Sun, 06 Jan 2008 11:57:17 +0000 |
diego |
Ignore test programs.
|
Sun, 06 Jan 2008 11:56:03 +0000 |
diego |
Comment out non-existing mp_msg_set_level function to fix linking.
|
Sun, 06 Jan 2008 11:53:51 +0000 |
diego |
Fix compilation by replacing a broken macro with in-place code.
|
Sun, 06 Jan 2008 11:45:47 +0000 |
diego |
Fix compilation due to conflicting type declaration:
|
Sun, 06 Jan 2008 11:43:14 +0000 |
diego |
Add missing #include so that the header works standalone.
|
Sun, 06 Jan 2008 11:40:49 +0000 |
diego |
Add proper compilation rules for qtx/list and qtx/qtxload and remove silly
|
Sun, 06 Jan 2008 11:27:07 +0000 |
diego |
Get the dshow test program closer to linking.
|
Sun, 06 Jan 2008 11:20:34 +0000 |
diego |
Fix warnings:
|
Sun, 06 Jan 2008 11:19:48 +0000 |
diego |
Add missing #includes to fix compilation:
|
Sat, 05 Jan 2008 15:38:46 +0000 |
eugeni |
Allow overriding [Script Info] parameters with -ass-force-style option.
|
Sat, 05 Jan 2008 14:53:13 +0000 |
ben |
Give a sense to this sentence
|
Sat, 05 Jan 2008 14:34:29 +0000 |
nicodvb |
angle switching in dvd
|
Sat, 05 Jan 2008 14:33:44 +0000 |
nicodvb |
documented angle commands
|
Sat, 05 Jan 2008 14:32:46 +0000 |
diego |
Fix typo, LIBNAME should be LIBNAME_COMMON.
|
Sat, 05 Jan 2008 14:32:39 +0000 |
nicodvb |
properties to get and set angle; patch by oattila chello hu
|
Sat, 05 Jan 2008 14:31:03 +0000 |
nicodvb |
properties to change angle; patch by oattila chello hu
|
Sat, 05 Jan 2008 14:28:57 +0000 |
nicodvb |
wrapper functions to get/set angle: the wrapping is needed to RESYNC the demuxer; patch by oattila chello hu
|
Sat, 05 Jan 2008 14:22:48 +0000 |
nicodvb |
implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu
|
Sat, 05 Jan 2008 14:22:05 +0000 |
nicodvb |
implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu
|
Sat, 05 Jan 2008 14:20:47 +0000 |
nicodvb |
NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTRL_SET_ANGLE
|
Sat, 05 Jan 2008 13:03:44 +0000 |
nicodvb |
in the PMT stream_type==0x11 identified AAC in LATM-over-LOAS syntax that isn't decodable yet, removed
|
Sat, 05 Jan 2008 11:03:54 +0000 |
lorenm |
remove code for colorspaces x264 doesn't support
|
Sat, 05 Jan 2008 10:48:17 +0000 |
nicodvb |
fixed bug when playing multi-angle titles: the address field in the agli data
|
Sat, 05 Jan 2008 10:42:39 +0000 |
lorenm |
fix artifacts in -vf fspp. regression in r23476.
|
Sat, 05 Jan 2008 01:40:36 +0000 |
ulion |
Fix property audio_delay bug when step up/down with arg value NULL.
|
Fri, 04 Jan 2008 09:42:54 +0000 |
gpoirier |
sync w/r25587
|
Thu, 03 Jan 2008 10:28:58 +0000 |
Gabrov |
synced with r25592
|
Thu, 03 Jan 2008 01:44:58 +0000 |
uau |
Add HAVE_SOCKLEN_T to config.h for FFmpeg
|
Wed, 02 Jan 2008 23:35:19 +0000 |
diego |
Relicense file to GPL v2 or later with the permission of Rudolf Marek,
|
Wed, 02 Jan 2008 22:02:06 +0000 |
diego |
Add proper license header.
|
Wed, 02 Jan 2008 22:00:34 +0000 |
diego |
Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o.
|
Wed, 02 Jan 2008 21:50:30 +0000 |
diego |
Properly express dependencies for generated .c and .h files.
|
Wed, 02 Jan 2008 20:36:55 +0000 |
nicodvb |
when {v|a}_o_mpegpes:card isn't specified by the user mplayer uses the first available card
|
Wed, 02 Jan 2008 20:34:48 +0000 |
nicodvb |
when :card isn't specified by the user search the first available card
|
Wed, 02 Jan 2008 19:11:37 +0000 |
cehoyos |
Add an example for dvdnav:// usage with path.
|
Wed, 02 Jan 2008 18:32:55 +0000 |
diego |
Use _ISOC99_SOURCE instead of _GNU_SOURCE.
|
Wed, 02 Jan 2008 07:38:40 +0000 |
zuxy |
Happy New Year!
|
Wed, 02 Jan 2008 00:19:19 +0000 |
diego |
10l: Replace #define with #endif where I really meant to write #endif.
|
Tue, 01 Jan 2008 21:35:58 +0000 |
diego |
Add multiple inclusion guards to all header files that lack them.
|
Tue, 01 Jan 2008 21:20:06 +0000 |
diego |
Add a comment that explains why this header has no multiple inclusion guards.
|
Tue, 01 Jan 2008 20:21:20 +0000 |
diego |
Replace multiple inclusion guards with leading underscores by default names.
|
Tue, 01 Jan 2008 20:11:44 +0000 |
diego |
Consistently use _H in multiple inclusion guard.
|
Tue, 01 Jan 2008 20:11:08 +0000 |
diego |
consistency cosmetics: Do not #define multiple inclusion guards to 1.
|
Tue, 01 Jan 2008 20:07:21 +0000 |
diego |
Consistently use just the name of the #ifdef directive in preprocessor comments.
|
Tue, 01 Jan 2008 20:05:36 +0000 |
diego |
consistency cosmetics
|
Tue, 01 Jan 2008 20:00:20 +0000 |
diego |
Consistently use just the name of the #ifdef directive in #endif comments.
|
Tue, 01 Jan 2008 19:59:01 +0000 |
diego |
Fix wrong #endif comment that does not match the #ifdef directive.
|
Tue, 01 Jan 2008 19:55:41 +0000 |
diego |
Port typo fixes from FFmpeg.
|
Tue, 01 Jan 2008 19:53:51 +0000 |
diego |
Remove compilation command from source file, it is already in the Makefile.
|
Tue, 01 Jan 2008 19:52:23 +0000 |
diego |
Fix license header to read Lesser General Public License 2.1,
|
Tue, 01 Jan 2008 19:43:36 +0000 |
diego |
unrarlib.o no longer exists, link against unrar_exec.o.
|
Tue, 01 Jan 2008 19:36:23 +0000 |
diego |
Add explanatory comments to #endif preprocessor directives.
|
Tue, 01 Jan 2008 17:34:57 +0000 |
nicodvb |
include dvdnav.h from its installation directory rather than appending
|
Tue, 01 Jan 2008 17:18:46 +0000 |
gpoirier |
update copyright year to 2008
|
Tue, 01 Jan 2008 17:03:25 +0000 |
nicodvb |
removed inclusion of unneeded header (forgotten in previous commit)
|
Tue, 01 Jan 2008 17:01:03 +0000 |
nicodvb |
private structures belong to the C file using them, not to header files included somewhere else
|
Mon, 31 Dec 2007 16:15:50 +0000 |
diego |
Add explanatory comments to the #endif part of multiple inclusion guards.
|
Mon, 31 Dec 2007 16:14:38 +0000 |
diego |
Add comments to some #endif directives.
|
Mon, 31 Dec 2007 16:06:14 +0000 |
diego |
Remove superfluous README file, its content is in the Copyright file.
|
Mon, 31 Dec 2007 15:57:54 +0000 |
diego |
Comment out the correct #endif directive.
|
Mon, 31 Dec 2007 13:40:08 +0000 |
diego |
Relicense files marked as GPL v2 to GPL v2 or later.
|
Mon, 31 Dec 2007 11:51:54 +0000 |
diego |
Fix typo in multiple inclusion guard comment.
|
Mon, 31 Dec 2007 10:41:20 +0000 |
diego |
Relicense GPL v2 files as GPL v2+ and add proper license headers.
|
Mon, 31 Dec 2007 01:20:50 +0000 |
ulion |
Default use the dir where the current playing file located if path not set.
|
Sun, 30 Dec 2007 22:40:24 +0000 |
diego |
Relicense files written by Nick Kurshev and marked as "GPL v2" to
|
Sun, 30 Dec 2007 22:15:45 +0000 |
diego |
Add proper license header.
|
Sun, 30 Dec 2007 12:19:34 +0000 |
diego |
Add missing #include, fixes the warning:
|
Sun, 30 Dec 2007 12:17:23 +0000 |
diego |
Remove unused variable, fixes the warning:
|
Sun, 30 Dec 2007 12:12:47 +0000 |
diego |
Remove redundant extern declarations, fixes the warnings:
|
Sun, 30 Dec 2007 11:20:56 +0000 |
gpoirier |
sync w/r25529, patch by JRaSH: jrash06 A 163 P com
|
Sun, 30 Dec 2007 11:07:53 +0000 |
diego |
Remove unused static variables, fixes the warnings:
|
Sun, 30 Dec 2007 11:05:53 +0000 |
diego |
Remove unused variables, fixes the warnings:
|
Sun, 30 Dec 2007 10:54:04 +0000 |
diego |
Disable unused code, fixes the warning:
|
Sun, 30 Dec 2007 10:52:57 +0000 |
diego |
Add missing #include for vo_draw_text.
|
Sun, 30 Dec 2007 10:49:43 +0000 |
diego |
Do not duplicate MJpegContext struct, #include the proper header instead.
|
Sun, 30 Dec 2007 10:32:33 +0000 |
diego |
Add missing #include, fixes the warning:
|
Sun, 30 Dec 2007 03:17:04 +0000 |
diego |
typo
|
Sun, 30 Dec 2007 02:17:16 +0000 |
eugeni |
Improve comments for ass_process_* functions.
|
Sun, 30 Dec 2007 01:03:05 +0000 |
eugeni |
Return from ass_start_frame immediately if the track is empty.
|
Sat, 29 Dec 2007 13:56:38 +0000 |
Gabrov |
synced with r25539
|
Fri, 28 Dec 2007 23:25:02 +0000 |
diego |
Use proper length specifiers in mp_msg calls, fixes the warnings:
|
Fri, 28 Dec 2007 23:12:20 +0000 |
diego |
Fix warnings when compiling test application.
|
Fri, 28 Dec 2007 20:57:38 +0000 |
eugeni |
Fix update_subtitles() checking subtitle type for the wrong track.
|
Fri, 28 Dec 2007 18:56:50 +0000 |
ptt |
synced with r25455
|
Fri, 28 Dec 2007 17:23:57 +0000 |
eugeni |
Add detection of *lrint* and round* functions to configure.
|
Fri, 28 Dec 2007 10:33:22 +0000 |
diego |
Make windres binary name configurable, useful for cross-compiling.
|
Fri, 28 Dec 2007 03:45:01 +0000 |
ulion |
Remove redundant option 'auto-close' from cmdlist and filesel.
|
Thu, 27 Dec 2007 12:27:10 +0000 |
diego |
typo in preprocessor condition
|
Thu, 27 Dec 2007 11:19:54 +0000 |
diego |
Remove unused static variable pass, fixes the warning:
|
Wed, 26 Dec 2007 13:13:48 +0000 |
ulion |
From now on, libmenu does not steal all input keys from input modules.
|
Wed, 26 Dec 2007 04:15:56 +0000 |
ulion |
Support ?(!NAME:TEXT) format for expanding string by property.
|
Tue, 25 Dec 2007 12:22:50 +0000 |
reimar |
Add a missing free of the avctx
|
Tue, 25 Dec 2007 09:01:51 +0000 |
ulion |
Use '-' instead of '_' in option name.
|
Tue, 25 Dec 2007 08:38:09 +0000 |
ulion |
Remove useless scope.
|
Tue, 25 Dec 2007 08:01:46 +0000 |
ulion |
Change the default osd menu command for AR_MENU in comment of input.conf.
|
Tue, 25 Dec 2007 04:30:16 +0000 |
ulion |
Simplify the condition code.
|
Mon, 24 Dec 2007 16:27:52 +0000 |
reimar |
Add some const/static qualifiers as appropriate
|
Mon, 24 Dec 2007 16:05:09 +0000 |
reimar |
Use realloc_struct in more places for consistency
|
Mon, 24 Dec 2007 15:56:33 +0000 |
reimar |
Get rid of some of the more excessive () and casts.
|
Mon, 24 Dec 2007 10:00:21 +0000 |
diego |
pci_db2c.awk creates more than just two .c files, add the rest to the rule.
|
Mon, 24 Dec 2007 09:59:47 +0000 |
diego |
Skip unnecessary (debug) output; obey the rule of silence.
|
Mon, 24 Dec 2007 01:54:30 +0000 |
lu_zero |
Make sure we have an rtsp session
|
Sun, 23 Dec 2007 21:22:02 +0000 |
diego |
typo: begining --> beginning
|
Sun, 23 Dec 2007 16:46:24 +0000 |
reimar |
Replace LOAD_LE32 etc. by AV_RL32 etc.
|
Sun, 23 Dec 2007 16:42:54 +0000 |
reimar |
Add a read_varlen function to reduce some code duplication
|
Sun, 23 Dec 2007 11:29:36 +0000 |
iive |
Fix compilation of liba52/test.c testing and benchmarking application.
|
Sat, 22 Dec 2007 20:17:57 +0000 |
reimar |
Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour
|
Sat, 22 Dec 2007 19:16:01 +0000 |
diego |
cosmetics: Remove trailing whitespace, reformat one comment.
|
Sat, 22 Dec 2007 19:11:54 +0000 |
diego |
Add proper copyright/license headers.
|
Sat, 22 Dec 2007 18:51:05 +0000 |
reimar |
Add missing X11/extensions/scrnsaver.h include
|
Sat, 22 Dec 2007 18:49:28 +0000 |
diego |
Remove wrong and misleading comments.
|
Sat, 22 Dec 2007 18:35:52 +0000 |
diego |
typos
|
Sat, 22 Dec 2007 18:35:09 +0000 |
diego |
cosmetics: grammar/spelling
|
Sat, 22 Dec 2007 18:32:45 +0000 |
reimar |
100l, fix compilation.
|
Sat, 22 Dec 2007 18:12:03 +0000 |
ulion |
Grammar fix.
|
Sat, 22 Dec 2007 17:33:28 +0000 |
ulion |
Add copyright info for s/pdif code from VideoLAN.
|
Sat, 22 Dec 2007 17:13:17 +0000 |
diego |
Add missing #include, fixes
|
Sat, 22 Dec 2007 17:10:09 +0000 |
diego |
cosmetics: Remove trailing whitespace.
|
Sat, 22 Dec 2007 17:00:43 +0000 |
diego |
cosmetics: spelling fixes
|
Sat, 22 Dec 2007 16:23:42 +0000 |
reimar |
Set is_streamed correctly, should make network playback work more reliably.
|
Sat, 22 Dec 2007 16:22:54 +0000 |
reimar |
Get rid of URLProtocol mess (especially problematic since it made use
|
Sat, 22 Dec 2007 16:05:37 +0000 |
reimar |
Typo fix in message
|
Sat, 22 Dec 2007 15:44:57 +0000 |
reimar |
Simplify int_fastXY_t test in configure.
|
Sat, 22 Dec 2007 14:55:26 +0000 |
ulion |
Do not send mouse movements events in root win mode.
|
Sat, 22 Dec 2007 11:25:59 +0000 |
reimar |
Remove useless #ifdefs
|
Sat, 22 Dec 2007 11:09:43 +0000 |
reimar |
Add support for XScreenSaverSuspend
|
Sat, 22 Dec 2007 08:35:15 +0000 |
ulion |
Check availability before check argument for getting gamma properties.
|
Sat, 22 Dec 2007 06:35:35 +0000 |
ulion |
Revert to r25490, since the r25491 is not correct.
|
Sat, 22 Dec 2007 06:27:55 +0000 |
ulion |
Combine code for check availability of property audio(id).
|
Sat, 22 Dec 2007 06:20:48 +0000 |
ulion |
Combine common code for check whether chapter is available.
|
Sat, 22 Dec 2007 06:14:38 +0000 |
ulion |
OSD menu support mouse selection.
|
Sat, 22 Dec 2007 03:45:14 +0000 |
ulion |
Move two variable to the scope where they are indeed used.
|
Fri, 21 Dec 2007 11:56:18 +0000 |
reimar |
Simplify a little bit
|
Fri, 21 Dec 2007 11:53:55 +0000 |
reimar |
Remove a check that is never in any way useful
|
Fri, 21 Dec 2007 11:47:09 +0000 |
diego |
comment typo fixes
|
Fri, 21 Dec 2007 11:46:58 +0000 |
reimar |
Avoid some le2me_ASF_* stuff operating directly on buffer, should
|
Fri, 21 Dec 2007 11:41:42 +0000 |
diego |
The lagarith DLL requires an MMX2 CPU.
|
Fri, 21 Dec 2007 11:37:47 +0000 |
reimar |
Remove another useless cast
|
Fri, 21 Dec 2007 11:34:04 +0000 |
reimar |
100l, buffer bound checks work better when done _before_ access.
|
Fri, 21 Dec 2007 11:30:55 +0000 |
reimar |
Reduce some extreme parsing ugliness (mostly cosmetic)
|
Fri, 21 Dec 2007 10:53:32 +0000 |
reimar |
Remove useless alloc casts
|
Fri, 21 Dec 2007 00:13:08 +0000 |
reimar |
Reduce code duplication: add a asf_read_wrapper function that never does partial reads
|
Thu, 20 Dec 2007 18:20:09 +0000 |
ptt |
30% synced with r22753
|
Thu, 20 Dec 2007 12:57:36 +0000 |
reimar |
Move more variables into the block where they are used
|
Thu, 20 Dec 2007 12:51:24 +0000 |
reimar |
Move a variable to where it is used
|
Thu, 20 Dec 2007 12:00:44 +0000 |
ulion |
Support send mouse movements commands to mplayer.
|
Thu, 20 Dec 2007 11:36:53 +0000 |
ulion |
Fix stream_cache to use sector_size set in stream_t.
|
Thu, 20 Dec 2007 11:21:02 +0000 |
reimar |
Move ds->current=NULL; further up to the free_demux_packet.
|
Thu, 20 Dec 2007 10:41:16 +0000 |
ulion |
Fix comment from unrarlib to unrar_exec
|
Thu, 20 Dec 2007 10:40:30 +0000 |
ulion |
Remove redundant code since unrarlib was removed.
|
Thu, 20 Dec 2007 10:29:44 +0000 |
reimar |
Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSD
|
Thu, 20 Dec 2007 10:10:26 +0000 |
diego |
Remove internal unrarlib copy, the new unrarexec code is a strict superset.
|
Thu, 20 Dec 2007 10:08:36 +0000 |
benoit |
Make sure strides have positive values before converting.
|
Thu, 20 Dec 2007 07:11:48 +0000 |
ulion |
Add variable bx, dx to simplify code of function menu_draw_list.
|
Thu, 20 Dec 2007 02:17:29 +0000 |
ulion |
Add local variable 'line_h' to simplify code of function menu_list_draw.
|
Wed, 19 Dec 2007 16:17:26 +0000 |
ulion |
Ignore mouse pos command when pausing.
|
Wed, 19 Dec 2007 15:21:27 +0000 |
ulion |
Currently menu title did not align center together with menu items when x>=0.
|
Wed, 19 Dec 2007 09:34:28 +0000 |
ulion |
Calculate and draw osd accurately.
|
Wed, 19 Dec 2007 08:42:18 +0000 |
ulion |
Make libmenu init and uninit in proper place.
|
Wed, 19 Dec 2007 08:35:40 +0000 |
ulion |
Vobsub support tridx setting in .idx file.
|
Wed, 19 Dec 2007 04:45:45 +0000 |
ulion |
Use calloc instead of malloc when allocate vobsub_t.
|
Wed, 19 Dec 2007 02:18:56 +0000 |
gpoirier |
sync w/r25455
|
Wed, 19 Dec 2007 01:28:00 +0000 |
ulion |
Protocol name should be case insensitive.
|
Wed, 19 Dec 2007 01:21:59 +0000 |
ulion |
Merge 'Jump to ...' with 'Prev/Next' menu item into one item 'Prev/Next ...'.
|
Tue, 18 Dec 2007 23:37:52 +0000 |
diego |
typo noticed by Paul TT
|
Tue, 18 Dec 2007 21:43:12 +0000 |
rik |
change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do that since I wrote the files (based on other stuff from MPlayer (and some external things under GPL v2 or later))
|
Tue, 18 Dec 2007 20:37:20 +0000 |
gpoirier |
sync w/25440
|
Tue, 18 Dec 2007 16:37:36 +0000 |
ulion |
Use NSMakeRect and NSRect in correct way:
|
Tue, 18 Dec 2007 14:58:14 +0000 |
ulion |
Fix wrong code in last commit.
|
Tue, 18 Dec 2007 14:48:30 +0000 |
ulion |
Fix mouse button mapping:
|
Tue, 18 Dec 2007 11:54:17 +0000 |
ulion |
Here should add the minb to x when x>=0 because in later code
|
Tue, 18 Dec 2007 10:45:43 +0000 |
ulion |
Fix the menu uninit function name.
|
Tue, 18 Dec 2007 09:44:54 +0000 |
ulion |
Replace another m_struct_t by 'struct m_struct_st' to remove depedency
|
Tue, 18 Dec 2007 09:13:19 +0000 |
diego |
Stop MPlayer from complaining about bogus AviSynth DLL load failures.
|
Tue, 18 Dec 2007 04:07:48 +0000 |
ulion |
Remove dependency on m_struct.h when include libmenu/menu.h.
|
Tue, 18 Dec 2007 03:33:36 +0000 |
ulion |
Do not operate on vobsub when no video (Bug #312).
|
Mon, 17 Dec 2007 19:35:30 +0000 |
ben |
r25345 patched the wrong line.
|
Mon, 17 Dec 2007 15:49:54 +0000 |
ulion |
Record screen size and display size in vo_ variables.
|
Mon, 17 Dec 2007 15:45:37 +0000 |
ulion |
screen_frame is only used for fullscreen mode.
|
Mon, 17 Dec 2007 15:29:42 +0000 |
ulion |
Fix the expand text's format by the source.
|
Mon, 17 Dec 2007 15:24:40 +0000 |
ulion |
Caching toc header in vcd private structure for later use.
|
Mon, 17 Dec 2007 15:20:28 +0000 |
ulion |
Add cdda stream control for chapter commmands.
|
Mon, 17 Dec 2007 15:01:14 +0000 |
ulion |
Fix indent for last commit.
|
Mon, 17 Dec 2007 14:58:46 +0000 |
ulion |
Ignore elements of keybindings other than 'binding'.
|
Mon, 17 Dec 2007 14:55:45 +0000 |
ulion |
Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.
|
Mon, 17 Dec 2007 14:53:38 +0000 |
ulion |
Display parsed keycode in verbose output.
|
Mon, 17 Dec 2007 09:56:12 +0000 |
gpoirier |
mention that the sync is partial
|
Mon, 17 Dec 2007 09:40:33 +0000 |
gpoirier |
partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%
|
Mon, 17 Dec 2007 09:02:21 +0000 |
diego |
cosmetics: Remove trailing whitespace.
|
Mon, 17 Dec 2007 03:42:54 +0000 |
ulion |
Modified for using chapter property for $(NAME:TEXT) or ?(NAME:TEXT).
|
Mon, 17 Dec 2007 01:20:19 +0000 |
ulion |
Fix memory leak.
|
Mon, 17 Dec 2007 01:06:17 +0000 |
ulion |
The function parameter 'preferred_language' should be const char *.
|
Mon, 17 Dec 2007 00:11:33 +0000 |
diego |
Use correct #include for waitpid, fixes the warning:
|
Sun, 16 Dec 2007 23:57:34 +0000 |
diego |
Remove useless stray #include.
|
Sun, 16 Dec 2007 23:50:05 +0000 |
diego |
Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.
|
Sun, 16 Dec 2007 16:39:10 +0000 |
ulion |
Should not change stream->pos in fill_buffer function.
|
Sun, 16 Dec 2007 16:37:33 +0000 |
diego |
cosmetics: reformatting
|
Sun, 16 Dec 2007 16:29:25 +0000 |
diego |
There are no special rules for commits to the build system.
|
Sun, 16 Dec 2007 11:31:52 +0000 |
ulion |
Support cddb on darwin.
|
Sun, 16 Dec 2007 11:13:24 +0000 |
ben |
make libass use sub_font_name whenever it's possible
|
Sun, 16 Dec 2007 09:59:20 +0000 |
gpoirier |
sync w/ r25389 (up-to-date!!)
|
Sun, 16 Dec 2007 09:26:13 +0000 |
gpoirier |
sync w/r25315
|
Sat, 15 Dec 2007 21:06:58 +0000 |
nicodvb |
10l, in dvb_free_config() channels' names must be free individually
|
Sat, 15 Dec 2007 19:17:36 +0000 |
ben |
cosmetic: indent after r25415
|
Sat, 15 Dec 2007 19:16:49 +0000 |
ben |
do not override *file_format if already set by asf_streaming_start()
|
Sat, 15 Dec 2007 17:10:06 +0000 |
reimar |
pa_stream_write reportedly needs locking of the main loop
|
Sat, 15 Dec 2007 17:07:40 +0000 |
reimar |
Fix indentation
|
Sat, 15 Dec 2007 17:06:59 +0000 |
reimar |
Remove pointless pa_stream_trigger call
|
Sat, 15 Dec 2007 16:58:25 +0000 |
reimar |
Documentation for waitop function
|
Sat, 15 Dec 2007 15:38:38 +0000 |
ulion |
Make the end_sector accessable (it should be).
|
Sat, 15 Dec 2007 15:32:27 +0000 |
ulion |
Add auto-update property for property menu item.
|
Sat, 15 Dec 2007 13:37:41 +0000 |
nicodvb |
removed the obscene priv->stream entry. Someone must have injected vodka in my milk when I wrote it
|
Sat, 15 Dec 2007 13:30:44 +0000 |
nicodvb |
get rid of the file-static dvb_config and free the config at close() . Patch by Andrew Calkin and me
|
Sat, 15 Dec 2007 13:24:01 +0000 |
ulion |
Only read disc info once and save it for later using.
|
Sat, 15 Dec 2007 13:05:06 +0000 |
nicodvb |
dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv (1000l to me)
|
Sat, 15 Dec 2007 12:17:51 +0000 |
ulion |
The buffer used for pread need be aligned, but currently it got an offset 23
|
Sat, 15 Dec 2007 12:11:44 +0000 |
ulion |
Get end position of last track by adding its starting address with track size.
|
Sat, 15 Dec 2007 01:12:44 +0000 |
ulion |
Replace printf with mp_msg.
|
Fri, 14 Dec 2007 23:41:56 +0000 |
gpoirier |
partial sync with some of the latest commits
|
Fri, 14 Dec 2007 22:02:48 +0000 |
uau |
Always enable largefile support by default
|
Fri, 14 Dec 2007 18:38:08 +0000 |
ben |
implemented frame selection for savage driver
|
Fri, 14 Dec 2007 18:36:08 +0000 |
ben |
fix frame size calculation
|
Fri, 14 Dec 2007 18:25:06 +0000 |
ben |
remove useless code parts
|
Fri, 14 Dec 2007 18:19:50 +0000 |
ben |
bgr24 and bgr32 support
|
Fri, 14 Dec 2007 18:15:34 +0000 |
ben |
rgb -> bgr
|
Fri, 14 Dec 2007 17:59:43 +0000 |
ben |
register values were already set: simplify
|
Fri, 14 Dec 2007 15:39:46 +0000 |
ulion |
Only print one track info when exactly seeking to the beginning of a track.
|
Fri, 14 Dec 2007 08:39:45 +0000 |
ulion |
Support chapter in OSD menu.
|
Fri, 14 Dec 2007 08:33:11 +0000 |
ulion |
Support chapter as a property.
|
Fri, 14 Dec 2007 08:26:06 +0000 |
ulion |
Fix stream cdda seeks to CD's end and hangs forever bug.
|
Fri, 14 Dec 2007 08:16:39 +0000 |
ulion |
Support using unrar executable to access rar-compressed vobsub files.
|
Fri, 14 Dec 2007 07:15:13 +0000 |
cehoyos |
Cosmetics: Fix indentation.
|
Fri, 14 Dec 2007 07:14:33 +0000 |
cehoyos |
Set correct image format for 24bit "raw " in mov files.
|
Thu, 13 Dec 2007 12:51:05 +0000 |
ulion |
Add demuxer functions for chapter feature.
|
Thu, 13 Dec 2007 12:38:17 +0000 |
ulion |
Add new audio filter for encoding multi-channel audio into ac3 at runtime.
|
Wed, 12 Dec 2007 23:01:49 +0000 |
nicodvb |
cosmetics: partially reformatted this monstruosity
|
Wed, 12 Dec 2007 22:54:20 +0000 |
nicodvb |
fix memleaks; patch by andrew calkin from gmail com
|
Wed, 12 Dec 2007 19:26:55 +0000 |
ben |
reverted r25323: deprecated by ulion's recent patches
|
Wed, 12 Dec 2007 16:25:56 +0000 |
ptt |
synced with r25379
|
Wed, 12 Dec 2007 13:39:01 +0000 |
compn |
add lagarith codec, someone finally found it in the wild.
|
Wed, 12 Dec 2007 10:00:34 +0000 |
ulion |
Fix libass to support -nofontconfig.
|
Wed, 12 Dec 2007 08:50:54 +0000 |
diego |
cosmetics: Remove ugly and inconsistent uppercasing from filenames.
|
Wed, 12 Dec 2007 08:45:05 +0000 |
diego |
cosmetics: Move public function declarations together.
|
Wed, 12 Dec 2007 08:29:55 +0000 |
diego |
Add missing declaration for dct64_altivec, fixes the warning:
|
Wed, 12 Dec 2007 06:32:54 +0000 |
ulion |
Fix memory leak. I thought asx_get_attrib() return a const char *,
|
Wed, 12 Dec 2007 05:39:17 +0000 |
ulion |
Fix memory leak, reported by Andrew Calkin <andrew P calkin A gmail P com>.
|
Wed, 12 Dec 2007 05:30:59 +0000 |
ulion |
Remove headers not used.
|
Wed, 12 Dec 2007 04:00:07 +0000 |
ulion |
Add OSD menu keybindings for Apple Remote.
|
Wed, 12 Dec 2007 02:48:47 +0000 |
ulion |
Update comment that navigating keys is defined in menu.conf.
|
Tue, 11 Dec 2007 23:52:55 +0000 |
diego |
Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.
|
Tue, 11 Dec 2007 23:25:36 +0000 |
diego |
Add missing #include <stdio.h>, fixes the warning:
|
Tue, 11 Dec 2007 22:37:36 +0000 |
diego |
support for xtensa CPU architecture
|
Tue, 11 Dec 2007 22:31:57 +0000 |
diego |
Slightly simplify preprocessor conditionals.
|
Tue, 11 Dec 2007 22:29:22 +0000 |
diego |
Ahem, fix breakage of last commit: The AltiVec detection code has three
|
Tue, 11 Dec 2007 21:58:42 +0000 |
ben |
allow osd menu being controlled by joystick
|
Tue, 11 Dec 2007 20:40:34 +0000 |
diego |
Do not set SYS_AMIGAOS4, it is unused.
|
Tue, 11 Dec 2007 20:39:18 +0000 |
diego |
SYS_AMIGAOS4 --> __AMIGAOS4__
|
Tue, 11 Dec 2007 20:36:33 +0000 |
diego |
slight consistency change for default DVD device selection
|
Tue, 11 Dec 2007 20:33:56 +0000 |
diego |
Remove redundant condition from list of CD/DVD-ROM devices.
|
Tue, 11 Dec 2007 20:32:50 +0000 |
diego |
Do not set -DSYS_DARWIN, it is unused.
|
Tue, 11 Dec 2007 20:32:21 +0000 |
diego |
Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__.
|
Tue, 11 Dec 2007 20:30:30 +0000 |
diego |
Remove redundant and obfuscating preprocessor conditional.
|
Tue, 11 Dec 2007 20:27:13 +0000 |
diego |
Replace SYS_DARWIN conditional by the more correct __APPLE__.
|
Tue, 11 Dec 2007 20:16:00 +0000 |
diego |
There is a check for altivec.h in configure so use the preprocessor directive
|
Tue, 11 Dec 2007 20:07:18 +0000 |
diego |
Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__.
|
Tue, 11 Dec 2007 19:56:40 +0000 |
reimar |
Make init_video function in dec_video static, it is not used outside that file.
|
Tue, 11 Dec 2007 19:54:35 +0000 |
diego |
Identifiers starting with __ are reserved for the system.
|
Tue, 11 Dec 2007 19:52:17 +0000 |
diego |
Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when
|
Tue, 11 Dec 2007 14:53:14 +0000 |
diego |
Relicense as GPL v2 or later like the rest of liba52.
|
Tue, 11 Dec 2007 10:12:58 +0000 |
ulion |
Fix spudec to display current vobsub immediately after a seek.
|
Tue, 11 Dec 2007 08:17:49 +0000 |
ulion |
Make up missing changelog for dts wav support.
|
Tue, 11 Dec 2007 08:11:21 +0000 |
ulion |
Support to run multiple mplayer commands set in menu.conf
|
Tue, 11 Dec 2007 08:03:47 +0000 |
ulion |
Add new function for parsing and queueing multi-commands separated by \n or \r.
|
Mon, 10 Dec 2007 21:33:22 +0000 |
compn |
some changes
|
Mon, 10 Dec 2007 19:27:46 +0000 |
ben |
Fixed VIDIX color bug that was introduced when Radeon VIDIX driver
|
Mon, 10 Dec 2007 19:13:54 +0000 |
ben |
Dump the ati radeon DISP_MERGE_CNTL register to ease the
|
Mon, 10 Dec 2007 16:53:30 +0000 |
ulion |
Fix all current known multi-channel wrong order problems by adding
|
Mon, 10 Dec 2007 14:43:09 +0000 |
ulion |
Fix memory leak that tmp allocated but maybe not used.
|
Mon, 10 Dec 2007 14:39:19 +0000 |
diego |
Fix printf format string length modifiers, removes about a trillion warnings.
|
Mon, 10 Dec 2007 14:13:34 +0000 |
diego |
Comment out unused variable.
|
Mon, 10 Dec 2007 14:12:40 +0000 |
ulion |
Fix mylstat() call to parent dir where the subdir has no exec permission.
|
Mon, 10 Dec 2007 13:18:27 +0000 |
diego |
Remove unused parameters from main(), fixes the warnings:
|
Mon, 10 Dec 2007 13:16:10 +0000 |
diego |
Fix printf format string length modifiers, removes the warnings:
|
Mon, 10 Dec 2007 13:11:26 +0000 |
diego |
Fix printf format string length modifiers, removes the warnings:
|
Mon, 10 Dec 2007 12:35:28 +0000 |
diego |
spelling/grammar/wording/formatting
|
Mon, 10 Dec 2007 11:08:27 +0000 |
ulion |
Fix my wrong code in r25530.
|
Mon, 10 Dec 2007 10:27:14 +0000 |
ulion |
Make up missing header update in r25326.
|
Mon, 10 Dec 2007 04:37:26 +0000 |
ulion |
Move temp variable declaration into inner loop scope.
|
Mon, 10 Dec 2007 01:46:02 +0000 |
ulion |
Ignore heading spaces when parsing command.
|
Mon, 10 Dec 2007 01:43:33 +0000 |
ulion |
Fix missing command line bug by making the input parameter constant.
|
Sun, 09 Dec 2007 21:44:50 +0000 |
nicodvb |
associate mpeg12 ffourccs to vc_mpegpes (fixes playback with hw mpeg12 decoders and demux_lavf)
|
Sun, 09 Dec 2007 10:32:05 +0000 |
ulion |
Combine common code for dealing with file action and dir action.
|
Sun, 09 Dec 2007 07:50:37 +0000 |
ulion |
Use recorded last path only when stat it ok.
|
Sun, 09 Dec 2007 06:58:57 +0000 |
ulion |
Convert vobsub custom colors from rgb to yuv using a common function.
|
Sat, 08 Dec 2007 23:21:08 +0000 |
ben |
identifiers starting with an underscore are reserved by the C standard
|
Sat, 08 Dec 2007 18:16:02 +0000 |
nicodvb |
removed stupid checks
|
Sat, 08 Dec 2007 16:27:25 +0000 |
ben |
rework of libmenu open_dir()
|
Sat, 08 Dec 2007 14:19:12 +0000 |
ulion |
Remove useless include added in last commit by mistake.
|
Sat, 08 Dec 2007 12:55:10 +0000 |
cehoyos |
Allow usage of icc 10.1
|
Sat, 08 Dec 2007 12:15:03 +0000 |
ulion |
Move vobsub palette->yuv convert code into a common function.
|
Sat, 08 Dec 2007 04:29:11 +0000 |
diego |
Add missing declarations for AltiVec functions, fixes the warnings:
|
Sat, 08 Dec 2007 02:57:50 +0000 |
ulion |
Remove useless variable aoIsCreated since we took good care of init failure.
|
Sat, 08 Dec 2007 02:38:02 +0000 |
ulion |
Restore y of palette into the same value range as it was in the .ifo file.
|
Fri, 07 Dec 2007 15:30:12 +0000 |
diego |
Fix 'make checkheaders' on AltiVec-enabled systems.
|
Thu, 06 Dec 2007 12:54:47 +0000 |
diego |
minor spelling/grammar fixes
|
Thu, 06 Dec 2007 11:30:35 +0000 |
ptt |
cleanup and conformation of values description for -ass-hinting
|
Thu, 06 Dec 2007 02:52:59 +0000 |
zuxy |
Do not PostQuitMessage when destroying a child window.
|
Wed, 05 Dec 2007 23:44:31 +0000 |
ivo |
suppress silly messages when checktree is not called from the root of the tree
|
Wed, 05 Dec 2007 23:41:59 +0000 |
ivo |
only check source code for gnuisms
|
Wed, 05 Dec 2007 23:39:01 +0000 |
ivo |
simpler and more easily expandable test whether we need a shortlist that
|
Wed, 05 Dec 2007 23:36:03 +0000 |
ivo |
test for presence of .svn directory if we are supposed to traverse the tree
|
Wed, 05 Dec 2007 19:07:25 +0000 |
ptt |
three little corrections...
|
Wed, 05 Dec 2007 19:06:12 +0000 |
ptt |
initial submit for revision... 24% synced with r22753
|
Wed, 05 Dec 2007 18:24:40 +0000 |
ulion |
Prevent from outputing mass of 'skip' log messages in verbose level.
|
Wed, 05 Dec 2007 17:42:56 +0000 |
ivo |
when gathering the list of files to check via svn info, also include
|
Tue, 04 Dec 2007 22:37:58 +0000 |
ben |
sync ivtv driver with vidix.sf.net (multiple revisions)
|
Tue, 04 Dec 2007 22:33:46 +0000 |
ben |
sync with vidix.sf.net r319: remove useless vars
|
Tue, 04 Dec 2007 22:33:08 +0000 |
ben |
sync with vidix.sf.net r317: fixes colorspace issues for vidix savage driver
|
Tue, 04 Dec 2007 22:22:24 +0000 |
ben |
Sync with vidix.sf.net r320: ati radeon >= R5xx do not have overlay
|
Tue, 04 Dec 2007 21:56:18 +0000 |
ben |
sync with vidix.sf.net r318: resolve bitfield collision in vidix radeon driver (patch by Guillaume Lecerf)
|
Tue, 04 Dec 2007 18:10:20 +0000 |
ben |
add new configure option to disable VIDIX PCI device name database (saves a 300 kB on mplayer binary)
|
Tue, 04 Dec 2007 15:26:56 +0000 |
lu_zero |
Rename demuxer tags to clarify
|
Tue, 04 Dec 2007 15:13:50 +0000 |
lu_zero |
live555 and libnemesi support coexists
|
Tue, 04 Dec 2007 15:05:14 +0000 |
lu_zero |
10l ... the header was used there too
|
Tue, 04 Dec 2007 13:11:48 +0000 |
lu_zero |
Remove non necessary header
|
Tue, 04 Dec 2007 13:05:25 +0000 |
lu_zero |
Make libnemesi use specific struct and DEMUXER_TYPE
|
Tue, 04 Dec 2007 12:38:31 +0000 |
ulion |
Add cleanup codes for init() failure to prevent leak.
|
Tue, 04 Dec 2007 12:34:44 +0000 |
ulion |
When auto loading subs, log warning instead of error for load failure.
|
Tue, 04 Dec 2007 10:42:59 +0000 |
ulion |
Remove hardcoded key->cmd bindings in libmenu, support custom key bindings
|
Mon, 03 Dec 2007 23:38:51 +0000 |
diego |
Use correct printf length modifiers, fixes the following warnings:
|
Mon, 03 Dec 2007 21:45:43 +0000 |
ivo |
cosmetics/indentation
|
Mon, 03 Dec 2007 21:43:48 +0000 |
ivo |
when gathering the list of files to check via svn info, also include
|
Mon, 03 Dec 2007 21:40:54 +0000 |
ivo |
add functions that are not specifically marked as being deprecated or obsolete,
|
Mon, 03 Dec 2007 19:06:23 +0000 |
ben |
synchronized with vidix.sf.net r315: remove now useless defines
|
Mon, 03 Dec 2007 19:05:12 +0000 |
ben |
synchronized with vidix.sf.net r315: update savage driver pci ids list
|
Mon, 03 Dec 2007 17:22:24 +0000 |
ptt |
syncd with r25278
|
Mon, 03 Dec 2007 09:58:50 +0000 |
Gabrov |
synced with r25282
|
Mon, 03 Dec 2007 09:57:21 +0000 |
rfelker |
10l, len may change after initialization time
|