summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* win32: fix compilation on MinGWwm42012-08-074-11/+15
* vo_null: reformat and use new VO APIwm42012-08-071-48/+42
* Remove V4L2 decoder support (vo_v4l2 and ao_v4l2)wm42012-08-079-673/+0
* vo_v4l2: reformat, use new VO APIwm42012-08-071-165/+153
* vo_caca: use new VO APIwm42012-08-071-33/+54
* vo_directfb2: reformat and convert to new VO APIwm42012-08-071-938/+1083
* vo_x11: reformat, use new VO APIwm42012-08-071-375/+397
* TOOLS/uncrustify.cfg: add uncrustify profile for code reformattingwm42012-08-061-0/+158
* manpage: reflect recent VO changeswm42012-08-061-108/+33
* image_writer: rename "filetype" option to "format"wm42012-08-063-5/+5
* libvo: remove videodev_mjpeg.hwm42012-08-061-141/+0
* VO: remove vo_gif89a, vo_md5sum, vo_yuv4mpegwm42012-08-066-1033/+0
* VO: remove vo_jpeg, vo_png, vo_pnm, vo_tgawm42012-08-067-1484/+1
* vo_image: add outdir optionwm42012-08-061-8/+42
* vo_image: add new video output for writing imageswm42012-08-064-1/+173
* video_out: rename privsize member to priv_sizewm42012-08-063-5/+5
* image_writer: support all JPEG specific options vo_jpeg supportswm42012-08-062-1/+32
* image_writer: add TGA image formatwm42012-08-061-0/+5
* image_writer: add some PNM family image formatswm42012-08-061-9/+20
* image_writer: add option parsingwm42012-08-065-15/+28
* image_writer: allow specifying pixel formats for image writerswm42012-08-061-2/+13
* image_writer: never pass anamorphic images to image writerwm42012-08-061-1/+2
* screenshot: move image writer code into new file image_writer.cwm42012-08-064-204/+324
* m_config: support auto-allocated sub-structswm42012-08-064-37/+75
* m_config: support flatten and merge flags for suboptionswm42012-08-063-14/+42
* options: get rid of some compatibility stuffwm42012-08-065-53/+12
* options: get rid of ambiguous option parsingwm42012-08-0514-306/+317
* options: remove CONF_TYPE_PRINT_INDIRECTwm42012-08-052-10/+1
* input.conf: put dvdnav commands under {dvdnav}wm42012-08-051-8/+8
* osd: free buffer allocated with av_malloc with av_freewm42012-08-041-4/+4
* m_config: always reject setting global options in per-file modewm42012-08-042-6/+13
* m_options: get rid of CONF_NOSAVEwm42012-08-043-14/+6
* m_config: implement m_config_new in terms of m_config_simplewm42012-08-043-18/+14
* options: revert passing around talloc contextswm42012-08-045-75/+46
* mplayer: make OSD stack a member of MPContextwm42012-08-044-54/+54
* mplayer: free return value of chapter_name()wm42012-08-041-5/+8
* mplayer: never exit mplayer from within the play loopwm42012-08-045-25/+34
* command, mplayer: free return value of demuxer_stream_lang()wm42012-08-042-0/+2
* mplayer: fix invalid memory access in print_stream()wm42012-08-041-1/+1
* playlist: rename params_count field to num_params for consistencywm42012-08-043-5/+5
* mplayer: rearrange misleading codewm42012-08-041-3/+4
* mplayer: fix idle mode regressionswm42012-08-043-42/+78
* options: fix forgotten --sound => --audio renamewm42012-08-031-1/+1
* demuxer: introduce a general stream structwm42012-08-037-169/+176
* command: make audio switching persistent across file switcheswm42012-08-031-0/+1
* mplayer: fix output of audio/sub language in terminal outputwm42012-08-032-7/+14
* mplayer: move file loading out of main()wm42012-08-031-253/+264
* mplayer: move things out of main()wm42012-08-031-213/+240
* sub: simplify code by always defining sub_cpwm42012-08-034-11/+3
* x11_common: remove some code duplicationwm42012-08-031-114/+54
* mplayer: do not create X11 state in player frontendwm42012-08-037-23/+24
* mplayer: move highly OS specific initialization code out of main()wm42012-08-031-44/+47
* mplayer, stream_tv: move variable initializationwm42012-08-032-5/+1
* demux_audio: always enable parsing for audio streamsmplayer-svn2012-08-031-1/+2
* subassconvert: order colour names alphabetically / better match W3 listmplayer-svn2012-08-031-7/+23
* tv: reduce code duplicationmplayer-svn2012-08-031-21/+14
* vf_unsharp: direct rendering fixesmplayer-svn2012-08-031-5/+5
* vf_ass: use correct height when copying imagewm42012-08-031-1/+1
* vf_ass: request a sufficiently large image for direct renderingmplayer-svn2012-08-031-1/+3
* bstr.h: fix compilation with C++wm42012-08-031-3/+3
* configure: fix directx check on Cygwinmplayer-svn2012-08-031-0/+1
* mp3_hdr: cleanupsmplayer-svn2012-08-031-59/+37
* demux_audio: fix calculation of audio lengthmplayer-svn2012-08-031-1/+2
* demux_audio: avoid integer overflowsmplayer-svn2012-08-031-3/+7
* stream_pvr: fix buffer overflowmplayer-svn2012-08-031-16/+13
* configure: try linking in libmad testmplayer-svn2012-08-031-1/+1
* reorder_ch: support reordering 8 channels to AAC layoutmplayer-svn2012-08-031-0/+19
* spudec: use more precise alpha handling for -spuaa 4mplayer-svn2012-08-031-2/+2
* stream: detect prematurely closed connectionmplayer-svn2012-08-031-1/+2
* av_sub, spudec: support multiple rectanglesmplayer-svn2012-08-033-41/+113
* stream: retry reconnecting several timesmplayer-svn2012-08-031-8/+22
* vo_yuv4mpeg: support writing to stdoutmplayer-svn2012-08-031-3/+5
* demux_real: set aspect ratiomplayer-svn2012-08-031-0/+2
* ao_alsa: cleanup use of vsnprintfmplayer-svn2012-08-031-1/+0
* ad_mad: cleanupsmplayer-svn2012-08-031-8/+8
* vf_spp, vf_fspp: replace use of deprecated libav functionmplayer-svn2012-08-032-2/+2
* AF: remove af_statswm42012-08-033-162/+0
* commands, dvd, dvdnav, bluray: cleanup sub/audio track language displaymplayer-svn2012-08-0310-87/+150
* vf_uspp: fix possible crash when the output format is Y8mplayer-svn2012-08-031-0/+2
* demux_rtp: fix compilation with new LIVE555 librariesmplayer-svn2012-08-031-0/+2
* cache2: allow cache sizes up to 4 TBmplayer-svn2012-08-036-42/+51
* example.conf: add bandwidth examplemplayer-svn2012-08-031-0/+4
* vf.c: increase default alignment valuesmplayer-svn2012-08-031-4/+3
* dec_audio: add sanity check against 0 channelsmplayer-svn2012-08-031-0/+2
* demux_audio: do not decode ID3v2 tag data as audio datamplayer-svn2012-08-031-10/+53
* vf_yadif: fix green bottom linemplayer-svn2012-08-031-2/+13
* libmpcodecs: use 128 instead of 64 to define non-native RGB image formatsmplayer-svn2012-08-032-18/+18
* vo_x11: X11 non-native RGB/BGR "emulation" only works for 32bitmplayer-svn2012-08-031-3/+2
* demux_mf: add j2c and jpc as jpeg2k, add tiff extension as tif imagemplayer-svn2012-08-031-0/+5
* subreader: eliminate duplicate subtitle linesmplayer-svn2012-08-031-0/+10
* subreader: SSA reader: do not strip commas in commandsmplayer-svn2012-08-031-0/+3
* libmpcodecs: add support for 422P9mplayer-svn2012-08-037-0/+15
* stream: add new stream control command STREAM_CTRL_GET_NUM_TITLESmplayer-svn2012-08-037-0/+28
* cache2: flush cache and sync stream position/eof after seeking STREAM_CTRLsmplayer-svn2012-08-031-10/+33
* stream/http: add a test file for ultravox in commentmplayer-svn2012-08-031-0/+3
* cache2: make cache process exit when main process diesmplayer-svn2012-08-031-0/+13
* vo_caca: reformat and various fixesmplayer-svn2012-08-031-174/+201
* vf_expand: add sanity checksmplayer-svn2012-08-031-1/+20
* mp_image: set chroma_x_shift for 1-plane YUV formatsmplayer-svn2012-08-031-0/+1
* af: some spelling/grammar fixesmplayer-svn2012-08-031-3/+3
* af_lavcac3enc: remove pointless castsmplayer-svn2012-08-031-5/+5
* demux_audio: improve WAV format detectionmplayer-svn2012-08-031-1/+3
* af: fix crash on invalid channel countmplayer-svn2012-08-031-0/+4
* vo_md5sum: support printing to stdoutmplayer-svn2012-08-031-1/+4
* demux_audo: fix wrong runtime and average bitrate for VBR MP3mplayer-svn2012-08-031-1/+67
* demux_audio: ensure that demuxer->movi_end will be setmplayer-svn2012-08-031-3/+2
* osdep:/glob-win.c: reformatmplayer-svn2012-08-031-55/+47
* configure: add -D__STDC_FORMAT_MACROS to CXXFLAGSmplayer-svn2012-08-031-1/+1
* Replace 'q' printf length modifier by 'll'mplayer-svn2012-08-032-3/+3
* libmpcodecs: add ad_spdif.c, S/PDIF passthrough decodermplayer-svn2012-08-037-4/+392
* configure: drop extra standard compiler/linker flags for *BSD systemsmplayer-svn2012-08-031-9/+0
* x11: change stop_xscreensaver default to 1 to be more user-friendlymplayer-svn2012-08-032-3/+4
* x11: make the stop-xscreensaver option behave as described in the man pagemplayer-svn2012-08-031-1/+1
* subreader: fix reading of aqr/subrip09 subtitlesmplayer-svn2012-08-031-8/+8
* subreader: get rid of some code duplicationmplayer-svn2012-08-031-64/+34
* Remove leftover BeOS support stuffwm42012-08-035-63/+0
* cache2: make warnings easier to understandmplayer-svn2012-08-031-2/+2
* vo_null: do not accept hwaccel formatsmplayer-svn2012-08-031-0/+2
* configure: drop check for -lposix4wm42012-08-031-10/+0
* vf_stereo3d.c: half-width side-by-side formats for stereo3dmplayer-svn2012-08-032-0/+24
* loader: remove weird kstat thingwm42012-08-032-60/+0
* configure: remove some unused checkswm42012-08-031-71/+0
* Remove teletext supportwm42012-08-0322-2410/+19
* stream: remove V4L TV input and V4L radio supportwm42012-08-026-2127/+7
* mplayer: rip out --capture supportwm42012-08-029-81/+0
* VO: remove VO direct renderingwm42012-08-0212-163/+3
* stream: remove stream_cuewm42012-08-024-645/+0
* AF: remove af_gate and af_compwm42012-08-025-347/+0
* Revert "codecs: prefer libmad over libmpg123"wm42012-08-021-12/+12
* man: update man with vo_corevideo and vo_sharedbufferStefano Pigozzi2012-08-021-14/+16
* man: update documentation related to screenshotswm42012-08-023-16/+97
* man: remove documentation for deleted stuffwm42012-08-024-448/+38
* manpage: merge new manpagewm42012-08-029-3/+6107
* vf: remove VFCAP_FLIPPED and VFCAP_CONSTANTwm42012-08-023-18/+1
* mplayer: expand --title as property, remove --use-filename-titlewm42012-08-025-9/+17
* m_config: reallow specifying static default values for string optionswm42012-08-021-1/+1
* cpudetect: remove unused/forgotten crapwm42012-08-012-14/+0
* input: change bind_keys() to use bstrwm42012-08-011-16/+14
* Makefile: move commands from distclean to clean and add missing fileswm42012-08-011-3/+8
* build: remove references to cpuinfowm42012-08-014-369/+0
* input: replace internal key binds with included etc/input.confwm42012-08-013-159/+15
* input: refactor: store builtin key binds along user user bindswm42012-08-011-24/+26
* input: simplify input.conf parsingwm42012-08-011-72/+28
* osd: minor simplification of vo_osd_changed()wm42012-08-017-29/+30
* stream: remove native RTSP/RTP/PNM supportwm42012-08-0133-10405/+7
* Remove dead codewm42012-08-0145-2825/+0
* gitignore: add osd_font autogenerated fileStefano Pigozzi2012-08-011-0/+1
* mangle: change preprocessor define for macosxStefano Pigozzi2012-08-011-1/+1
* vo_corevideo: remove font_load codeStefano Pigozzi2012-08-011-2/+0
* vo_gl3: support changing cmdlinewm42012-08-011-2/+82
* VO: add mechanisms to change VO commandline for VOs supporting itwm42012-08-014-0/+20
* mplayer: remove pos parameter from sadd* functionswm42012-08-011-53/+46
* mplayer: make display of playback status more uniformwm42012-08-015-100/+76
* Change <endian.h> include to <sys/types.h>wm42012-07-3115-15/+12
* Fix compilation of vf_fspp on OSXwm42012-07-311-1/+1
* mplayer: turn playtree into a list, and change per-file option handlingwm42012-07-3125-2537/+914
* mp_msg: remove filename_recodewm42012-07-3110-215/+13
* mplayer: remove stream dumping capabilitywm42012-07-302-178/+1
* configure: remove checks for malloc.h and alloca()wm42012-07-3011-65/+0
* configure: remove memalign checkwm42012-07-302-29/+5
* mplayer: change how pause status is indicated in terminalwm42012-07-302-54/+12
* mplayer: status line: better indication whether audio/video is activewm42012-07-301-2/+8
* Remove some demuxers and decoderswm42012-07-3054-19301/+34
* libvo: remove exit_player_bad()wm42012-07-304-24/+12
* Merge remote-tracking branch 'origin/master'wm42012-07-301-29/+55
|\
| * ao_pulse: work around PulseAudio timing bugsUoti Urpala2012-07-291-29/+55
* | Remove XMMS plugin supportwm42012-07-305-604/+0
* | options: remove some CONF_TYPE_PRINT placeholder optionswm42012-07-301-41/+0
* | mplayer: cosmetics: give A/V desync message same form as help textwm42012-07-301-23/+23
* | mplayer: de-crapify builtin help textwm42012-07-301-36/+6
* | options: rename --no-sound to --no-audiowm42012-07-302-2/+2
* | options: remove "no" options variantswm42012-07-302-45/+13
* | mplayer: redo terminal status line outputwm42012-07-301-35/+27
* | mplayer: remove --autoqwm42012-07-302-29/+1
* | mplayer: remove benchmarking/CPU accounting codewm42012-07-304-88/+5
* | ass_mp.c: remap libass log levelswm42012-07-301-0/+12
* | mplayer: remove extra "\n" in outputwm42012-07-301-1/+1
* | mplayer: do not print version by defaultwm42012-07-301-8/+9
* | ao_pulse: don't always print error message if PulseAudio unavailablewm42012-07-303-2/+8
* | mixer: silence message about inserting volume filterwm4