aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
...
* dvdnav: fix crash caused by missing line from 58834653c0Gravatar Uoti Urpala2011-08-10
* core: allocate OSD text buffers dynamicallyGravatar harklu2011-08-09
* options: support --leak-report (double dash form)Gravatar Uoti Urpala2011-08-08
* core: minor audio-only+timeline fix for chapter handlingGravatar Uoti Urpala2011-08-08
* cleanup: reformat mplayer.cGravatar Uoti Urpala2011-08-07
* core: fix detection of files with no chaptersGravatar Uoti Urpala2011-08-04
* audio: export audio pts to AO driversGravatar Uoti Urpala2011-07-31
* core: audio: improve audio-only seeks and position reportingGravatar Uoti Urpala2011-07-31
* core: audio: if audio pts is missing return MP_NOPTS_VALUEGravatar Uoti Urpala2011-07-30
* options: commandline: accept --foo=xyz style optionsGravatar Uoti Urpala2011-07-29
* core: improve --loop handlingGravatar Uoti Urpala2011-07-29
* subs: fix per-file --ass-force-styleGravatar Uoti Urpala2011-07-23
* cleanup: subs: remove global ass_library variableGravatar Uoti Urpala2011-07-23
* cleanup: do libav* initialization on startupGravatar Uoti Urpala2011-07-18
* input: don't make fd 0 nonblockingGravatar Uoti Urpala2011-07-17
* input: rework event reading and command queuingGravatar Uoti Urpala2011-07-17
* options: fix -use-filename-title crash after recent 39e373aaGravatar Uoti Urpala2011-07-10
* cleanup: silence most of the clang warningsGravatar Clément Bœsch2011-07-09
* Merge branch 'mplayer1_changes'Gravatar Uoti Urpala2011-07-06
|\
| * cleanup: mplayer.c: Factor out a bit of spudec codeGravatar reimar2011-07-06
| * dvdnav: make mp_dvdnav_save_smpi() more robustGravatar reimar2011-07-06
* | cleanup: remove useless set_codec_path() functionGravatar Uoti Urpala2011-07-06
| * stream dump: print progress informationGravatar cigaes2011-07-05
|/
* commands: change property mechanism to use talloc stringsGravatar Uoti Urpala2011-07-03
* audio: move ready-for-ao data buffer from decoder to AOGravatar Uoti Urpala2011-07-02
* core: move m_config_free() last before exitGravatar reimar2011-06-29
* cleanup: remove warnings under libmenu/Gravatar Clément Bœsch2011-06-24
* input: add useful default pointer button bindingsGravatar Grigori Goronzy2011-06-14
* audio: disallow partial samples, fix ad_pcm to complyGravatar Uoti Urpala2011-05-07
* ao_pcm, core: use new API in ao_pcm, change timing with itGravatar Uoti Urpala2011-05-05
* input: make slave command file descriptors nonblockingGravatar Uoti Urpala2011-05-04
* Merge branch 'mplayer1_changes'Gravatar Uoti Urpala2011-05-02
|\
* | audio: fill small AO buffers more often in audio-only caseGravatar Uoti Urpala2011-04-22
* | config: remove pointless cfg-mplayer-def.h fileGravatar Clément Bœsch2011-04-20
* | subs: options: add -sub-pathsGravatar Clément Bœsch2011-04-20
* | find_subfiles: allow subtitle search in multiple directoriesGravatar Clément Bœsch2011-04-20
* | subs: move vobsub loading logic down to find_subfiles.cGravatar Uoti Urpala2011-04-20
* | subs: move text sub loading logic down to find_subfiles.cGravatar Clément Bœsch2011-04-20
* | find_subfiles: move sub_filenames() hereGravatar Clément Bœsch2011-04-20
* | options: move sub_name, sub_auto and vobsub_name to structGravatar Clément Bœsch2011-04-20
* | options: change -alang and -slang to use string list typeGravatar Clément Bœsch2011-04-20
| * OSD: support displaying fractional part of current positionGravatar Uoti Urpala2011-04-12
* | audio: change external AO interface to "ao_[method](ao, ...)"Gravatar Uoti Urpala2011-04-09
* | Merge branch 'edl'Gravatar Uoti Urpala2011-04-08
|\ \ | |/ |/|
| * core: support timeline with audio-only filesGravatar Uoti Urpala2011-04-08
| * core: wake up a bit less often for audio-only filesGravatar Uoti Urpala2011-04-08
| * core: audio: cut audio writes at end of timeline partGravatar Uoti Urpala2011-04-07
| * EDL: add support for new EDL file formatGravatar Uoti Urpala2011-04-05
* | core: do proper audio track selection for -audiofile demuxerGravatar Uoti Urpala2011-04-02
* | configure, Windows: support static pthreads on WindowsGravatar Diogo Franco2011-03-30