| Commit message (Expand) | Author | Age | Files | Lines |
* | command: make raw percent-pos property return fractions | wm4 | 2013-06-29 | 2 | -3/+7 |
* | command: add properties for playlist position | wm4 | 2013-06-29 | 6 | -10/+105 |
* | cocoa_common: uninit fs window properly | Stefano Pigozzi | 2013-06-29 | 1 | -0/+3 |
* | csputils.h: don't recursively include libavcodec header | wm4 | 2013-06-28 | 3 | -16/+16 |
* | vo_opengl: handle chroma location | wm4 | 2013-06-28 | 10 | -3/+74 |
* | video: add a new method to configure filters and VOs | wm4 | 2013-06-28 | 17 | -141/+211 |
* | mp_image: copy palette only if allocated | wm4 | 2013-06-28 | 1 | -1/+2 |
* | vf_rotate: fix params >= 4 | wm4 | 2013-06-28 | 1 | -0/+2 |
* | configure: prefer libquvi 0.4.x over libquvi 0.9.x | wm4 | 2013-06-28 | 1 | -18/+18 |
* | core: add libquvi 0.9 support | wm4 | 2013-06-28 | 10 | -10/+330 |
* | core: rename mplayer.h and quvi.c | wm4 | 2013-06-28 | 6 | -12/+7 |
* | stream: redo memory streams | wm4 | 2013-06-28 | 4 | -8/+92 |
* | options: rename --mkv-subtitle-preroll, --dtshd | wm4 | 2013-06-28 | 2 | -32/+41 |
* | options: rename --rawvideo to --demuxer-rawvideo, same with --rawaudio | wm4 | 2013-06-28 | 3 | -37/+41 |
* | options: rename -lavdopts to -vd-lavc, -lavfdopts to -demuxer-lavf | wm4 | 2013-06-28 | 3 | -104/+98 |
* | options: remove -lavdopts debug suboption | wm4 | 2013-06-28 | 3 | -31/+1 |
* | dec_sub: fix memory leak when using subtitle codepage conversion | wm4 | 2013-06-28 | 1 | -0/+1 |
* | dec_sub: don't print sub charset of it's empty | wm4 | 2013-06-28 | 1 | -1/+1 |
* | configure: fix wasapi0 checks | James Ross-Gowan | 2013-06-26 | 1 | -6/+6 |
* | cocoa_common: schedule a redraw frame after a non live resize | Stefano Pigozzi | 2013-06-25 | 1 | -3/+18 |
* | demux_lavf: add one more AAC mimetype | wm4 | 2013-06-25 | 1 | -0/+1 |
* | Merge branch 'sub_mess2' | wm4 | 2013-06-25 | 37 | -924/+1348 |
|\ |
|
| * | DOCS: update tech-overview.txt to reflect some subtitle related changes | wm4 | 2013-06-25 | 1 | -13/+19 |
| * | options: add -sub-speed option | wm4 | 2013-06-25 | 4 | -2/+24 |
| * | dec_sub: add hack to display last MicroDVD subtitle event | wm4 | 2013-06-25 | 1 | -0/+11 |
| * | sub: libguess support for -subcp | wm4 | 2013-06-25 | 3 | -1/+57 |
| * | sub: add hack for Libav SRT demuxer | wm4 | 2013-06-25 | 3 | -1/+102 |
| * | dec_sub: allow postprocessing between decoders | wm4 | 2013-06-25 | 1 | -14/+41 |
| * | dec_sub: change sublist memory allocation | wm4 | 2013-06-25 | 1 | -10/+9 |
| * | dec_sub: move code around | wm4 | 2013-06-25 | 1 | -45/+51 |
| * | demux_libass: do charset conversion by -subcp | wm4 | 2013-06-25 | 1 | -3/+16 |
| * | sub: prevent subtitle conversion if subs are known UTF-8 | wm4 | 2013-06-25 | 3 | -1/+3 |
| * | demux_subreader: remove iconv/enca code | wm4 | 2013-06-25 | 1 | -154/+1 |
| * | sub: add subtitle charset conversion | wm4 | 2013-06-25 | 5 | -5/+332 |
| * | sub: attempt to use video FPS for frame based subtitle formats | wm4 | 2013-06-25 | 3 | -0/+6 |
| * | sub: add demux_libass wrapper, drop old hacks | wm4 | 2013-06-25 | 14 | -177/+131 |
| * | core: don't set correct-pts mode randomly | wm4 | 2013-06-25 | 2 | -5/+8 |
| * | subreader: turn into actual demuxer | wm4 | 2013-06-25 | 8 | -202/+229 |
| * | demux: add utility functions for preloading demuxers | wm4 | 2013-06-25 | 2 | -5/+81 |
| * | stream: remove stream_unread_buffer() | wm4 | 2013-06-25 | 2 | -21/+0 |
| * | demux_lavf: use stream_peek() instead of read/unread | wm4 | 2013-06-25 | 1 | -6/+4 |
| * | stream: add stream_peek function | wm4 | 2013-06-25 | 2 | -0/+35 |
| * | stream: never let read functions return values < 0 | wm4 | 2013-06-25 | 1 | -3/+5 |
| * | stream: readd memory streams | wm4 | 2013-06-25 | 2 | -5/+21 |
| * | Move/rename subreader.c | wm4 | 2013-06-25 | 8 | -6/+3 |
| * | sd_ass: fix nonsense | wm4 | 2013-06-25 | 1 | -1/+4 |
| * | sd_ass: disable special handling of subtitles with duration 0 | wm4 | 2013-06-25 | 2 | -1/+22 |
| * | sd_ass: handle libavformat ASS comment packets as well | wm4 | 2013-06-23 | 2 | -18/+14 |
| * | subreader: remove overlap handling code | wm4 | 2013-06-23 | 1 | -243/+3 |
| * | sub: do some timing postprocessing on preloaded subs | wm4 | 2013-06-23 | 3 | -13/+53 |
| * | sub: preload external text subtitles | wm4 | 2013-06-23 | 5 | -2/+109 |
| * | sub: remove redundant condition | wm4 | 2013-06-23 | 1 | -2/+2 |
| * | stream: remove padding parameter from stream_read_complete() | wm4 | 2013-06-23 | 9 | -25/+24 |
| * | demux: don't require fill_buffer callback | wm4 | 2013-06-23 | 3 | -13/+1 |
* | | cache: cache number of chapters | wm4 | 2013-06-24 | 1 | -0/+10 |
* | | av_log: change how ffmpeg log messages are formatted | wm4 | 2013-06-22 | 1 | -4/+8 |
* | | configure: cocoa: link to libarclite | Stefano Pigozzi | 2013-06-22 | 1 | -0/+1 |
* | | ildetect: $ILDETECT_RUN_INTERLACED_ONLY to only run the job if not progressive | Rudolf Polzer | 2013-06-21 | 1 | -4/+10 |
* | | ildetect.sh: add a quiet mode; verify telecine decision | Rudolf Polzer | 2013-06-20 | 1 | -5/+18 |
* | | ildetect.sh: skip needlessly going through vo_lavc | Rudolf Polzer | 2013-06-20 | 1 | -2/+2 |
* | | encoding: use --start for ratios, etc. | Rudolf Polzer | 2013-06-20 | 2 | -7/+24 |
* | | command line: allow --o= to disable encoding (i.e. empty string file name) | Rudolf Polzer | 2013-06-20 | 1 | -3/+3 |
* | | encode_lavc: simplify encoding status output; remove percentage | Rudolf Polzer | 2013-06-20 | 4 | -19/+18 |
* | | ildetect.sh: better interlace detection range | Rudolf Polzer | 2013-06-20 | 1 | -1/+1 |
* | | ildetect.sh: env vars support | Rudolf Polzer | 2013-06-20 | 1 | -8/+35 |
* | | OSX: fix compilation with 10.7 SDK | Stefano Pigozzi | 2013-06-19 | 4 | -1/+62 |
* | | ao_wasapi0: add new wasapi event mode ao | Jonathan Yong | 2013-06-18 | 4 | -1/+892 |
* | | vo_lavc: remove unused variable | wm4 | 2013-06-18 | 1 | -1/+1 |
* | | configure: remove redundant WINVER set | Jonathan Yong | 2013-06-18 | 1 | -1/+1 |
* | | cache: fix stream_pts caching | wm4 | 2013-06-18 | 1 | -20/+20 |
* | | sd_srt: handle '<font color="##FFA500">' | wm4 | 2013-06-18 | 1 | -0/+2 |
* | | osdep: remove shmem wrapper | wm4 | 2013-06-18 | 6 | -170/+0 |
* | | cache: actually use time instead of retry count for slow cache warning | wm4 | 2013-06-18 | 1 | -9/+11 |
* | | vo_lavc: do NOT fill pict_type from the mp_image | Rudolf Polzer | 2013-06-17 | 1 | -0/+4 |
* | | vo_lavc: use mp_image_copy_fields_to_av_frame | Rudolf Polzer | 2013-06-17 | 1 | -4/+1 |
|/ |
|
* | cache: fix build on OSX (again) | wm4 | 2013-06-16 | 1 | -0/+7 |
* | cache: fix compilation on Libav | wm4 | 2013-06-16 | 1 | -1/+8 |
* | cache: use correct header for clock_gettime | wm4 | 2013-06-16 | 1 | -0/+1 |
* | ao_dsound: fix compilation | wm4 | 2013-06-16 | 1 | -0/+2 |
* | configure: make check for stream cache verbose | wm4 | 2013-06-16 | 2 | -2/+5 |
* | Merge branch 'cache_new' | wm4 | 2013-06-16 | 27 | -1049/+907 |
|\ |
|
| * | stream: don't set sector size on cache | wm4 | 2013-06-16 | 1 | -3/+1 |
| * | cache: attempt to improve slow cache warning | wm4 | 2013-06-16 | 1 | -26/+35 |
| * | cache: report more precise stream time | wm4 | 2013-06-16 | 1 | -9/+39 |
| * | stream: don't align stream position if not needed | wm4 | 2013-06-16 | 1 | -3/+1 |
| * | stream: don't adjust stream position if seek succeeds, but read fails | wm4 | 2013-06-16 | 1 | -3/+2 |
| * | stream: fix some aspects of EOF handling | wm4 | 2013-06-16 | 2 | -13/+24 |
| * | stream: don't set EOF flag in stream implementations | wm4 | 2013-06-16 | 7 | -13/+1 |
| * | stream: remove stream_reset() | wm4 | 2013-06-16 | 8 | -25/+3 |
| * | stream: check for interruption when trying to reconnect stream | wm4 | 2013-06-16 | 1 | -3/+3 |
| * | stream: cosmetics | wm4 | 2013-06-16 | 2 | -26/+12 |
| * | stream: reset buffer even on EOF/error | wm4 | 2013-06-16 | 1 | -4/+2 |
| * | cache: use threads instead of fork() | wm4 | 2013-06-16 | 6 | -553/+425 |
| * | stream: add partial read function | wm4 | 2013-06-16 | 2 | -17/+28 |
| * | demux_lavf: change probing, use stream_unread_buffer() | wm4 | 2013-06-16 | 1 | -31/+33 |
| * | stream: add stream_unread_buffer() | wm4 | 2013-06-16 | 2 | -4/+33 |
| * | cache: make the stream cache a proper stream that wraps other streams | wm4 | 2013-06-16 | 8 | -352/+234 |
| * | stream: remove pointless check | wm4 | 2013-06-09 | 1 | -7/+3 |
| * | stream: remove unused function | wm4 | 2013-06-09 | 1 | -9/+0 |
| * | stream: move VCD specific stuff to stream_vcd | wm4 | 2013-06-09 | 3 | -5/+4 |
| * | stream_cdda, stream_vcd: check read buffer size | wm4 | 2013-06-09 | 2 | -0/+5 |
| * | stream_dvd: remove some deadly insane code | wm4 | 2013-06-09 | 1 | -15/+0 |
| * | stream: misleading statement | wm4 | 2013-06-09 | 1 | -1/+1 |
| * | core: use STREAM_CTRL instead of accessing stream_dvd internals | wm4 | 2013-06-09 | 4 | -11/+33 |
| * | stream: rename cache2.c to cache.c | wm4 | 2013-06-09 | 2 | -1/+1 |
| * | cache2: uncrustify | wm4 | 2013-06-09 | 1 | -452/+521 |
* | | audio/out: remove ao->outburst/buffersize fields | wm4 | 2013-06-16 | 16 | -82/+64 |
* | | audio/out: don't require AOs to set ao->bps | wm4 | 2013-06-16 | 9 | -40/+28 |
* | | audio: fix af_fmt_seconds_to_bytes | Stefano Pigozzi | 2013-06-16 | 4 | -8/+13 |
* | | audio/out: remove wrapper for old AOs | wm4 | 2013-06-16 | 3 | -130/+0 |
* | | ao_jack: use mp_ring | Stefano Pigozzi | 2013-06-16 | 1 | -31/+12 |
* | | ao_portaudio: use mp_ring | Stefano Pigozzi | 2013-06-16 | 2 | -57/+15 |
* | | core: add a spsc ringbuffer implementation | Stefano Pigozzi | 2013-06-16 | 9 | -166/+338 |
* | | ao_coreaudio: fix output with spdif | Stefano Pigozzi | 2013-06-16 | 1 | -5/+4 |
* | | ao_coreaudio: split ringbuffer in it's own file | Stefano Pigozzi | 2013-06-16 | 4 | -74/+161 |
* | | ao_coreaudio: move to new libao API | Stefano Pigozzi | 2013-06-16 | 1 | -310/+339 |
* | | ao_coreaudio: uncrustify | Stefano Pigozzi | 2013-06-16 | 1 | -491/+553 |
* | | fix compile, sorry | Rudolf Polzer | 2013-06-16 | 1 | -0/+1 |
* | | vf_dlopen ildetect: fix numdecidedadjacentframes counter | Rudolf Polzer | 2013-06-16 | 1 | -1/+5 |
* | | vf_dlopen ildetect: make the wrapper shell script more robust | Rudolf Polzer | 2013-06-16 | 1 | -7/+2 |
* | | encode_lavc strings: use new option syntax | Rudolf Polzer | 2013-06-16 | 3 | -22/+22 |
* | | vf_dlopen filters: add an "ildetect" filter that detects interlacing | Rudolf Polzer | 2013-06-16 | 4 | -5/+357 |
* | | cocoa_common: implement VOCTRL_UPDATE_WINDOW_TITLE | Stefano Pigozzi | 2013-06-16 | 1 | -2/+11 |
* | | wayland: use VOCTRL_UPDATE_WINDOW_TTILE | Alexander Preisinger | 2013-06-16 | 1 | -1/+3 |
* | | mplayer: update window title if its properties change | John Hawthorn | 2013-06-16 | 2 | -10/+21 |
* | | vo: fix build on Libav | wm4 | 2013-06-15 | 1 | -0/+2 |
* | | video/out: introduce VOCTRL_UPDATE_WINDOW_TITLE | wm4 | 2013-06-15 | 5 | -5/+22 |
* | | vo: define VO_TRUE/FALSE to C99 constants | wm4 | 2013-06-15 | 1 | -2/+2 |
* | | w32_common: remove some unneeded code | wm4 | 2013-06-15 | 1 | -5/+3 |
* | | w32_common: fix non-sense | wm4 | 2013-06-15 | 1 | -2/+3 |
* | | demux_lavf: show metadata for OGG audio files | wm4 | 2013-06-15 | 1 | -5/+18 |
* | | vo_xv: always request redraw on resize | wm4 | 2013-06-15 | 1 | -3/+3 |
* | | vo: redo video display rectangle calculations | wm4 | 2013-06-15 | 1 | -24/+49 |
* | | gl_video: rearrange some code | wm4 | 2013-06-15 | 1 | -23/+20 |
* | | gl_video: fix scaling when image is cropped, or with no-npot | wm4 | 2013-06-15 | 1 | -22/+39 |
* | | gl_video: typo in comment | wm4 | 2013-06-15 | 1 | -1/+1 |
* | | image_writer: Add PNG filter option (default "mixed") | Martin Herkt | 2013-06-15 | 4 | -1/+15 |
* | | cocoa_common: remove play/pause VOCTRL functions | Stefano Pigozzi | 2013-06-14 | 2 | -14/+2 |
* | | command: use more standard time format for clock property | wm4 | 2013-06-14 | 1 | -1/+1 |
* | | w32: enable screensaver when paused | wm4 | 2013-06-14 | 2 | -2/+13 |
* | | x11: enable screensaver when paused, rename/change --stop-xscreensaver | wm4 | 2013-06-14 | 6 | -14/+22 |
* | | core: introduce separate VOCTRLs for screensaver stop/resume | wm4 | 2013-06-14 | 3 | -11/+19 |
* | | support "-" as file name when encoding | Rudolf Polzer | 2013-06-13 | 1 | -7/+15 |
* | | options: remove --stereo | wm4 | 2013-06-13 | 4 | -27/+1 |
* | | gl_video: remove redundant condition | wm4 | 2013-06-13 | 1 | -6/+1 |
* | | mplayer: save sub-visibility property | wm4 | 2013-06-13 | 1 | -1/+1 |
* | | vo_lavc: silence warning when writing y4m | wm4 | 2013-06-13 | 1 | -1/+1 |
* | | mplayer: try to handle PTS forward jumps | wm4 | 2013-06-13 | 1 | -1/+6 |
* | | manpage: adjust y4m output example | wm4 | 2013-06-13 | 1 | -1/+1 |
* | | cocoa_common: fix ontop switching when fullscreen | Stefano Pigozzi | 2013-06-11 | 1 | -2/+2 |
* | | ao_oss: fix compilation on BSD | wm4 | 2013-06-11 | 1 | -2/+3 |
* | | options: fix compilation on Windows | wm4 | 2013-06-11 | 1 | -0/+1 |
* | | command: fix empty metadata case | wm4 | 2013-06-11 | 1 | -2/+2 |
* | | cocoa_common: fix window level when going fullscreen | Stefano Pigozzi | 2013-06-10 | 1 | -1/+1 |
* | | encoding: fix -oneverdrop logic when -omaxfps is used | Rudolf Polzer | 2013-06-09 | 1 | -5/+8 |
* | | encoding -omaxfps: rewrite logic | Rudolf Polzer | 2013-06-09 | 1 | -29/+32 |
* | | encoding -omaxfps: do not shift pts when pts are repeated entirely | Rudolf Polzer | 2013-06-09 | 1 | -1/+1 |
* | | Option -omaxfps: limit fps when encoding | Rudolf Polzer | 2013-06-09 | 5 | -0/+29 |
|/ |
|
* | manpage: improve documentation of property expansion | wm4 | 2013-06-08 | 2 | -45/+90 |
* | core: make options.c compile standalone | wm4 | 2013-06-08 | 6 | -59/+58 |
* | core: rename cfg-mplayer.h to options.c | wm4 | 2013-06-08 | 2 | -2/+2 |
* | core: merge defaultopts.c into cfg-mplayer.h | wm4 | 2013-06-08 | 5 | -125/+110 |
* | command: replace some show_ commands with properties |