| Commit message (Expand) | Author | Age | Files | Lines |
* | change reverse DNS strings to io.mpv.* | Stefano Pigozzi | 2013-04-16 | 1 | -1/+1 |
* | make: add osxbundle-skip-deps | Stefano Pigozzi | 2013-04-08 | 1 | -21/+50 |
* | vf_dlopen examples: add copyright headers (LGPL 2.1+) | Rudolf Polzer | 2013-04-08 | 7 | -0/+147 |
* | mpv_identify: add --quiet to mpv command line | wm4 | 2013-03-26 | 1 | -1/+1 |
* | mpv_identify: allow specifying mpv binary via MPV | wm4 | 2013-03-26 | 1 | -1/+5 |
* | core: output --playing-msg message only after at least one frame is shown | wm4 | 2013-03-26 | 1 | -1/+1 |
* | command: export VO video width/height as properties | wm4 | 2013-03-26 | 1 | -0/+2 |
* | demux_mkv: support V_UNCOMPRESSED video tracks | wm4 | 2013-01-24 | 1 | -0/+1 |
* | osxbundle: fix unicode support in fonts.conf | kax4 | 2013-01-07 | 1 | -5/+116 |
* | osxbundle: print meaningful error when a dylib is missing | Stefano Pigozzi | 2012-12-16 | 1 | -1/+7 |
* | osxbundle: add fonts.conf to distributed bundle | Stefano Pigozzi | 2012-12-15 | 1 | -0/+9 |
* | TOOLS: remove checktree.sh | wm4 | 2012-11-14 | 1 | -350/+0 |
* | mpv_identify: stop using \n; fix property name handling | Rudolf Polzer | 2012-11-12 | 1 | -2/+5 |
* | Port several python scripts to Perl | Kovensky | 2012-11-08 | 10 | -480/+1398 |
* | osxbundle: run install_name_tool -id only on direct dependencies | Stefano Pigozzi | 2012-11-06 | 1 | -15/+14 |
* | TOOLS: add script for osx bundle generation | Stefano Pigozzi | 2012-10-16 | 10 | -0/+353 |
* | Merge branch 'input_changes' into master | wm4 | 2012-10-12 | 1 | -12/+11 |
|\ |
|
| * | TOOLS/mplayer2_identify.sh: program property is not readable | wm4 | 2012-10-12 | 1 | -1/+0 |
| * | commands: rename properties, update input.conf | wm4 | 2012-10-12 | 1 | -12/+12 |
* | | Rename to "mpv" | wm4 | 2012-10-12 | 2 | -226/+7 |
* | | Fix string.format compatibility with Python 2.6 | Kovensky | 2012-10-01 | 1 | -3/+3 |
* | | build: use "python" instead of "python3" as interpreter name | wm4 | 2012-09-29 | 3 | -3/+3 |
* | | build: make Python scripts compatible with Python 2.x | wm4 | 2012-09-29 | 2 | -1/+7 |
* | | TOOLS: fix first frame pts for dlopen/telecine.so | Rudolf Polzer | 2012-09-28 | 1 | -6/+13 |
|/ |
|
* | TOOLS: add a new file identifier tool | Rudolf Polzer | 2012-09-18 | 1 | -0/+165 |
* | vf_dlopen: vf_rectangle filter moved to dlopen (unix only) | Rudolf Polzer | 2012-09-18 | 2 | -1/+348 |
* | vf_dlopen: improve performance for 1-frame-for-1-frame filters | Rudolf Polzer | 2012-09-18 | 1 | -1/+6 |
* | vf_dlopen: add a generic filter to load external filters | Rudolf Polzer | 2012-08-23 | 6 | -0/+547 |
* | TOOLS/uncrustify.cfg: add uncrustify profile for code reformatting | wm4 | 2012-08-06 | 1 | -0/+158 |
* | TOOLS/fil2string.py: fix for use with binary files | wm4 | 2012-07-28 | 1 | -1/+1 |
* | TOOLS: remove useless crap | wm4 | 2012-07-28 | 31 | -5245/+0 |
* | Remove TOOLS/realcodecs | wm4 | 2012-07-28 | 9 | -3892/+0 |
* | build, codec-cfg.c: simplify builtin codecs.conf handling | Uoti Urpala | 2012-07-16 | 1 | -0/+23 |
* | build: use python3 to generate some files previously in git | Uoti Urpala | 2012-07-16 | 2 | -1/+3 |
* | vo_vdpau: implement screenshots | wm4 | 2011-11-25 | 1 | -0/+1 |
* | TOOLS/matroska.py: recognize CodecName | Uoti Urpala | 2011-04-08 | 1 | -0/+1 |
* | TOOLS/: minor fixes in tool code | siretart | 2011-01-31 | 2 | -3/+9 |
* | Merge branch 'sub' | Uoti Urpala | 2011-01-26 | 1 | -2/+2 |
|\ |
|
| * | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 1 | -2/+2 |
* | | TOOLS: Remove most of the mencoder scripts and references | Clément Bœsch | 2011-01-25 | 7 | -1467/+5 |
|/ |
|
* | TOOLS/matroska.py: recognize 3 more elements | Uoti Urpala | 2010-11-21 | 1 | -0/+3 |
* | cleanup: remove NULL checks before free() all over the code | cboesch | 2010-11-14 | 1 | -3/+3 |
* | TOOLS/matroska.py: recognize MaxCache element | Uoti Urpala | 2010-11-08 | 1 | -0/+1 |
* | TOOLS/binary_codecs.sh: make indentation consistent | siretart | 2010-11-07 | 1 | -143/+136 |
* | TOOLS/matroska.py: stop cleanly at EOF of complete file when parsing | Uoti Urpala | 2010-11-02 | 1 | -2/+10 |
* | TOOLS/matroska.py: change to python3 syntax | Uoti Urpala | 2010-11-02 | 1 | -37/+39 |
* | TOOLS/binary_codecs.sh: avoid creating fake "bestsites" | siretart | 2010-11-02 | 1 | -2/+3 |
* | TOOLS/binary_codecs.sh: fix obsolete dpkg syntax | siretart | 2010-11-02 | 1 | -1/+1 |
* | TOOLS/subrip: fix linking failure | diego | 2010-11-02 | 1 | -0/+3 |
* | cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr) | reimar | 2010-11-02 | 1 | -2/+2 |
* | build: Rename configure.log file to config.log | diego | 2010-11-02 | 1 | -1/+1 |
* | TOOLS/matroska.py: recognize ChapCountry | Uoti Urpala | 2010-10-21 | 1 | -0/+1 |
* | demux_mkv: read tags. | Anton Khirnov | 2010-05-22 | 1 | -0/+9 |
* | TOOLS/matroska.py: support 8-byte floats in parsing mode | Uoti Urpala | 2010-03-11 | 1 | -2/+7 |
* | Merge svn changes up to r30748 | Uoti Urpala | 2010-03-10 | 3 | -7/+8 |
|\ |
|
| * | Do not cast the results of malloc/calloc/realloc. | diego | 2010-02-26 | 2 | -3/+3 |
| * | mention that on windows, you've to use the netstream.exe to build the | attila | 2010-02-26 | 1 | -4/+5 |
* | | Merge svn changes up to r30675 | Uoti Urpala | 2010-03-10 | 4 | -12/+0 |
|\| |
|
| * | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 | 14 | -22/+0 |
* | | Merge svn changes up to r30663 | Uoti Urpala | 2010-03-10 | 4 | -8/+0 |
|\| |
|
| * | TOOLS/realcodecs: Remove pointless '#if 1' preprocessor directives. | diego | 2010-02-19 | 4 | -8/+0 |
* | | Merge svn changes up to r30463 | Uoti Urpala | 2010-03-09 | 10 | -8/+158 |
|\| |
|
| * | Add standard license header to C tools missing them. | diego | 2010-01-30 | 10 | -8/+158 |
* | | Merge branch 'matroska' | Uoti Urpala | 2010-01-28 | 1 | -0/+397 |
|\ \ |
|
| * | | matroska: add new parsing code | Uoti Urpala | 2010-01-27 | 1 | -0/+397 |
* | | | Merge svn changes up to r30419 | Uoti Urpala | 2010-01-25 | 1 | -6/+8 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | clean up netstream docs in TOOLS/README | compn | 2010-01-23 | 1 | -6/+8 |
* | | vo_vdpau: Add support for high-quality scaling feature | Uoti Urpala | 2009-11-15 | 1 | -0/+1 |
* | | Implement vsync-aware frame timing for VDPAU | Uoti Urpala | 2009-11-15 | 1 | -0/+2 |
* | | Merge branch 'vdpau' into build | Uoti Urpala | 2009-09-19 | 1 | -0/+58 |
|\ \ |
|
| * | | vo_vdpau: Support recovering from VDPAU display preemption | Uoti Urpala | 2009-09-07 | 1 | -0/+1 |
| * | | vo_vdpau: Allocate one large surface for EOSD content | Uoti Urpala | 2009-09-05 | 1 | -0/+1 |
| * | | Merge branch 'vdpau_old' into vdpau | Uoti Urpala | 2009-08-31 | 1 | -0/+56 |
| |\ \ |
|
| | * | | vo_vdpau: Add template file for VDPAU functions | Uoti Urpala | 2009-08-29 | 1 | -0/+56 |
* | | | | Merge svn changes up to r29684 | Uoti Urpala | 2009-09-16 | 2 | -5/+5 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | Convert to UTF-8. | diego | 2009-09-10 | 1 | -1/+1 |
| * | | Fix bashism: Use '$(( ))' syntax instead of '(( ))' for arithmetic expressions. | diego | 2009-09-10 | 1 | -2/+2 |
| * | | Avoid bash-specific 'let' syntax in shell scripts. | diego | 2009-09-07 | 1 | -2/+2 |
| * | | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 23 | -128/+128 |
| |/ |
|
* / | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 26 | -138/+128 |
|/ |
|
* | commit remaining binary_codecs.sh changes from debian. | siretart | 2009-04-23 | 1 | -7/+30 |
* | check for missing libstdc++ | siretart | 2009-04-23 | 1 | -0/+13 |
* | more cosmetics | siretart | 2009-04-23 | 1 | -5/+3 |
* | whitespace cosmetics | diego | 2009-04-23 | 1 | -8/+8 |
* | Part 3 of syncing binary_codecs.sh with Debian | siretart | 2009-04-23 | 1 | -7/+7 |
* | Part 2 of syncing binary_codecs.sh with Debian | siretart | 2009-04-23 | 1 | -6/+16 |
* | Part 1 of syncing binary_codecs.sh with Debian | siretart | 2009-04-22 | 1 | -12/+12 |
* | Replace duplicated code by a macro. | diego | 2009-03-12 | 1 | -45/+16 |
* | Fix and restructure fastmemcpybench. It is now one binary that runs all | diego | 2009-03-10 | 2 | -26/+137 |
* | Make fastmemcpybench almost working - only thing missing is a way to | reimar | 2009-03-09 | 1 | -1/+2 |
* | comment/output cosmetics | diego | 2009-03-09 | 1 | -9/+9 |
* | whitespace cosmetics: | diego | 2009-03-09 | 1 | -74/+75 |
* | Add test for C memcpy() | michael | 2009-03-08 | 1 | -0/+2 |
* | Resurrect script needed for easy use of fastmemcpybench.c. | michael | 2009-03-08 | 1 | -0/+19 |
* | Revert | michael | 2009-03-08 | 1 | -2/+2 |
* | Remove now unnecessary linking hacks. | diego | 2009-03-01 | 1 | -5/+0 |
* | HAVE_WINSOCK2_H is now a 0/1 definition. | diego | 2009-02-01 | 1 | -1/+1 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 | 10 | -39/+42 |
* | Relicense to GPLv2 or later with the author's permission. | diego | 2009-01-02 | 9 | -45/+171 |
* | Fix reference to wrong DLL filename in header comment. | diego | 2009-01-02 | 1 | -1/+1 |
* | Fix confused references to DLL filenames. | diego | 2009-01-01 | 8 | -8/+8 |
* | Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. | diego | 2008-10-16 | 1 | -1/+1 |
* | Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. | diego | 2008-10-16 | 1 | -1/+1 |
* | Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it | diego | 2008-10-16 | 1 | -1/+1 |
* | Remove MinGW cruft. | diego | 2008-10-03 | 1 | -5/+0 |
* | cosmetics: prettyprinting | diego | 2008-09-28 | 1 | -149/+167 |
* | Upgrade license of LGPL 2 or later files to LGPL 2.1 or later. | diego | 2008-09-15 | 1 | -1/+1 |
* | Remove encode2mpeglight, it is only an outdated stripped-down version of the | diego | 2008-09-07 | 2 | -2016/+0 |
* | license header cosmetics | diego | 2008-09-06 | 1 | -2/+2 |
* | Fix incorrect FSF address in license header. | diego | 2008-09-06 | 1 | -3/+3 |
* | Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H. | diego | 2008-08-29 | 1 | -1/+1 |
* | Change a bunch of video-output-specific preprocessor directives from a HAVE_ | diego | 2008-08-02 | 1 | -2/+2 |
* | Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian. | diego | 2008-07-31 | 2 | -3/+3 |
* | Revert previous broken rename of binary-codecs.sh that had random changes. | diego | 2008-07-31 | 2 | -67/+23 |
* | Rename binary-codecs.sh once more to binary_codecs.sh as it is called in Debian. | diego | 2008-07-31 | 2 | -23/+67 |
* | Rename install-w32codecs.sh --> binary-codecs.sh. | diego | 2008-07-31 | 2 | -3/+3 |
* | Run bash-specific shell scripts with bash, not sh. | diego | 2008-07-07 | 4 | -4/+4 |
* | Give all shell scripts a .sh suffix for consistency. | diego | 2008-07-07 | 7 | -27/+27 |
* | Replace bash-specific [[]] construct by proper a proper [] test. | diego | 2008-07-07 | 1 | -1/+1 |
* | Replace == in []/test constructs with =, == is a bashism. | diego | 2008-07-07 | 4 | -35/+35 |
* | Remove unnecessary function keyword from shell script function declarations, | diego | 2008-07-07 | 3 | -5/+5 |
* | Fix the linking of TOOLS/netstream and TOOLS/vivodump. | diego | 2008-06-06 | 2 | -53/+17 |
* | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 | 2 | -23/+23 |
* | Use standard license headers with standard formatting. | diego | 2008-05-14 | 2 | -33/+30 |
* | Remove loader/wine/avifmt.h #include, the AVI types declared there conflict | diego | 2008-04-30 | 1 | -1/+0 |
* | Add missing string.h #include to fix a bunch of implicit declaration warnings. | diego | 2008-04-30 | 1 | -0/+1 |
* | Remove unused fast_memcpy() function and link against the object that | diego | 2008-04-30 | 1 | -6/+0 |
* | Disable unused function. | diego | 2008-04-30 | 1 | -0/+2 |
* | Mark all functions that are only used within the file as static. | diego | 2008-04-30 | 8 | -18/+18 |
* | Remove useless 0 flag from s printf conversion specifier, fixes the warning: | diego | 2008-04-23 | 1 | -1/+1 |
* | Remove redundant definitions that are already present on the command line. | diego | 2008-04-22 | 1 | -2/+0 |
* | Merge TOOLS/Makefile into the top-level Makefile. | diego | 2008-04-22 | 1 | -74/+0 |
* | Remove pointless '0' flag from fprintf call, fixes the warning: | diego | 2008-04-21 | 8 | -8/+8 |
* | Add $(EXESUF) to netstream rule. | diego | 2008-04-20 | 1 | -2/+2 |
* | Only build modify_reg on x86. | diego | 2008-04-20 | 1 | -1/+4 |
* | Simplify list of files to remove on make clean. | diego | 2008-04-20 | 1 | -1/+1 |
* | fastmemcpybench is a phony target. Do not try to remove a file by that name. | diego | 2008-04-20 | 1 | -1/+1 |
* | Remove Win32 linker option for netstream. Other winsock using code does not | diego | 2008-04-11 | 1 | -4/+0 |
* | Do not build subrip with debugging symbols. | diego | 2008-04-09 | 1 | -1/+1 |
* | cosmetics: Group dependency declarations together. | diego | 2008-04-09 | 1 | -4/+4 |
* | Remove redundant compilation commands that shadow builtin rules. | diego | 2008-04-09 | 1 | -4/+0 |
* | List libraries to link to in dependency list. | diego | 2008-04-09 | 1 | -10/+9 |
* | cosmetics: Add CFLAGS to compilation commands everywhere. | diego | 2008-04-09 | 1 | -2/+2 |
* | Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects. | diego | 2008-04-09 | 1 | -1/+1 |
* | Update for latest changes to linking dependencies. | diego | 2008-04-09 | 1 | -3/+3 |
* | Add MPLAYER_ prefix to multiple inclusion guard of generated file. | diego | 2008-02-24 | 1 | -3/+3 |
* | Add multiple inclusion guards to generated header file. | diego | 2008-01-27 | 1 | -2/+7 |
* | Change format string so that the table is nicely aligned. | diego | 2008-01-27 | 1 | -2/+2 |
* | The alaw tables should be const. | diego | 2008-01-27 | 1 | -2/+2 |
* | Move compare.c to TOOLS, add it to the Makefile and document it. | diego | 2008-01-23 | 3 | -0/+85 |
* | Fix usage example comment | reimar | 2008-01-19 | 1 | -1/+1 |
* | Add the edge-enhancement filter based on edgedetect |