aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/mplayer.c
Commit message (Expand)AuthorAge
* core: change open_stream and demux_open signatureGravatar wm42013-07-12
* core: completely change handling of attached picture pseudo videoGravatar wm42013-07-11
* demux: improve DVD sub auto-selection hackGravatar wm42013-07-11
* video: eliminate frametime variableGravatar wm42013-07-11
* core: don't access demux_stream outside of demux.c, make it privateGravatar wm42013-07-11
* mplayer: invert negated boolean variableGravatar wm42013-07-11
* mplayer: fix incorrect audio sync after format changesGravatar wm42013-07-11
* mplayer: remove "old" audio PTS calculation codeGravatar wm42013-07-11
* mplayer: don't set bogus video pts after seek resetGravatar wm42013-07-11
* demux: remove facility for partial packet readsGravatar wm42013-07-11
* core: remove demux_mpg subtitle PTS hackGravatar wm42013-07-10
* core: simplify some no-correct-pts codeGravatar wm42013-07-10
* core: move code from demux/video.c to mplayer.cGravatar wm42013-07-10
* audio: remove decoder input bufferGravatar wm42013-07-10
* options: remove --ignore-startGravatar wm42013-07-08
* demux: simplify demux_open() callsGravatar wm42013-07-08
* demux: remove separate arrays for audio/video/sub streams, simplifyGravatar wm42013-07-08
* demux: remove video_read_propertiesGravatar wm42013-07-08
* cocoa: remove usage of mp_fifoGravatar Stefano Pigozzi2013-07-03
* core: cleanup more mp_fifo leftoversGravatar wm42013-07-02
* core: remove mp_fifo indirectionGravatar wm42013-07-02
* core: update metadata during playback, allow streams to export metadataGravatar wm42013-07-02
* sub: update subtitle time offset even if pausedGravatar wm42013-06-29
* mplayer: don't hide mouse cursor if mouse is inside mouse areaGravatar wm42013-06-29
* input: handle mouse movement differentlyGravatar wm42013-06-29
* command: add properties for playlist positionGravatar wm42013-06-29
* core: add libquvi 0.9 supportGravatar wm42013-06-28
* core: rename mplayer.h and quvi.cGravatar wm42013-06-28
* Merge branch 'sub_mess2'Gravatar wm42013-06-25
|\
| * sub: add demux_libass wrapper, drop old hacksGravatar wm42013-06-25
| * core: don't set correct-pts mode randomlyGravatar wm42013-06-25
| * subreader: turn into actual demuxerGravatar wm42013-06-25
| * Move/rename subreader.cGravatar wm42013-06-25
| * sub: preload external text subtitlesGravatar wm42013-06-23
| * sub: remove redundant conditionGravatar wm42013-06-23
* | encoding: use --start for ratios, etc.Gravatar Rudolf Polzer2013-06-20
* | command line: allow --o= to disable encoding (i.e. empty string file name)Gravatar Rudolf Polzer2013-06-20
* | encode_lavc: simplify encoding status output; remove percentageGravatar Rudolf Polzer2013-06-20
|/
* Merge branch 'cache_new'Gravatar wm42013-06-16
|\
| * cache: make the stream cache a proper stream that wraps other streamsGravatar wm42013-06-16
* | audio/out: remove ao->outburst/buffersize fieldsGravatar wm42013-06-16
* | mplayer: update window title if its properties changeGravatar John Hawthorn2013-06-16
* | video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEGravatar wm42013-06-15
* | x11: enable screensaver when paused, rename/change --stop-xscreensaverGravatar wm42013-06-14
* | core: introduce separate VOCTRLs for screensaver stop/resumeGravatar wm42013-06-14
* | mplayer: save sub-visibility propertyGravatar wm42013-06-13
* | mplayer: try to handle PTS forward jumpsGravatar wm42013-06-13
| * core: use STREAM_CTRL instead of accessing stream_dvd internalsGravatar wm42013-06-09
|/
* core: make options.c compile standaloneGravatar wm42013-06-08
* core: rename cfg-mplayer.h to options.cGravatar wm42013-06-08