aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* When changing playback speed write the current speed to OSD only afterGravatar uau2006-11-18
* move demux_nut priv calloc to init() instead of check_file()Gravatar ods152006-11-18
* TAB switches between programsGravatar nicodvb2006-11-18
* mention switch_video and switch_programGravatar nicodvb2006-11-18
* bind TAB to 'step_property switch_program'Gravatar nicodvb2006-11-18
* switch_program property to switch to/set a new programGravatar nicodvb2006-11-18
* implemented DEMUXER_CTRL_IDENTIFY_PROGRAMGravatar nicodvb2006-11-18
* new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)Gravatar nicodvb2006-11-18
* group together B-frames options with I,P frames optionsGravatar gpoirier2006-11-18
* group together xvid's rate control optionsGravatar gpoirier2006-11-18
* more mp_property_deinterlace simplification, patch byGravatar reimar2006-11-18
* group together "quant_type" and quant_*_matrix since they are relatedGravatar gpoirier2006-11-18
* implemented M_PROPERTY_SET in mp_property_{audio,video}Gravatar nicodvb2006-11-18
* group together "debug" and "psnr", note that "threads" option is featured on ...Gravatar gpoirier2006-11-18
* reinit_video_chain might set sh_video = NULL, so check against that.Gravatar reimar2006-11-18
* Move xvid 'grayscale' option close to 'interlacing'Gravatar gpoirier2006-11-18
* group together "quality" control optionsGravatar gpoirier2006-11-18
* group together xvid's 'closed_gop' and 'packed' optionsGravatar gpoirier2006-11-18
* remove xvid3's divx5bvop and replace it by xvid4's closed_gopGravatar gpoirier2006-11-18
* r21004: remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options...Gravatar kraymer2006-11-18
* remove xvid3's mpeg_quant, replace it by xvid4's quant_typeGravatar gpoirier2006-11-18
* r21001: Add *BSD BT848 radio supportGravatar kraymer2006-11-18
* support for XAN DPCM audioGravatar diego2006-11-18
* document new "D" keybinding for deinterlacing, introduced inGravatar kraymer2006-11-18
* remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there i...Gravatar gpoirier2006-11-18
* Xvid3 support is no more: Remove Xvid3-specific optionsGravatar gpoirier2006-11-18
* Mark some functions staticGravatar uau2006-11-18
* Add *BSD BT848 radio supportGravatar voroshil2006-11-18
* Remove obsolete Xvid 3 support.Gravatar diego2006-11-18
* Drop some unnecessary local changes.Gravatar diego2006-11-18
* Make sure to pick up internal dvdcss.h before a globally installed one.Gravatar diego2006-11-18
* Rename libdvdread to dvdread. We really only include only the dvdreadGravatar diego2006-11-18
* support for some more fringe formats, still buggy ..Gravatar diego2006-11-17
* Try reading palette for vobsubGravatar reimar2006-11-17
* Support palette for general vobsubGravatar reimar2006-11-17
* Since vobsub_lang and sub_select do the same, 'b' and 'j' were boundGravatar reimar2006-11-17
* Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sa...Gravatar reimar2006-11-17
* consistently use M_PROPERTY_ERROR/M_PROPERTY_OK as return values.Gravatar reimar2006-11-17
* Minor mp_property_deinterlace simplificationGravatar reimar2006-11-17
* Add deinterlace property, patch by Carl Eugen HoyosGravatar reimar2006-11-17
* Adapt code to annoying ShowCursor semantics (increases/decreases and returnsGravatar reimar2006-11-17
* missed piece in update to libnut API - non negative errorsGravatar ods152006-11-17
* r20972: defined MSGTR_OSDVideoGravatar voroshil2006-11-17
* sync w/r20969Gravatar gpoirier2006-11-17
* add public wrapper for get_frequencyGravatar voroshil2006-11-17
* Change verbosity level from MSGL_V to MSGL_INFO for "Current frequency is"Gravatar voroshil2006-11-17
* clarify syncpoint placement recommanditionsGravatar michael2006-11-17
* seekingGravatar michael2006-11-17
* dts & synchronous decoderGravatar michael2006-11-17
* support flic video through lavfGravatar diego2006-11-17