Mercurial > mplayer.hg
graph
-
Fix code to prevent from accessing queue->packets[-1].pts that causes a crash.2008-01-17, by ulion
-
Fix OpenGL unsharp filter2008-01-16, by reimar
-
typo fix2008-01-16, by diego
-
VIDIX is no longer a shared library.2008-01-16, by diego
-
URL updates for contributed win32 stuff.2008-01-16, by diego
-
better ao/vo profile examples2008-01-16, by diego
-
misc markup fixes2008-01-16, by diego
-
misc spelling fixes2008-01-16, by diego
-
removed a english part, left in here, sigh2008-01-15, by ptt
-
little grammar fix2008-01-15, by ptt
-
synced with r257572008-01-15, by ptt
-
added missing "&"2008-01-15, by ptt
-
added missing escapes2008-01-15, by ptt
-
syncet to r256632008-01-15, by ptt
-
updated my mail address2008-01-15, by ptt
-
add default deinterlace key2008-01-15, by compn
-
Create/allocate conversion textures before scaler textures.2008-01-15, by reimar
-
Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.2008-01-15, by reimar
-
Document vo gl lscale=32008-01-15, by reimar
-
Add a forgotten case to create_scaler_textures, avoids an incorrect warning.2008-01-15, by reimar
-
Remove a useless cast2008-01-15, by reimar
-
The GUI requires font support.2008-01-14, by diego
-
Seems that all - should be escaped in the man page2008-01-14, by reimar
-
Extend heartbeat-cmd man page entry2008-01-14, by reimar
-
Simplify/cleanup of real_calc_response_and_checksum()2008-01-13, by rtogni
-
Don't oversize realchallenge buffers2008-01-13, by rtogni
-
Put bff_mask into muxer context instead of a global variable.2008-01-13, by reimar
-
Fix the bug where the window would become smaller each time vo_ontop is toggled.2008-01-13, by reimar
-
Make some radeon vidix driver tables static and const2008-01-13, by reimar
-
Make mp_properties const2008-01-13, by reimar
-
All the m_property stuff works fine with constant m_option_t2008-01-13, by reimar
-
Make xpm arrays really const (I missed that they are not strings but2008-01-13, by reimar
-
Make all gui xpm bitmaps const2008-01-13, by reimar
-
gui_opts should be const for win32 gui as well (why, oh why, was all2008-01-13, by reimar
-
Win32 gui has the same m_option_print error handling bug2008-01-13, by reimar
-
Fix 100l: error check for m_option_print was unreachable2008-01-13, by reimar
-
Make big gui_opts array const2008-01-13, by reimar
-
Make several mapping tables related to input processing const.2008-01-13, by reimar
-
Mark qt default palette tables as const2008-01-13, by reimar
-
Make all demuxer_desc_t const, thus moving them to .rodata2008-01-13, by reimar
-
First step towards making all demuxer_desc_t const2008-01-13, by reimar
-
Remove a useless assignment (there is an if just a few lines above2008-01-13, by reimar
-
Simplify cue-parsing2008-01-13, by reimar
-
Get rid of quite useless inum variable2008-01-13, by reimar
-
Add a forgotten #ifdef USE_ASS around ass_free_track2008-01-13, by reimar
-
Use AV_WB*2008-01-13, by reimar
-
Remove some useless () and {}2008-01-13, by reimar
-
Simplify2008-01-13, by reimar
-
Use AV_WB16 instead of ugly memcpy hacks2008-01-13, by reimar
-
Use AV_RB* instead of custom variants.2008-01-13, by reimar
-
Use sizeof instead of size variables/defines2008-01-13, by reimar
-
Make some pnm data const2008-01-13, by reimar
-
dvb_demuxdev etc. are only used in dvb_tune.c so make them static2008-01-13, by reimar
-
Make several arrays const2008-01-13, by reimar
-
Remove some unused extern variables2008-01-13, by reimar
-
stream_opts should be const2008-01-13, by reimar
-
stream_info_t opts and protocols point to constant data as well.2008-01-13, by reimar
-
Make all tvi_info_t const2008-01-13, by reimar
-
Make some tvi_functions_t pointers const that I forgot to change before2008-01-13, by reimar
-
Remove useless ifdefs2008-01-13, by reimar
-
Add type to extern declaration2008-01-13, by reimar
-
Make dvd_audio_stream_types and dvd_audio_stream_channels const2008-01-13, by reimar
-
tvi_functions_t should be const2008-01-13, by reimar
-
Add forgotten const for pal_ireland.2008-01-13, by reimar
-
Remove another 2 useless casts2008-01-13, by reimar
-
Get rid of another useless cast2008-01-13, by reimar
-
Remove a cast useless since r24425.2008-01-13, by reimar
-
Move variable declaration into block where it is used.2008-01-13, by reimar
-
Remove result from warning string, it has no useful meaning here.2008-01-13, by reimar
-
Remove a useless cast2008-01-13, by reimar
-
moved pes_header from file-static to send_mpeg_pes_packet_ll()2008-01-13, by nicodvb
-
fix bug in error message (found by Diego through a compiler warning)2008-01-13, by rik
-
Use a transform_color function to reduce code duplication2008-01-12, by reimar
-
Write functions used by send_mpeg_*_packet may _not_ modify data2008-01-12, by reimar
-
ps1_header and ps2_header should be const2008-01-12, by reimar
-
Add a few "const" attributes.2008-01-12, by reimar
-
Remove unused variable2008-01-12, by reimar
-
Move uselessly global variables2008-01-12, by reimar
-
Adjust list of colourspaces supported by vd_ijpg2008-01-12, by reimar
-
Colourspace conversions do _not_ belong into a decoder!2008-01-12, by reimar
-
Cosmetics: get rid of huge amounts of trailing whitespace2008-01-12, by reimar
-
Remove an unused global variable2008-01-12, by reimar
-
Avoid uselessly global variables2008-01-12, by reimar
-
100l, free strdup'd strings2008-01-12, by reimar
-
Builtin codecs array can now be const2008-01-12, by reimar
-
Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with2008-01-12, by reimar
-
Do not try to guess font metrics based on its bounding box.2008-01-12, by eugeni
-
Add libass support to demux_lavf.2008-01-12, by eugeni
-
Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().2008-01-12, by eugeni
-
Add demuxer interface for attachments.2008-01-12, by eugeni
-
Remove global_ass_track. Instead create an ass_track for each 't' track.2008-01-11, by eugeni
-
Move all subtitle parsing from mkv demuxer to update_subtitles().2008-01-11, by eugeni
-
Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.2008-01-11, by eugeni
-
Set extradata for subtitle tracks in mkv demuxer.2008-01-11, by eugeni
-
Add extradata to sh_sub_t.2008-01-11, by eugeni
-
Factorize private data decoding for subtitle tracks in mkv demuxer.2008-01-11, by eugeni
-
Make code slightly less confusing to me2008-01-11, by reimar
-
Slightly deobfuscate2008-01-11, by reimar
-
Another small simplification. Slightly worse performance in the case2008-01-11, by reimar
-
Slightly simplify read_buffer code2008-01-11, by reimar
-
Simplify: use memset2008-01-11, by reimar
-
Fix indentation2008-01-11, by reimar
-
Remove useless cast2008-01-11, by reimar
-
document vo.* and ao.* playback profiles2008-01-11, by ben
-
Fix buffer overflow bug by calculate the buffer size accurately.2008-01-11, by ulion
-
allow profile loading per audio/video output2008-01-10, by ben
-
Add an extra check to avoid a case that cause black lines in scaled2008-01-10, by reimar
-
Clear demuxed data when subtitle track is changed.2008-01-10, by eugeni
-
Use malloc for codecdata. Fixes segfault in free_sh_sub.2008-01-10, by eugeni
-
updated english manpage with protocol/extension profile loading feature2008-01-10, by ben
-
factorizes variable check2008-01-10, by ben
-
add support for per protocol and per extension playback profile loading2008-01-10, by ben
-
export m_config_set_profile()2008-01-10, by ben
-
allow generation of ctags and etags2008-01-10, by ben
-
Deny the code using realpath().2008-01-10, by ulion
-
sync w/r256572008-01-09, by gpoirier
-
Codecdata must always be malloc'd, fixes free being called with an2008-01-09, by reimar
-
dumpstream is NOT a better way to copy a dvd title2008-01-09, by compn
-
dvd-device can specify iso files too2008-01-09, by compn
-
Set CONFIG_SWSCALER in order to avoid imgresample2008-01-09, by uau
-
Remove unnecessary <signal.h> includes2008-01-09, by uau
-
Use getppid instead of getpid and move a snprintf to where it is actually needed.2008-01-08, by reimar
-
Simplify a needlessly complex use of snprintf2008-01-08, by reimar
-
Do not use exit_player in the signal handler, this code just can not2008-01-08, by reimar
-
Clear fonts when the file is closed.2008-01-08, by eugeni
-
Fix ass_clear_fonts not deallocating fontdata.2008-01-08, by eugeni
-
Fix illegal identifiers, names starting with __ are reserved for the system.2008-01-08, by diego
-
Fix illegal identifier, names starting with _ and uppercase are reserved.2008-01-07, by diego
-
Fix illegal identifier, names starting with _ and uppercase are reserved.2008-01-07, by diego
-
Fix #endif comment, sync with libdvdcss r208.2008-01-07, by diego
-
No need to reinvent strdup...2008-01-07, by eugeni
-
sync with r25158, patch by JRaSH2008-01-07, by kraymer
-
Deallocate audio track codecdata.2008-01-07, by eugeni
-
Copy font data to ass_library instead of referencing demuxer-owned memory.2008-01-07, by eugeni
-
Set freetype flag in the font_desc_t when using a freetype font.2008-01-07, by ulion
-
Add heartbeat-cmd option2008-01-07, by reimar
-
Remove some now unused screensaver stuff code.2008-01-07, by reimar
-
Remove most of the messy screensaver code in favour of only XResetScreenSaver2008-01-07, by reimar
-
Use a screensaver_off variable to save current state and avoid2008-01-07, by reimar
-
Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved2008-01-06, by diego
-
Make some functions in mplayer.c static2008-01-06, by reimar
-
Relicense to GPL v2 or later with Reimar's permission.2008-01-06, by diego
-
Whitespace-only cosmetics: get rid of tabs2008-01-06, by reimar
-
Rename common.[ch], there are too many files by that name.2008-01-06, by diego
-
cosmetics: alphabetical order2008-01-06, by diego
-
Rename common.[ch] to gtk_common.[ch], there are too many files by that name.2008-01-06, by diego
-
Don't overread audio data2008-01-06, by rtogni
-
Don't dynamically allocate sub_packet_lengths[] in raac demuxing.2008-01-06, by rtogni
-
Do not pass timestamp to realvideo binary decoder2008-01-06, by rtogni
-
Remove unused definition.2008-01-06, by diego
-
Remove changelog from file header, we have revision control for this.2008-01-06, by diego
-
cosmetics: Whitespace changes, add comments to some #endif directives.2008-01-06, by diego
-
Remove all test programs with 'make clean'.2008-01-06, by diego
-
/usr/lib/win32 --> /usr/local/lib/codecs2008-01-06, by diego
-
Remove compilation command comments.2008-01-06, by diego
-
Ignore test programs.2008-01-06, by diego
-
Comment out non-existing mp_msg_set_level function to fix linking.2008-01-06, by diego
-
Fix compilation by replacing a broken macro with in-place code.2008-01-06, by diego
-
Fix compilation due to conflicting type declaration:2008-01-06, by diego
-
Add missing #include so that the header works standalone.2008-01-06, by diego
-
Add proper compilation rules for qtx/list and qtx/qtxload and remove silly2008-01-06, by diego
-
Get the dshow test program closer to linking.2008-01-06, by diego
-
Fix warnings:2008-01-06, by diego
-
Add missing #includes to fix compilation:2008-01-06, by diego
-
Allow overriding [Script Info] parameters with -ass-force-style option.2008-01-05, by eugeni
-
Give a sense to this sentence2008-01-05, by ben
-
angle switching in dvd2008-01-05, by nicodvb
-
documented angle commands2008-01-05, by nicodvb
-
Fix typo, LIBNAME should be LIBNAME_COMMON.2008-01-05, by diego
-
properties to get and set angle; patch by oattila chello hu2008-01-05, by nicodvb
-
properties to change angle; patch by oattila chello hu2008-01-05, by nicodvb
-
implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu2008-01-05, by nicodvb
-
implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu2008-01-05, by nicodvb
-
NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTRL_SET_ANGLE2008-01-05, by nicodvb
-
remove code for colorspaces x264 doesn't support2008-01-05, by lorenm
-
fixed bug when playing multi-angle titles: the address field in the agli data2008-01-05, by nicodvb
-
fix artifacts in -vf fspp. regression in r23476.2008-01-05, by lorenm
-
Fix property audio_delay bug when step up/down with arg value NULL.2008-01-05, by ulion
-
sync w/r255872008-01-04, by gpoirier
-
synced with r255922008-01-03, by Gabrov
-
Add HAVE_SOCKLEN_T to config.h for FFmpeg2008-01-03, by uau
-
Relicense file to GPL v2 or later with the permission of Rudolf Marek,2008-01-02, by diego
-
Add proper license header.2008-01-02, by diego
-
Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o.2008-01-02, by diego
-
Properly express dependencies for generated .c and .h files.2008-01-02, by diego
-
when {v|a}_o_mpegpes:card isn't specified by the user mplayer uses the first available card2008-01-02, by nicodvb
-
when :card isn't specified by the user search the first available card2008-01-02, by nicodvb
-
Add an example for dvdnav:// usage with path.2008-01-02, by cehoyos
-
Use _ISOC99_SOURCE instead of _GNU_SOURCE.2008-01-02, by diego
-
Happy New Year!2008-01-02, by zuxy
-
10l: Replace #define with #endif where I really meant to write #endif.2008-01-02, by diego
-
Add multiple inclusion guards to all header files that lack them.2008-01-01, by diego
-
Add a comment that explains why this header has no multiple inclusion guards.2008-01-01, by diego
-
Replace multiple inclusion guards with leading underscores by default names.2008-01-01, by diego
-
Consistently use _H in multiple inclusion guard.2008-01-01, by diego
-
consistency cosmetics: Do not #define multiple inclusion guards to 1.2008-01-01, by diego
-
Consistently use just the name of the #ifdef directive in preprocessor comments.2008-01-01, by diego
-
consistency cosmetics2008-01-01, by diego
-
Consistently use just the name of the #ifdef directive in #endif comments.2008-01-01, by diego
-
Fix wrong #endif comment that does not match the #ifdef directive.2008-01-01, by diego
-
Port typo fixes from FFmpeg.2008-01-01, by diego
-
Remove compilation command from source file, it is already in the Makefile.2008-01-01, by diego
-
Fix license header to read Lesser General Public License 2.1,2008-01-01, by diego
-
unrarlib.o no longer exists, link against unrar_exec.o.2008-01-01, by diego
-
Add explanatory comments to #endif preprocessor directives.2008-01-01, by diego
-
include dvdnav.h from its installation directory rather than appending2008-01-01, by nicodvb
-
update copyright year to 20082008-01-01, by gpoirier
-
removed inclusion of unneeded header (forgotten in previous commit)2008-01-01, by nicodvb
-
Add explanatory comments to the #endif part of multiple inclusion guards.2007-12-31, by diego
-
Add comments to some #endif directives.2007-12-31, by diego
-
Remove superfluous README file, its content is in the Copyright file.2007-12-31, by diego
-
Comment out the correct #endif directive.2007-12-31, by diego
-
Relicense files marked as GPL v2 to GPL v2 or later.2007-12-31, by diego
-
Fix typo in multiple inclusion guard comment.2007-12-31, by diego
-
Relicense GPL v2 files as GPL v2+ and add proper license headers.2007-12-31, by diego
-
Default use the dir where the current playing file located if path not set.2007-12-31, by ulion
-
Relicense files written by Nick Kurshev and marked as "GPL v2" to2007-12-30, by diego
-
Add proper license header.2007-12-30, by diego
-
Add missing #include, fixes the warning:2007-12-30, by diego
-
Remove unused variable, fixes the warning:2007-12-30, by diego
-
Remove redundant extern declarations, fixes the warnings:2007-12-30, by diego
-
sync w/r25529, patch by JRaSH: jrash06 A 163 P com2007-12-30, by gpoirier
-
Remove unused static variables, fixes the warnings:2007-12-30, by diego
-
Remove unused variables, fixes the warnings:2007-12-30, by diego
-
Disable unused code, fixes the warning:2007-12-30, by diego
-
Add missing #include for vo_draw_text.2007-12-30, by diego
-
Do not duplicate MJpegContext struct, #include the proper header instead.2007-12-30, by diego
-
Add missing #include, fixes the warning:2007-12-30, by diego
-
typo2007-12-30, by diego
-
Improve comments for ass_process_* functions.2007-12-30, by eugeni
-
Return from ass_start_frame immediately if the track is empty.2007-12-30, by eugeni
-
synced with r255392007-12-29, by Gabrov
-
Use proper length specifiers in mp_msg calls, fixes the warnings:2007-12-28, by diego
-
Fix warnings when compiling test application.2007-12-28, by diego
-
Fix update_subtitles() checking subtitle type for the wrong track.2007-12-28, by eugeni
-
synced with r254552007-12-28, by ptt
-
Add detection of *lrint* and round* functions to configure.2007-12-28, by eugeni
-
Make windres binary name configurable, useful for cross-compiling.2007-12-28, by diego
-
Remove redundant option 'auto-close' from cmdlist and filesel.2007-12-28, by ulion
-
typo in preprocessor condition2007-12-27, by diego
-
Remove unused static variable pass, fixes the warning:2007-12-27, by diego
-
From now on, libmenu does not steal all input keys from input modules.2007-12-26, by ulion
-
Support ?(!NAME:TEXT) format for expanding string by property.2007-12-26, by ulion
-
Add a missing free of the avctx2007-12-25, by reimar
-
Use '-' instead of '_' in option name.2007-12-25, by ulion
-
Remove useless scope.2007-12-25, by ulion
-
Change the default osd menu command for AR_MENU in comment of input.conf.2007-12-25, by ulion
-
Simplify the condition code.2007-12-25, by ulion
-
Add some const/static qualifiers as appropriate2007-12-24, by reimar
-
Use realloc_struct in more places for consistency2007-12-24, by reimar
-
Get rid of some of the more excessive () and casts.2007-12-24, by reimar
-
pci_db2c.awk creates more than just two .c files, add the rest to the rule.2007-12-24, by diego
-
Skip unnecessary (debug) output; obey the rule of silence.2007-12-24, by diego
-
Make sure we have an rtsp session2007-12-24, by lu_zero
-
typo: begining --> beginning2007-12-23, by diego
-
Replace LOAD_LE32 etc. by AV_RL32 etc.2007-12-23, by reimar
-
Add a read_varlen function to reduce some code duplication2007-12-23, by reimar
-
Fix compilation of liba52/test.c testing and benchmarking application.2007-12-23, by iive
-
Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour2007-12-22, by reimar
-
cosmetics: Remove trailing whitespace, reformat one comment.2007-12-22, by diego
-
Add proper copyright/license headers.2007-12-22, by diego
-
Add missing X11/extensions/scrnsaver.h include2007-12-22, by reimar
-
Remove wrong and misleading comments.2007-12-22, by diego
-
typos2007-12-22, by diego
-
cosmetics: grammar/spelling2007-12-22, by diego
-
100l, fix compilation.2007-12-22, by reimar
-
Grammar fix.2007-12-22, by ulion
-
Add copyright info for s/pdif code from VideoLAN.2007-12-22, by ulion
-
Add missing #include, fixes2007-12-22, by diego
-
cosmetics: Remove trailing whitespace.2007-12-22, by diego
-
cosmetics: spelling fixes2007-12-22, by diego
-
Set is_streamed correctly, should make network playback work more reliably.2007-12-22, by reimar
-
Get rid of URLProtocol mess (especially problematic since it made use2007-12-22, by reimar
-
Typo fix in message2007-12-22, by reimar
-
Simplify int_fastXY_t test in configure.2007-12-22, by reimar
-
Do not send mouse movements events in root win mode.2007-12-22, by ulion
-
Remove useless #ifdefs2007-12-22, by reimar
-
Add support for XScreenSaverSuspend2007-12-22, by reimar
-
Check availability before check argument for getting gamma properties.2007-12-22, by ulion
-
Revert to r25490, since the r25491 is not correct.2007-12-22, by ulion
-
Combine code for check availability of property audio(id).2007-12-22, by ulion
-
Combine common code for check whether chapter is available.2007-12-22, by ulion
-
OSD menu support mouse selection.2007-12-22, by ulion
-
Move two variable to the scope where they are indeed used.2007-12-22, by ulion
-
Simplify a little bit2007-12-21, by reimar
-
Remove a check that is never in any way useful2007-12-21, by reimar
-
comment typo fixes2007-12-21, by diego
-
Avoid some le2me_ASF_* stuff operating directly on buffer, should2007-12-21, by reimar
-
The lagarith DLL requires an MMX2 CPU.2007-12-21, by diego
-
Remove another useless cast2007-12-21, by reimar
-
100l, buffer bound checks work better when done _before_ access.2007-12-21, by reimar
-
Reduce some extreme parsing ugliness (mostly cosmetic)2007-12-21, by reimar
-
Remove useless alloc casts2007-12-21, by reimar
-
Reduce code duplication: add a asf_read_wrapper function that never does partial reads2007-12-21, by reimar
-
30% synced with r227532007-12-20, by ptt
-
Move more variables into the block where they are used2007-12-20, by reimar
-
Move a variable to where it is used2007-12-20, by reimar
-
Support send mouse movements commands to mplayer.2007-12-20, by ulion
-
Fix stream_cache to use sector_size set in stream_t.2007-12-20, by ulion
-
Move ds->current=NULL; further up to the free_demux_packet.2007-12-20, by reimar
-
Fix comment from unrarlib to unrar_exec2007-12-20, by ulion
-
Remove redundant code since unrarlib was removed.2007-12-20, by ulion
-
Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSD2007-12-20, by reimar
-
Remove internal unrarlib copy, the new unrarexec code is a strict superset.2007-12-20, by diego
-
Make sure strides have positive values before converting.2007-12-20, by benoit
-
Add variable bx, dx to simplify code of function menu_draw_list.2007-12-20, by ulion
-
Add local variable 'line_h' to simplify code of function menu_list_draw.2007-12-20, by ulion
-
Ignore mouse pos command when pausing.2007-12-19, by ulion
-
Currently menu title did not align center together with menu items when x>=0.2007-12-19, by ulion
-
Calculate and draw osd accurately.2007-12-19, by ulion
-
Make libmenu init and uninit in proper place.2007-12-19, by ulion
-
Vobsub support tridx setting in .idx file.2007-12-19, by ulion
-
Use calloc instead of malloc when allocate vobsub_t.2007-12-19, by ulion
-
sync w/r254552007-12-19, by gpoirier
-
Protocol name should be case insensitive.2007-12-19, by ulion
-
Merge 'Jump to ...' with 'Prev/Next' menu item into one item 'Prev/Next ...'.2007-12-19, by ulion
-
typo noticed by Paul TT2007-12-18, by diego
-
sync w/254402007-12-18, by gpoirier
-
Use NSMakeRect and NSRect in correct way:2007-12-18, by ulion
-
Fix wrong code in last commit.2007-12-18, by ulion
-
Fix mouse button mapping:2007-12-18, by ulion
-
Here should add the minb to x when x>=0 because in later code2007-12-18, by ulion
-
Fix the menu uninit function name.2007-12-18, by ulion
-
Replace another m_struct_t by 'struct m_struct_st' to remove depedency2007-12-18, by ulion
-
Stop MPlayer from complaining about bogus AviSynth DLL load failures.2007-12-18, by diego
-
Remove dependency on m_struct.h when include libmenu/menu.h.2007-12-18, by ulion
-
Do not operate on vobsub when no video (Bug #312).2007-12-18, by ulion
-
r25345 patched the wrong line.2007-12-17, by ben
-
Record screen size and display size in vo_ variables.2007-12-17, by ulion
-
screen_frame is only used for fullscreen mode.2007-12-17, by ulion
-
Fix the expand text's format by the source.2007-12-17, by ulion
-
Caching toc header in vcd private structure for later use.2007-12-17, by ulion
-
Add cdda stream control for chapter commmands.2007-12-17, by ulion
-
Fix indent for last commit.2007-12-17, by ulion
-
Ignore elements of keybindings other than 'binding'.2007-12-17, by ulion
-
Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.2007-12-17, by ulion
-
Display parsed keycode in verbose output.2007-12-17, by ulion
-
mention that the sync is partial2007-12-17, by gpoirier
-
partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%2007-12-17, by gpoirier
-
cosmetics: Remove trailing whitespace.2007-12-17, by diego
-
Modified for using chapter property for $(NAME:TEXT) or ?(NAME:TEXT).2007-12-17, by ulion
-
Fix memory leak.2007-12-17, by ulion
-
The function parameter 'preferred_language' should be const char *.2007-12-17, by ulion
-
Use correct #include for waitpid, fixes the warning:2007-12-17, by diego
-
Remove useless stray #include.2007-12-16, by diego
-
Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.2007-12-16, by diego
-
Should not change stream->pos in fill_buffer function.2007-12-16, by ulion
-
cosmetics: reformatting2007-12-16, by diego
-
There are no special rules for commits to the build system.2007-12-16, by diego
-
Support cddb on darwin.2007-12-16, by ulion
-
make libass use sub_font_name whenever it's possible2007-12-16, by ben
-
sync w/ r25389 (up-to-date!!)2007-12-16, by gpoirier
-
sync w/r253152007-12-16, by gpoirier
-
10l, in dvb_free_config() channels' names must be free individually2007-12-15, by nicodvb
-
cosmetic: indent after r254152007-12-15, by ben
-
do not override *file_format if already set by asf_streaming_start()2007-12-15, by ben
-
pa_stream_write reportedly needs locking of the main loop2007-12-15, by reimar
-
Fix indentation2007-12-15, by reimar
-
Remove pointless pa_stream_trigger call2007-12-15, by reimar
-
Documentation for waitop function2007-12-15, by reimar
-
Make the end_sector accessable (it should be).2007-12-15, by ulion
-
Add auto-update property for property menu item.2007-12-15, by ulion
-
Only read disc info once and save it for later using.2007-12-15, by ulion
-
dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv (1000l to me)2007-12-15, by nicodvb
-
The buffer used for pread need be aligned, but currently it got an offset 232007-12-15, by ulion
-
Get end position of last track by adding its starting address with track size.2007-12-15, by ulion
-
Replace printf with mp_msg.2007-12-15, by ulion
-
partial sync with some of the latest commits2007-12-14, by gpoirier
-
Always enable largefile support by default2007-12-14, by uau
-
implemented frame selection for savage driver2007-12-14, by ben
-
fix frame size calculation2007-12-14, by ben
-
remove useless code parts2007-12-14, by ben
-
bgr24 and bgr32 support2007-12-14, by ben
-
rgb -> bgr2007-12-14, by ben
-
register values were already set: simplify2007-12-14, by ben
-
Only print one track info when exactly seeking to the beginning of a track.2007-12-14, by ulion
-
Support chapter in OSD menu.2007-12-14, by ulion
-
Support chapter as a property.2007-12-14, by ulion