summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* stream_dvd: Improve seeking by chaptersdiego2010-11-021-5/+12
* stream_dvd: fix incorrect assumption about chapter countdiego2010-11-021-10/+38
* vo_gl.c: Use early return instead of large if blockreimar2010-11-021-26/+26
* vo_gl: Make OSD rendering code more readablereimar2010-11-021-7/+12
* options: Also allow setting msglevel for MSGT_FIXMEreimar2010-11-021-0/+2
* dvdcss: Fix typo in documentationreimar2010-11-021-1/+1
* dvdcss: Handle failing ioctls more gracefullyreimar2010-11-023-48/+16
* dvdcss: Fix DVD playback with region-free drivesreimar2010-11-021-2/+3
* configure: Default to -O2 optimization level for the clang compilerdiego2010-11-021-0/+2
* stream_dvb.c: avoid compiler warning by adding initializationdiego2010-11-021-0/+1
* demux_ts.c: avoid compiler warning by adding initializationdiego2010-11-021-1/+1
* codecs.conf: add binary expression codec for fourcc MTS2compn2010-11-021-0/+10
* ao_mpegpes: Properly close file on error or uninitreimar2010-11-021-5/+11
* ao_mpegpes.c: minor simplificationreimar2010-11-021-1/+1
* loader/win32.c: remove sys/timeb.h includecompn2010-11-021-1/+0
* DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31814jrash2010-11-021-3/+5
* configure: add header_check_broken, use for cdioreimar2010-11-021-2/+18
* DOCS/xml/README: improvediego2010-11-021-37/+1
* DOCS/xml/configure: misc changesdiego2010-11-021-75/+39
* DOCS/xml/en/documentation.xml: mark MPlayer as GPL v2 onlydiego2010-11-021-3/+2
* DOCS/*/hu: synced with r31833Gabrov2010-11-028-492/+211
* codecs.conf: Support FFmpeg's native AMR Narrowband decodercehoyos2010-11-021-0/+8
* dvdnav: Support for image highlights for dvdnav menus.reimar2010-11-023-21/+96
* spudec.c: Remove useless end_col/end_row variablesreimar2010-11-021-8/+4
* vo_corevideo: Move variable into the only function it's used inreimar2010-11-022-1/+1
* vo_corevideo: move mouse hiding to check_eventsreimar2010-11-021-23/+21
* vo_corevideo: Make the Quit menu entry workreimar2010-11-021-0/+14
* vo_corevideo: simplify check_eventsreimar2010-11-021-1/+1
* vo_corevideo: change window-closing handlingreimar2010-11-021-2/+5
* DOCS/xml: updatesdiego2010-11-025-433/+22
* manpage: don't claim teletext keys would depend on build optionsdiego2010-11-021-3/+2
* manpage: Fix wrong option name in input examplereimar2010-11-021-1/+1
* vo_corevideo, vo_quartz: remove useless kQuitCmdreimar2010-11-023-7/+0
* vo_corevideo: indentation fixesreimar2010-11-022-27/+27
* vo_corevideo: Avoid some code duplication.reimar2010-11-021-4/+2
* vo_corevideo: Simplify update_screen_inforeimar2010-11-021-7/+6
* vo_corevideo: avoid dangerous castsreimar2010-11-021-3/+2
* vo_corevideo.m: remote useless parentheses and castsreimar2010-11-021-11/+11
* vo_corevideo: Send KEY_CLOSE_WIN instead of KEY_ESC for quitreimar2010-11-021-2/+2
* spudec.c: Slightly simplify rle decodingreimar2010-11-021-4/+3
* spudec.c: Remove a useless condition checkreimar2010-11-021-2/+0
* spudec.c: Avoid useless malloc/freesreimar2010-11-021-14/+3
* command.c: Change cast to avoid a warningreimar2010-11-021-1/+1
* slave mode: Add stream_time_pos propertyreimar2010-11-022-0/+14
* spudec.c: Remove useless NULL checks before free()reimar2010-11-021-6/+9
* spudec: Allocate memory for paletted image data separatelyreimar2010-11-021-2/+5
* spudec: Slightly simplify dvd subtitle RLE decodingreimar2010-11-021-5/+7
* spudec: Share paletted -> gray/alpha conversion codereimar2010-11-021-32/+43
* spudec: Simplify creation of color/alpha mapreimar2010-11-021-22/+9
* vobsub: Only try to merge packets if we have an earlier one storedreimar2010-11-021-2/+2
* vd_qtvideo: Some indentation fixesreimar2010-11-021-7/+7
* vd_qtvideo: generate a ImageDescription if not givenreimar2010-11-021-5/+20
* DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31769jrash2010-11-021-1/+3
* manpage: mention -af stats in -af volume section for statisticsreimar2010-11-021-1/+1
* manpage: -af volume "max volume" feature requires floatsreimar2010-11-021-0/+2
* vo_gl2: Use identical code to -vo gl for -wid modereimar2010-11-021-3/+4
* configure: Rename "network" variable and option to "networking"diego2010-11-026-32/+34
* configure: Fix LADSPA test variable initializationdiego2010-11-021-1/+1
* DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31715jrash2010-11-021-1/+9
* DOCS: Fix a few web page links in the documentation.diego2010-11-024-4/+4
* vo_gl: Make it possible to select GL_NEAREST scalingreimar2010-11-021-1/+9
* vo_gl: add helper macros to build the yuv conversion type numberreimar2010-11-022-1/+6
* gl_common.h: Add () around macro arguments.reimar2010-11-021-3/+3
* vo_gl: Cosmetics: create luma texture firstreimar2010-11-021-4/+5
* cache: Use sigaction() instead of signal()reimar2010-11-021-3/+6
* audio: support parameter changes (e.g. channel count) during playbackreimar2010-11-023-68/+123
* commands: Allow fullscreen switching during -idle.reimar2010-11-021-0/+1
* configure: use correct arguments in signal handler testsdiego2010-11-021-2/+2
* osdep: Fix gettimeofday type to match the real onereimar2010-11-021-1/+2
* ad_mpeg123: Enable robust resyncdiego2010-11-021-0/+3
* configure: Move PIC test out of the x86 sectiondiego2010-11-021-12/+15
* manu.c: Remove unused static function menu_text_get_next_linediego2010-11-021-18/+0
* ao_coreaudio: Improve handling of the "help" suboptionadrian2010-11-021-4/+6
* demux_ts: Improve subtitle supportreimar2010-11-021-49/+37
* demuxer.c: add new_sh_sub_sid_langUoti Urpala2010-11-022-0/+13
* ao_coreaudio: Remove some unused variablesdiego2010-11-021-5/+1
* vo_tga: specify 15 bpp tga format endiannessreimar2010-11-021-1/+1
* vo_tga: Use the proper imgfmt namesreimar2010-11-021-2/+2
* vo_tag: fix RGB with alpha output on little-endianreimar2010-11-021-42/+1
* ao_coreaudio: Process the CoreFoundation runloopadrian2010-11-021-0/+6
* ao_coreaudio: Refactor device selectionadrian2010-11-022-22/+99
* ao_coreaudio: use same types as coreaudio APIadrian2010-11-021-3/+2
* ao_coreaudio: replace deprecated functions with OSX 10.4 onesadrian2010-11-021-207/+236
* ao_coreaudio: Fix printf specifiersadrian2010-11-021-2/+2
* sub_cc: remote pointless assignmentsreimar2010-11-021-6/+1
* av_sub: Set size correctly for decoded text subsreimar2010-11-021-0/+2
* spudec: Faster paletted to OSD conversionreimar2010-11-021-7/+12
* spudec: Fix conversion from paletted to MPlayer's OSD formatreimar2010-11-021-4/+6
* vo_vdpau: fix indentation of some switch statementsUoti Urpala2010-11-021-49/+49
* vo_vdpau: add extra check for unknown image formatUoti Urpala2010-11-021-2/+4
* vo_gl: remove unused labelUoti Urpala2010-11-021-1/+0
* x11_common.h: remove some unused declarationsUoti Urpala2010-11-021-3/+0
* spudec: Reuse spudec_draw for the unscaled casereimar2010-11-022-9/+4
* spudec.c: minor improvementsreimar2010-11-021-14/+15
* spudec: Fix calc_bbox to always return sensible valuesreimar2010-11-021-4/+3
* af_lavcresample: avoid multiple calls to av_resample_initreimar2010-11-021-2/+18
* subs: improve scaling for avcodec subsreimar2010-11-022-13/+15
* spudec.c: add missing orig_frame_width settingreimar2010-11-021-0/+1
* spudec.c: indentation fixreimar2010-11-021-3/+3
* subs: Add support for DVB and XSUB subtitles, not yet working properlyreimar2010-11-023-2/+15
* mpcommon.c: Remove dvdsub_id checks that should not be necessaryreimar2010-11-021-2/+2
* mp_msg: avoid mangling other output with status linereimar2010-11-021-0/+9
* av_sub: Fix memory leak for subtitles decoded by libavcodecreimar2010-11-021-1/+3
* ao_pcm: Remove some disabled and pointless codereimar2010-11-021-12/+0
* asfheader, demux_audio: Remove some pointless be2me/le2mereimar2010-11-022-10/+7
* demux_pva.c: Remove completely nonsensical le2me usagesreimar2010-11-021-3/+3
* aviheader.c: Remove obfuscating use of le2me_32.reimar2010-11-021-6/+3
* Use AV_RL* macros instead of typecasts where appropriatereimar2010-11-025-27/+21
* subs: Change global subtitle numbering schemereimar2010-11-023-93/+138
* subs: Automatically allocate a vo_spudec if there is nonereimar2010-11-021-1/+7
* demux_ts: add memory access checksreimar2010-11-021-5/+5
* demux_ts: fix crash on broken packetsreimar2010-11-021-0/+4
* configure: Move EBX availability #define within config.hdiego2010-11-021-1/+1
* subs: Add support for PGS subtitle decoding via libavcodecreimar2010-11-027-10/+247
* subs: change subdelay handling and vobsub timingreimar2010-11-022-11/+9
* spudec.c: simplifyreimar2010-11-021-2/+2
* spudec: Add warning about bad values in bounding box handlingreimar2010-11-021-0/+3
* spudec.c: Extract image allocation code to a separate functionreimar2010-11-021-12/+22
* stream.c: add <libavutil/common.h> include needed for GET_UTF16reimar2010-11-021-0/+2
* libgsm: Remove libgsm wrapperreimar2010-11-028-1234/+0
* codecs.conf: Add/fix GSM audio decoding through FFmpegreimar2010-11-021-3/+25
* DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31648jrash2010-11-021-12/+67
* vo_gl: remove "broken" comment from quadbuffer stereocehoyos2010-11-022-2/+2
* demux_lavf: stricter check for convergence_duration validityaurel2010-11-021-1/+1
* stream_bluray: implement slave mode compatible controlsben2010-11-021-6/+119
* vo_gl: Some small whitespace and {} cosmeticsreimar2010-11-021-19/+21
* vo_gl: Try to get a quadbuffered visual for corresponding 3D modereimar2010-11-021-1/+13
* vo_gl: cleanupreimar2010-11-021-9/+2
* manpage: Fix outdated -vo gl usage example.reimar2010-11-021-2/+2
* vo_gl: Add initial stereo supportreimar2010-11-024-0/+139
* DOCS/man/cs: Fix Bulgarian vs. Hungarian typo in Czech manual page.diego2010-11-021-1/+1
* stream_bluray: add unencrypted Blu-ray playbackben2010-11-028-5/+318
* Windows support: add a manifest filereimar2010-11-023-0/+24
* codecs.conf: Support libgsm via libavcodecreimar2010-11-021-0/+11
* mp_msg.c: Avoid out-of-bounds read if empty string is printedreimar2010-11-021-1/+3
* x11_common: Get window dimensions also for -wid 0reimar2010-11-021-1/+2
* x11_common.c: minor cleanupreimar2010-11-021-3/+1
* configure: Add return statement to function_check test program.diego2010-11-021-1/+1
* configure: use cflag_check function for more casesdiego2010-11-021-28/+19
* configure: Separate dependency flags from general CFLAGSdiego2010-11-022-5/+6
* configure: add function to check compiler flags directlydiego2010-11-021-50/+33
* configure: Rename _warn_CFLAGS variable to warn_cflags.diego2010-11-021-5/+5
* vd_xanim.c: Give functions proper prototypesreimar2010-11-021-24/+45
* asfguid.h: Use AV_RL32 also in x86reimar2010-11-021-4/+0
* vf_geq: Fix function prototypes to match the required type.reimar2010-11-021-3/+3
* af_export: Avoid void *-arithmentic warningsreimar2010-11-021-2/+2
* cleanup: Add const qualifiers for struct ad_functions pointersreimar2010-11-022-2/+2
* ad_faad: fix compilation using external libfaadattila2010-11-021-0/+11
* x11_common.c: Some indentation fixesreimar2010-11-021-10/+10
* x11_common: Do not try to grab input from -wid windowsreimar2010-11-021-8/+21
* vo_gl: Fix -geometry with -wid behaviour (y position was flipped)reimar2010-11-021-3/+4
* DOCS/tech/slave.txt: Add disabling input to hintsreimar2010-11-021-0/+2
* configure: Add function to check for particular function in headerdiego2010-11-021-0/+9
* configure: Place temporary files in a subdirectory of their owndiego2010-11-021-8/+10
* ad_mpg123: add MP3 decoding through libmpg123diego2010-11-025-0/+621
* configure: Fix detection of SDL backend for vo_gl on OS Xastrange2010-11-021-1/+1
* vidix/pci.c: Add config.h includereimar2010-11-021-0/+1
* demux_lavf: Avoid a crash if stream->url is not setreimar2010-11-021-0/+4
* vd_ffmpeg: add av_unused attribute to swap_palette()diego2010-11-021-1/+1
* codecs.conf: Update ffvp8 comment.cehoyos2010-11-021-1/+1
* DOCS/xml/Makefile: Remove help target that prints available targetsdiego2010-11-021-16/+2
* Factorize MPlayer/MEncoder version string handling.diego2010-11-027-18/+18
* codecs.conf: change ffvp8 status from "buggy" to "working"cehoyos2010-11-021-1/+1
* configure: Fix indentationreimar2010-11-021-16/+16
* configure: Experimental support for clang compiler.reimar2010-11-021-2/+11
* stream: Use MSG_NOSIGNAL flag if available for send().reimar2010-11-027-8/+15
* vidix: Fix missing iopl declaration on x86_64 systems.reimar2010-11-021-1/+1
* vf_ffmpeg: make VP8 decoder work by disabling drreimar2010-11-021-1/+1
* m_option.c: fix list termination with -*-pre optionsreimar2010-11-021-2/+4
* af_ladspa: Fix multiple instances of a filter typereimar2010-11-021-3/+2
* DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31552jrash2010-11-021-2/+2
* manpage: improve "-identify" description of "-frames 0"attila2010-11-021-1/+1
* loader/dshow/graph.h: Add prototypes for exported FilterGraph_ functionsdiego2010-11-021-0/+19
* configure: Fix catch() callback function declaration in two compile testsdiego2010-11-021-2/+2
* configure: whitespace cosmeticsdiego2010-11-021-4/+4
* configure: Remove unnecessary #includes from libnut test.diego2010-11-021-3/+0
* configure: Replace manual header checks by header_check functiondiego2010-11-021-152/+36
* af_extrastereo: Improve filter descriptiondiego2010-11-021-1/+1
* ad_faad: Improve LATM recognitioncehoyos2010-11-024-5/+32
* codecs_conf: Add FFmpeg VP8 decoderreimar2010-11-021-0/+9