| Commit message (Expand) | Author | Age | Files | Lines |
* | dvdnav: crappy hack to respect timed still frames | wm4 | 2013-12-14 | 1 | -1/+24 |
* | dvdnav: block when libdvdnav requests draining buffers | wm4 | 2013-12-14 | 1 | -5/+13 |
* | dvdnav: improve a comment | wm4 | 2013-12-13 | 1 | -1/+1 |
* | dvb: prevent seek when reopening the demuxer | wm4 | 2013-12-13 | 1 | -1/+3 |
* | dvdnav: support mouse interaction | wm4 | 2013-12-13 | 1 | -3/+16 |
* | Add prelimimary (basic, possibly broken) dvdnav support | wm4 | 2013-12-12 | 10 | -23/+243 |
* | input: fix bogus section disabling, add debugging output | wm4 | 2013-12-12 | 1 | -3/+11 |
* | osd: add option for "unscaled" OSD | wm4 | 2013-12-10 | 2 | -0/+3 |
* | video: display last frame, drain frames on video reconfig | wm4 | 2013-12-10 | 3 | -10/+87 |
* | video: move VO reinit from filter chain to player | wm4 | 2013-12-10 | 1 | -30/+56 |
* | video: move handling of brightness and deinterlacing control | wm4 | 2013-12-10 | 2 | -6/+7 |
* | video: move video filter chain initialization from decoder to player | wm4 | 2013-12-10 | 3 | -21/+41 |
* | options: allow hwaccel formats in -vf format/noformat | wm4 | 2013-12-07 | 1 | -1/+1 |
* | video: create a separate context for video filter chain | wm4 | 2013-12-07 | 4 | -23/+22 |
* | command: fix compilation with MinGW | wm4 | 2013-12-07 | 1 | -1/+3 |
* | player: load external subs for uncompressed rar archives | wm4 | 2013-12-06 | 1 | -3/+10 |
* | video: remove --flip | wm4 | 2013-12-05 | 2 | -3/+0 |
* | video: allow hardware decoding only for certain codecs | wm4 | 2013-12-05 | 1 | -1/+1 |
* | options: remove legacy hacks for sub-option handling | wm4 | 2013-12-04 | 4 | -76/+13 |
* | ad_lavc: expose an option to enable threading | wm4 | 2013-12-04 | 2 | -0/+2 |
* | vd_lavc: factor out libavcodec thread setup | wm4 | 2013-12-04 | 2 | -0/+20 |
* | av_common: add timebase parameter to mp_set_av_packet() | wm4 | 2013-12-04 | 2 | -20/+41 |
* | vf_vo: don't abuse option strings to set VO | wm4 | 2013-12-04 | 1 | -4/+4 |
* | vf_yadif: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -3/+0 |
* | options: add option to disable using right Alt key as Alt Gr | Vivek Jain | 2013-12-02 | 4 | -0/+17 |
* | input: don't emit command when using multiple mouse buttons at once | wm4 | 2013-12-01 | 1 | -5/+21 |
* | input: improve some comments | wm4 | 2013-12-01 | 1 | -4/+4 |
* | command: add a revert_seek command | wm4 | 2013-12-01 | 3 | -1/+40 |
* | options: add options that set defaults for af/vf/ao/vo | wm4 | 2013-12-01 | 4 | -4/+34 |
* | Prevent creating zombies | wm4 | 2013-11-30 | 1 | -3/+14 |
* | Use O_CLOEXEC when creating FDs | wm4 | 2013-11-30 | 3 | -12/+18 |
* | command: add a cycle_values input command | wm4 | 2013-11-30 | 3 | -1/+84 |
* | command: change the syntax and semantics of the "run" command | wm4 | 2013-11-30 | 2 | -6/+20 |
* | input: require space before '#' comments | wm4 | 2013-11-30 | 1 | -8/+5 |
* | input: rearrange command parsing | wm4 | 2013-11-30 | 1 | -44/+31 |
* | build: add options for enabling and disabling any libquvi versions | Nikoli | 2013-11-29 | 1 | -1/+1 |
* | Take care of some libavutil deprecations, drop support for FFmpeg 1.0 | wm4 | 2013-11-29 | 2 | -4/+4 |
* | player: always reset some variables on seek | wm4 | 2013-11-29 | 1 | -4/+4 |
* | video: restore printing warning on decreasing filter PTS | wm4 | 2013-11-29 | 1 | -2/+2 |
* | build: make pthreads mandatory | wm4 | 2013-11-28 | 2 | -15/+3 |
* | command: allow "current" as argument to playlist_remove command | wm4 | 2013-11-28 | 2 | -1/+6 |
* | input: use separate type for command definitions | wm4 | 2013-11-28 | 4 | -54/+79 |
* | player: simple hack to make backstep code somewhat more robust | wm4 | 2013-11-28 | 1 | -3/+12 |
* | video: add heuristic to prevent framedrop during hrseek if pts broken | wm4 | 2013-11-28 | 1 | -1/+4 |
* | video: replace d_video->pts field, change PTS jump checks | wm4 | 2013-11-27 | 4 | -26/+18 |
* | video: if PTS is missing, make something up using the framerate | wm4 | 2013-11-27 | 1 | -7/+0 |
* | video: refactor PTS code, add fall back heuristic to DTS | wm4 | 2013-11-27 | 2 | -6/+4 |
* | Move some code from player to audio/video reset functions | wm4 | 2013-11-27 | 2 | -11/+0 |
* | cosmetics: rename video/audio reset functions | wm4 | 2013-11-27 | 2 | -4/+4 |
* | video: unbreak --no-correct-pts with demuxers that use DTS | wm4 | 2013-11-26 | 2 | -2/+2 |
* | av_common: fix typo in comment | Stefano Pigozzi | 2013-11-26 | 1 | -1/+1 |
* | player: don't use a loop when no loop is needed | wm4 | 2013-11-26 | 1 | -4/+1 |
* | player: move code for skipping 0-sized video packets to demuxer | wm4 | 2013-11-26 | 1 | -10/+1 |
* | build: make cygwin use *nix timers | Stefano Pigozzi | 2013-11-26 | 1 | -1/+1 |
* | sub: respect detected language for fuzzy-matched external subtitles | wm4 | 2013-11-25 | 1 | -6/+9 |
* | player: only pause for waiting on cache if it makes sense | wm4 | 2013-11-25 | 1 | -1/+3 |
* | video: move timestamp determination code to dec_video | wm4 | 2013-11-25 | 1 | -42/+0 |
* | video: disable PTS sorting fallback by default | wm4 | 2013-11-25 | 1 | -0/+1 |
* | demux: export dts from demux_lavf, use it for avi | wm4 | 2013-11-25 | 3 | -4/+25 |
* | player: merge no-correct-pts with correct-pts code | wm4 | 2013-11-25 | 2 | -52/+12 |
* | player: change semantics of --no-correct-pts | wm4 | 2013-11-25 | 1 | -26/+8 |
* | video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFrame | wm4 | 2013-11-25 | 1 | -13/+8 |
* | player: warn if PTS association mode switches | wm4 | 2013-11-25 | 1 | -2/+2 |
* | input: discard precise scrolling commands with no value | Stefano Pigozzi | 2013-11-25 | 1 | -0/+2 |
* | player: close demuxer before stream | wm4 | 2013-11-24 | 1 | -2/+3 |
* | osd: remove mp_osd_res.video_par field | wm4 | 2013-11-24 | 1 | -1/+0 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 8 | -8/+8 |
* | Reduce stheader.h includes, move stream types to mp_common.h | wm4 | 2013-11-23 | 5 | -2/+11 |
* | audio: respect --end/--length with spdif passthrough | wm4 | 2013-11-23 | 1 | -1/+2 |
* | video: don't overwrite demuxer FPS value | wm4 | 2013-11-23 | 3 | -25/+17 |
* | dec_video: make vf_input and hwdec_info statically allocated | wm4 | 2013-11-23 | 3 | -11/+9 |
* | dec_video: remove "initialized" field | wm4 | 2013-11-23 | 1 | -3/+1 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 1 | -1/+1 |
* | player: rearrange how subtitle context and stream headers are used | wm4 | 2013-11-23 | 3 | -39/+40 |
* | video: move decoder context from sh_video into new struct | wm4 | 2013-11-23 | 10 | -177/+186 |
* | options: don't prefix sub-options with "--" in help output | wm4 | 2013-11-23 | 3 | -1/+4 |
* | options: implement --pphelp differently | wm4 | 2013-11-23 | 1 | -5/+0 |
* | video: remove vf_pp auto-insertion | wm4 | 2013-11-23 | 2 | -3/+0 |
* | options: provide a way for --vf to print custom help | wm4 | 2013-11-23 | 2 | -13/+18 |
* | video: move struct mp_hwdec_info into its own header file | wm4 | 2013-11-23 | 1 | -0/+1 |
* | player: remove printing of barely correct slave mode stream info | wm4 | 2013-11-23 | 1 | -35/+0 |
* | audio: don't write decoded audio format to sh_audio | wm4 | 2013-11-23 | 1 | -7/+13 |
* | audio: move decoder context from sh_audio into new struct | wm4 | 2013-11-23 | 8 | -95/+108 |
* | mp_ring: fix comment typo | Stefano Pigozzi | 2013-11-22 | 1 | -1/+1 |
* | options: prefix options with "--" in help output | wm4 | 2013-11-21 | 1 | -1/+1 |
* | timeline: reject mplayer2 EDL files, change EDL header | wm4 | 2013-11-21 | 2 | -6/+2 |
* | mplayer: fix passing size_t as %d to printf() | wm4 | 2013-11-20 | 1 | -1/+1 |
* | timeline: remove support for the mplayer2 EDL format | wm4 | 2013-11-19 | 2 | -400/+1 |
* | player: add --merge-files option | wm4 | 2013-11-19 | 5 | -0/+29 |
* | timeline: add edl:// URIs | wm4 | 2013-11-19 | 2 | -3/+6 |
* | timeline: add new EDL format | wm4 | 2013-11-19 | 3 | -0/+281 |
* | player: select fallback stream in timeline code for better EDL handling | wm4 | 2013-11-19 | 1 | -0/+23 |
* | player: deselect video track if initialization fails | wm4 | 2013-11-19 | 1 | -0/+1 |
* | demux: rename demux_packet.h to packet.h | wm4 | 2013-11-18 | 1 | -1/+1 |
* | audio: drop buffered filter data when seeking | wm4 | 2013-11-18 | 1 | -0/+2 |
* | audio/filter: remove unneeded AF_CONTROLs, convert to enum | wm4 | 2013-11-18 | 1 | -2/+1 |
* | player: simplify audio reset when seeking | wm4 | 2013-11-18 | 1 | -15/+10 |
* | audio: use the decoder buffer's format, not sh_audio | wm4 | 2013-11-18 | 1 | -6/+19 |
* | player: write final audo chunk only if there is audio left | wm4 | 2013-11-17 | 1 | -4/+6 |
* | player: don't remove playback status when reinitializing DVB | wm4 | 2013-11-17 | 1 | -1/+3 |
* | demux: simplify handling of filepos field | wm4 | 2013-11-16 | 1 | -1/+1 |
* | encode_lavc: add missing newline in error message | wm4 | 2013-11-16 | 1 | -1/+1 |
* | mp_ring: remove unused function | wm4 | 2013-11-15 | 2 | -47/+0 |
* | m_option: handle audio/filter filters with old option parsing | wm4 | 2013-11-13 | 1 | -3/+9 |
* | audio: add support for using non-interleaved audio from decoders directly | wm4 | 2013-11-12 | 1 | -8/+5 |
* | audio/filter: fix mul/delay scale and values | wm4 | 2013-11-12 | 1 | -1/+1 |
* | audio: switch output to mp_audio_buffer | wm4 | 2013-11-12 | 2 | -66/+80 |
* | player: set PulseAudio stream title to window title | wm4 | 2013-11-10 | 5 | -10/+24 |
* | Remove sh_audio->samplesize | wm4 | 2013-11-09 | 1 | -1/+1 |
* | player: factor audio buffer clearing code | wm4 | 2013-11-08 | 4 | -13/+25 |
* | audio: don't let ao_lavc access frontend internals, change gapless audio | wm4 | 2013-11-08 | 3 | -11/+44 |
* | sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs. | Rudolf Polzer | 2013-11-07 | 2 | -0/+2 |
* | vd_lavc: remove explicit crystalhd support | wm4 | 2013-11-06 | 1 | -1/+0 |
* | input: remove unused key_down_event command | wm4 | 2013-11-06 | 3 | -6/+0 |
* | input: disallow autorepeat by default for most commands | wm4 | 2013-11-06 | 2 | -13/+25 |
* | playlist: rewrite PLS parser | wm4 | 2013-11-04 | 1 | -140/+0 |
* | Merge branch 'master' into have_configure | wm4 | 2013-11-04 | 2 | -15/+22 |
|\ |
|
| * | Fix -Wshadow warning about seek function in playloop.c | Paweł Forysiuk | 2013-11-04 | 1 | -11/+11 |
| * | player: fix quvi 0.9 playlist loading | wm4 | 2013-11-03 | 1 | -2/+3 |
| * | demux: make determining seek capability generic | wm4 | 2013-11-03 | 1 | -0/+5 |
| * | demux: remove movi_start/movi_end fields | wm4 | 2013-11-03 | 1 | -2/+3 |
* | | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 14 | -132/+132 |
|/ |
|
* | Fix some more -Wshadow warnings | wm4 | 2013-11-01 | 2 | -13/+13 |
* | tl_matroska: initialize segment related arrays with 0 | wm4 | 2013-11-01 | 1 | -4/+6 |
* | video: check profiles with hardware decoding | wm4 | 2013-11-01 | 2 | -0/+4 |
* | Enable -Wshadow | wm4 | 2013-11-01 | 1 | -2/+2 |
* | options: fix positional suboption asrguments | wm4 | 2013-11-01 | 1 | -2/+2 |
* | input: show deprecation warnings for some recently replaced commands | wm4 | 2013-11-01 | 1 | -4/+4 |
* | command: replace speed_mult with multiply command | wm4 | 2013-10-31 | 3 | -10/+1 |
* | command: add generic "multiply" command | wm4 | 2013-10-31 | 5 | -0/+82 |
* | command: add property to scale window size | wm4 | 2013-10-31 | 1 | -0/+35 |
* | main: improve a terminal message | wm4 | 2013-10-30 | 1 | -1/+1 |
* | player: merge mp_osd.h into mp_core.h | wm4 | 2013-10-30 | 7 | -59/+33 |
* | mp_core: sort function prototypes by source file | wm4 | 2013-10-30 | 1 | -58/+68 |
* | Split mplayer.c | wm4 | 2013-10-30 | 16 | -5083/+5391 |
* | Move files part of the playback core to player sub-directory | wm4 | 2013-10-30 | 16 | -33/+31 |
* | mplayer: handle subtitle renderer cleanup via uninit_player | wm4 | 2013-10-28 | 2 | -10/+24 |
* | command: disable autorepeat for some commands (actually properties) | wm4 | 2013-10-28 | 3 | -5/+29 |
* | command: don't include stream_dvd.h | wm4 | 2013-10-27 | 1 | -3/+0 |
* | af: replace macros with too generic names | wm4 | 2013-10-26 | 2 | -1/+2 |
* | mpvcore: add a note about desync on track switches | Ben Boeckel | 2013-10-26 | 1 | -0/+1 |
* | osc: display cache status only below 45% | ChrisK2 | 2013-10-26 | 1 | -1/+1 |
* | osc: fix bug for no-duration cases | ChrisK2 | 2013-10-26 | 1 | -1/+1 |
* | osc: add experimental seekbar tooltip | ChrisK2 | 2013-10-26 | 1 | -6/+46 |
* | osc: make sure the OSC actually fits into the video | ChrisK2 | 2013-10-26 | 1 | -1/+7 |
* | options: don't let watch_later etc. overwite command line options | wm4 | 2013-10-25 | 4 | -24/+46 |
* | mplayer: make --length relative to actual start of file, instead of 0 | wm4 | 2013-10-25 | 1 | -1/+2 |
* | m_config: slightly improve name handling | wm4 | 2013-10-25 | 2 | -16/+10 |
* | m_config: remove unused fields | wm4 | 2013-10-25 | 2 | -9/+1 |
* | m_config: allow not allocating option struct, and use it | wm4 | 2013-10-25 | 3 | -8/+23 |
* | m_config: refactor option defaults handling | wm4 | 2013-10-24 | 5 | -65/+53 |
* | options: fix bogus entry | wm4 | 2013-10-24 | 1 | -1/+1 |
* | m_config: don't require dragging along parent in initialization | wm4 | 2013-10-24 | 1 | -14/+19 |
* | m_config: minor simplification | wm4 | 2013-10-24 | 1 | -9/+7 |
* | m_config: store m_config_options in an array instead of a list | wm4 | 2013-10-24 | 2 | -47/+39 |
* | m_config: refactor initialization, reduce amount of malloc'ed strings | wm4 | 2013-10-24 | 2 | -48/+46 |
* | m_config: slightly simplify dynamic option initialization | wm4 | 2013-10-24 | 1 | -2/+1 |
* | m_config: don't allow aliasing with string options | wm4 | 2013-10-24 | 1 | -12/+7 |
* | m_config: cosmetics: make code less verbose | wm4 | 2013-10-24 | 1 | -7/+2 |
* | audio/out: remove useless info struct and redundant fields | wm4 | 2013-10-23 | 1 | -7/+2 |
* | audio/filter: split af_format into separate filters, rename af_force | wm4 | 2013-10-23 | 1 | -1/+1 |
* | mplayer: don't call libquvi for local files | wm4 | 2013-10-20 | 1 | -0/+2 |
* | input: fix --input-ar-rate=0 | wm4 | 2013-10-20 | 1 | -1/+1 |
* | tl_matroska: fix use-after-free with --cache | wm4 | 2013-10-19 | 1 | -3/+3 |
* | mp_talloc: simplify a bit | wm4 | 2013-10-19 | 1 | -8/+6 |
* | mp_msg: remove gettext() support | wm4 | 2013-10-18 | 2 | -86/+2 |
* | mplayer: mp_msg replacements | wm4 | 2013-10-18 | 1 | -95/+83 |
* | osc: make transparency of background-box configurable | ChrisK2 | 2013-10-18 | 1 | -2/+3 |
* | Merge Matroska ordered chapter changes | wm4 | 2013-10-17 | 1 | -96/+295 |
|\ |
|
| |