aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* libvo: remove videodev_mjpeg.hGravatar wm42012-08-06
* VO: remove vo_gif89a, vo_md5sum, vo_yuv4mpegGravatar wm42012-08-06
* VO: remove vo_jpeg, vo_png, vo_pnm, vo_tgaGravatar wm42012-08-06
* vo_image: add outdir optionGravatar wm42012-08-06
* vo_image: add new video output for writing imagesGravatar wm42012-08-06
* video_out: rename privsize member to priv_sizeGravatar wm42012-08-06
* image_writer: support all JPEG specific options vo_jpeg supportsGravatar wm42012-08-06
* image_writer: add TGA image formatGravatar wm42012-08-06
* image_writer: add some PNM family image formatsGravatar wm42012-08-06
* image_writer: add option parsingGravatar wm42012-08-06
* image_writer: allow specifying pixel formats for image writersGravatar wm42012-08-06
* image_writer: never pass anamorphic images to image writerGravatar wm42012-08-06
* screenshot: move image writer code into new file image_writer.cGravatar wm42012-08-06
* m_config: support auto-allocated sub-structsGravatar wm42012-08-06
* m_config: support flatten and merge flags for suboptionsGravatar wm42012-08-06
* options: get rid of some compatibility stuffGravatar wm42012-08-06
* options: get rid of ambiguous option parsingGravatar wm42012-08-05
* options: remove CONF_TYPE_PRINT_INDIRECTGravatar wm42012-08-05
* input.conf: put dvdnav commands under {dvdnav}Gravatar wm42012-08-05
* osd: free buffer allocated with av_malloc with av_freeGravatar wm42012-08-04
* m_config: always reject setting global options in per-file modeGravatar wm42012-08-04
* m_options: get rid of CONF_NOSAVEGravatar wm42012-08-04
* m_config: implement m_config_new in terms of m_config_simpleGravatar wm42012-08-04
* options: revert passing around talloc contextsGravatar wm42012-08-04
* mplayer: make OSD stack a member of MPContextGravatar wm42012-08-04
* mplayer: free return value of chapter_name()Gravatar wm42012-08-04
* mplayer: never exit mplayer from within the play loopGravatar wm42012-08-04
* command, mplayer: free return value of demuxer_stream_lang()Gravatar wm42012-08-04
* mplayer: fix invalid memory access in print_stream()Gravatar wm42012-08-04
* playlist: rename params_count field to num_params for consistencyGravatar wm42012-08-04
* mplayer: rearrange misleading codeGravatar wm42012-08-04
* mplayer: fix idle mode regressionsGravatar wm42012-08-04
* options: fix forgotten --sound => --audio renameGravatar wm42012-08-03
* demuxer: introduce a general stream structGravatar wm42012-08-03
* command: make audio switching persistent across file switchesGravatar wm42012-08-03
* mplayer: fix output of audio/sub language in terminal outputGravatar wm42012-08-03
* mplayer: move file loading out of main()Gravatar wm42012-08-03
* mplayer: move things out of main()Gravatar wm42012-08-03
* sub: simplify code by always defining sub_cpGravatar wm42012-08-03
* x11_common: remove some code duplicationGravatar wm42012-08-03
* mplayer: do not create X11 state in player frontendGravatar wm42012-08-03
* mplayer: move highly OS specific initialization code out of main()Gravatar wm42012-08-03
* mplayer, stream_tv: move variable initializationGravatar wm42012-08-03
* demux_audio: always enable parsing for audio streamsGravatar mplayer-svn2012-08-03
* subassconvert: order colour names alphabetically / better match W3 listGravatar mplayer-svn2012-08-03
* tv: reduce code duplicationGravatar mplayer-svn2012-08-03
* vf_unsharp: direct rendering fixesGravatar mplayer-svn2012-08-03
* vf_ass: use correct height when copying imageGravatar wm42012-08-03
* vf_ass: request a sufficiently large image for direct renderingGravatar mplayer-svn2012-08-03
* bstr.h: fix compilation with C++Gravatar wm42012-08-03