Mercurial > mplayer.hg
graph
-
Offset should be size_t.2008-05-29, by eugeni
-
Clear iconv conversion state after each subtitle line.2008-05-29, by eugeni
-
Remove extra messages.2008-05-29, by diego
-
Fix mismatching messages.2008-05-29, by diego
-
Fix mismatching translated messages as pointed out by TOOLS/mphelp_check.py.2008-05-29, by diego
-
fix problems picked up by mphelp_check.py2008-05-29, by gpoirier
-
The install-drivers target should depend on the drivers target.2008-05-29, by diego
-
Revert commit r26897.2008-05-28, by iive
-
Merge drivers/Makefile into top-level Makefile.2008-05-28, by diego
-
Fix setting of CFLAGS for Radeon modules.2008-05-28, by diego
-
Disable unused function, fixes the warning:2008-05-28, by diego
-
mga_vid driver wording fixes2008-05-28, by diego
-
Move messages header file creation to a separate shell script.2008-05-27, by diego
-
Add a slave command to stop stream playback.2008-05-27, by ben
-
Initialize sh_audio/sh_video->ds2008-05-27, by reimar
-
Simplify/make new_sh behaviour more consistent when a stream gets redefined.2008-05-27, by reimar
-
Cosmetics: simplify2008-05-27, by reimar
-
Move native musepack demuxer further down in demuxer list2008-05-27, by reimar
-
Revert declaration .NOTPARALLEL. Unfortunately this special target does not2008-05-27, by diego
-
Mark VIDIX_PCI_FILES targets as NOTPARALLEL. They are all created2008-05-27, by diego
-
Use 'grep -q' instead of redirecting grep output to /dev/null.2008-05-27, by diego
-
mga_vid string wording fix2008-05-27, by diego
-
Fix typo in string name.2008-05-27, by diego
-
Instead of removing code from this imported library, place it under #if 0.2008-05-27, by diego
-
cosmetics: Fix pointless weird indentation.2008-05-27, by diego
-
cosmetics: XviD --> Xvid2008-05-27, by diego
-
cosmetics: Move toolsclean target to a better place.2008-05-27, by diego
-
Update comment heading.2008-05-27, by diego
-
cosmetics: Consistently place '-o $@' in compiler command line.2008-05-27, by diego
-
Simplify codec-cfg-test command with $^.2008-05-27, by diego
-
Fix codecs2html linking.2008-05-27, by diego
-
Merge doxygen_clean rule into distclean.2008-05-27, by diego
-
codecs2html and codec-cfg-test are removed by toolsclean. Do not remove2008-05-27, by diego
-
Add codecs2html to TESTS variable.2008-05-27, by diego
-
Fix dependency declaration for codecs2html.2008-05-27, by diego
-
cosmetics: Move some rules to better places.2008-05-27, by diego
-
Add missing -I. to fix codecs2html compilation.2008-05-27, by diego
-
Add codec-cfg-test to list of TESTS.2008-05-27, by diego
-
Correct dependency declaration for codec-cfg-test.2008-05-27, by diego
-
There is no need to ignore the return value of an 'rm -rf' command.2008-05-27, by diego
-
Fix codec-cfg-test linking.2008-05-27, by diego
-
Link codec-cfg programs against mp_msg-mencoder.o instead of mp_msg.o.2008-05-27, by diego
-
Fix codec-cfg-test compilation.2008-05-27, by diego
-
Emulate STREAM_CTRL_GET_TIME_LENGTH if cache is used.2008-05-26, by reimar
-
add qclp fourcc2008-05-26, by compn
-
sync w/r26863, patch by JRaSH % jrash06 A 163 P com %2008-05-25, by gpoirier
-
Readd fourcc used by MTV format. Note that BGR->YUV conversion2008-05-25, by reimar
-
Remove incorrectly added formats2008-05-25, by reimar
-
Render everything as early as possible, doing as little as possible in2008-05-25, by reimar
-
Reorder flip_page to make moving around do_render call easier2008-05-25, by reimar
-
Split flip_page function2008-05-25, by reimar
-
Simplify yuv to rgb conversion matrix stuff.2008-05-24, by reimar
-
Cosmetics: align2008-05-24, by reimar
-
update doxygen comments2008-05-24, by reimar
-
Add a filter strength parameter for blurring/sharpening scalers.2008-05-24, by reimar
-
Forgotten changes to gl_common.h2008-05-24, by reimar
-
Use a struct instead of a huge and further growing argument list.2008-05-24, by reimar
-
Add basic support for stream controls with cache enabled.2008-05-24, by reimar
-
make use of the new MGA_VID_VERSION ioctl to check2008-05-23, by attila
-
sync mga_vid.h to revision 265 from the mga_vid repo2008-05-23, by attila
-
revert changes 26035 and 260612008-05-23, by attila
-
synced with r268532008-05-23, by Gabrov
-
little fixes2008-05-23, by ptt
-
Get rid of "define RECURSIVE_RULE" since a lot of make version have problems2008-05-23, by reimar
-
Cosmetics: reindent after the last commit.2008-05-22, by eugeni
-
Read all faces of a memory font, not just the first one.2008-05-22, by eugeni
-
Saner handling of VOCTRL_PAUSE/VOCTRL_RESUME2008-05-22, by reimar
-
Simplify equalizer handling for vo gl2008-05-22, by reimar
-
Update gl vo section with the new force-pbo suboption.2008-05-22, by reimar
-
fix a lot of mistranslations and typos, patch by Cedric Dumez-Viou2008-05-22, by gpoirier
-
Fix compilation with FontConfig <= 2.2.96.2008-05-22, by eugeni
-
Avoid crash with video stream switching and -nosound2008-05-21, by reimar
-
Make internal subtitle and subtitle switching work with -audiofile2008-05-21, by reimar
-
Use av_alloc_put_byte instead of custom protocol.2008-05-21, by reimar
-
r26675: update paragraphs related to x264, and update its checkout command2008-05-21, by voroshil
-
Add some codec specifications needed to play MTV files.2008-05-21, by reimar
-
r26512: consistently print fps with three digits of precision2008-05-21, by voroshil
-
Continue detection if it is not clear if we have a MP3 or flac file.2008-05-21, by reimar
-
left an english phrase in, removed.2008-05-21, by ptt
-
remove extra dash in nocorrect-pts option2008-05-21, by compn
-
add potentially missing types2008-05-20, by ben
-
synced with r268392008-05-20, by Gabrov
-
In case 2 styles have the same name, prefer the latest one.2008-05-19, by eugeni
-
Output a better informative message if no AltiVec CFLAGS can be found.2008-05-19, by diego
-
Do not run second AltiVec CFLAG check in a subshell; the variable that is2008-05-19, by diego
-
If character set conversion for help_mp.h is required, do it on the whole2008-05-19, by diego
-
The multiple inclusion guard in help_mp.h has to cover the whole file,2008-05-19, by diego
-
Simplify help_mp.h generation commands by using $@.2008-05-18, by diego
-
Do not hide that we are running a helper script.2008-05-18, by diego
-
Move the logic that decides if untranslated messages need to be added to2008-05-18, by diego
-
Replace hack to disable iconv conversion of messages with something more sane.2008-05-18, by diego
-
Only run AltiVec compiler tests on PowerPC.2008-05-18, by diego
-
fix compilation of input.c if neither macosx/linux apple remote code2008-05-18, by ben
-
Remove unused strip target.2008-05-18, by diego
-
Merge directory installation commands.2008-05-18, by diego
-
one less level of indirection for install and program targets2008-05-18, by diego
-
10l: Fix MAN_LANG creation for real this time.2008-05-18, by diego
-
10l: missing quotes in sed command2008-05-18, by diego
-
install-mplayer and install-mencoder targets should depend on install-dirs.2008-05-18, by diego
-
Do not install DATADIR always, the GUI installation target takes care of this.2008-05-18, by diego
-
Install the required man page directories in the man page targets.2008-05-18, by diego
-
Replace hackish shell loops for man page installation with make constructs.2008-05-18, by diego
-
Create directories for the translated man pages in the install-dirs target.2008-05-18, by diego
-
Split MAN_LANG Makefile variable into MAN_LANG and MAN_LANG_ALL with2008-05-18, by diego
-
Introduce make variable common to the GTK and Windows GUI and use it2008-05-18, by diego
-
install-mencoder-man depends on install-mplayer-man.2008-05-18, by diego
-
Replace shell for loop with proper foreach make construct in uninstall target.2008-05-18, by diego
-
Always uninstall English man pages instead of never.2008-05-18, by diego
-
Remove (hopefully obsolete) codecs.conf workaround.2008-05-18, by diego
-
Introduce a pattern rule for install-mplayer and install-mencoder targets.2008-05-18, by diego
-
Separate install-mencoder and install-mencoder-man targets.2008-05-18, by diego
-
The install-gui target depends on the install-mplayer target.2008-05-18, by diego
-
Simplify installation rules with $<.2008-05-18, by diego
-
Do not remove gmplayer.1, it is never installed.2008-05-18, by diego
-
10l: Add missing parentheses in AltiVec test logic.2008-05-18, by diego
-
Document x264's AQ options2008-05-18, by gpoirier
-
Sort alphabetically2008-05-18, by ben
-
There is no need to ignore errors from 'rm -f' commands.2008-05-18, by diego
-
Remove skin download instructions, they have no place in the Makefile.2008-05-18, by diego
-
Declare new Linux AppleIR remote support.2008-05-18, by ben
-
Make "Menu" button of AppleIR remote call OSD Menu instead2008-05-18, by ben
-
Allow DVD Menus to be controlled by AppleIR Remote.2008-05-18, by ben
-
Keep AppleIR enabled by default on MacOSX but have it disable on Linux.2008-05-18, by ben
-
Document the -noar command-line option in en/fr manpages.2008-05-18, by ben
-
Do not enable AppleIR by default.2008-05-18, by ben
-
Do not consider TAGS file under SVN.2008-05-18, by ben
-
Add support for AppleIR Remote as an input under Linux systems.2008-05-18, by ben
-
Add section about code from NuppelVideo / RTJPEG.2008-05-17, by diego
-
Add missing MPLAYER_ prefix to multiple inclusion guards.2008-05-17, by diego
-
add ffmpeg ea maxis xa adpcm audio decoder2008-05-16, by compn
-
cosmetics: Remove useless parentheses from return statements.2008-05-16, by diego
-
cosmetics: Remove pointless parentheses from return statements.2008-05-16, by diego
-
cosmetics: Remove pointless parentheses from return statements.2008-05-16, by diego
-
cosmetics: Remove useless parentheses from return statements.2008-05-16, by diego
-
cosmetics: Remove useless parentheses from from return statements.2008-05-16, by diego
-
cosmetics: Remove pointless parentheses from return calls.2008-05-16, by diego
-
cosmetics: Remove useless parentheses from return statements.2008-05-16, by diego
-
Remove unused function, fixes the warning:2008-05-15, by diego
-
Add missing stream.h #include, fixes the warning:2008-05-15, by diego
-
Remove unused variable, fixes the warning:2008-05-15, by diego
-
cosmetics: Break overly long lines.2008-05-15, by diego
-
Mark static tables const.2008-05-15, by diego
-
add gsm in aif, works on aif-gsm610.aif2008-05-14, by compn
-
Add stanza about files taken from the MJPEG Tools suite.2008-05-14, by diego
-
Mark files that were imported from the MJPEG Tools suite as such.2008-05-14, by diego
-
10l: Revert license header cleanup on imported files.2008-05-14, by diego
-
Use standard license headers with standard formatting.2008-05-14, by diego
-
Use standard license headers with standard formatting.2008-05-14, by diego
-
its typo spotted by diego2008-05-14, by compn
-
Use standard license headers with standard formatting.2008-05-14, by diego
-
Use standard license headers with standard formatting.2008-05-14, by diego
-
Speak of libass instead of MPlayer in the libass license headers.2008-05-14, by diego
-
Use standard license headers with standard formatting.2008-05-14, by diego
-
clean up dll keyword2008-05-14, by compn
-
add rl2 codec2008-05-14, by compn
-
sync w/r267622008-05-14, by gpoirier
-
Add detection code for abnormal pts jump when seeking previous.2008-05-14, by ulion
-
Seek by pts accurately.2008-05-14, by ulion
-
Remove '(pass 1/2)' from some lavcopts. These options really worked on2008-05-13, by corey
-
Add a new suboption to -vo xv and -vo xvmc that allows selection2008-05-13, by ben
-
Use more intuitive and user-friendly DVDNAV control keys.2008-05-13, by ben
-
Delcare a dvdnav-specific input section if the currently played2008-05-13, by ben
-
Use standard license headers.2008-05-13, by diego
-
Use standard license header with standard formatting.2008-05-13, by diego
-
Add standard license header.2008-05-13, by diego
-
Fix one more license header wording detail for consistency.2008-05-13, by diego
-
Use standard license header.2008-05-13, by diego
-
Fix typo in install-gui target dependency.2008-05-13, by diego
-
Cosmetics: remove some commented code.2008-05-12, by eugeni
-
Change subtitle selection order by giving "indirect" ways of specifying the2008-05-12, by eugeni
-
Use standard license headers.2008-05-12, by diego
-
consistency cosmetics: Move some parts of file headers around; typo fixes.2008-05-12, by diego
-
-psprobe can be used in mpeg-pes streams, too2008-05-12, by nicodvb
-
ptx is an internal fourcc2008-05-12, by compn
-
Remove pointless changelogs.2008-05-12, by diego
-
Use standard license header and add back credits line for Marcel Naziri.2008-05-12, by diego
-
Remove pointless changelog from file header.2008-05-12, by diego
-
add ffsiff, works on game-formats/SIFF/2008-05-12, by compn
-
add ffptx , works on ptx samples2008-05-12, by compn
-
When building font pattern, treat both ' ' and '-' as word separators.2008-05-11, by eugeni
-
Fix possible free of unallocated memory.2008-05-11, by eugeni
-
Remove unused file, it has never been compiled.2008-05-11, by diego
-
Oops, remove stray .TP.2008-05-11, by diego
-
Use standard license header.2008-05-11, by diego
-
sync w/r267322008-05-11, by gpoirier
-
Add license headers to av_opts2008-05-11, by reimar
-
Factorize "int i".2008-05-11, by michael
-
cosmetics: wording/spelling fixes2008-05-11, by diego
-
cosmetics: Fix unknow vs. unknowN typo.2008-05-11, by diego
-
Mark new options Michael committed as undocumented.2008-05-11, by diego
-
Add newlines at end of file, this is required for text files and gcc2008-05-11, by reimar