Mercurial > mplayer.hg
graph
-
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