summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify ffmpeg stream support, we (so far) do not need any special option pa...reimar2010-01-061-29/+3
* add MVLZ and MVDV binary decoders to codecs.confcompn2010-01-061-0/+16
* map zjpeg to ffmjpeg in codecs.confcompn2010-01-051-1/+1
* add blox binary codec to codecs.confcompn2010-01-051-0/+8
* add three ADV1 binary codecs to codecs.confcompn2010-01-051-0/+24
* Move MatrixView video output check below OpenGL check, it depends on OpenGL.diego2010-01-051-13/+14
* vo_png now depends on libavcodec, not libpng.diego2010-01-051-1/+1
* Change license terms for matrixview to GPLv2 "or later", all knownreimar2010-01-051-2/+3
* Remove pointless variable declaration from DirectFB check.diego2010-01-041-1/+1
* Add missing stdlib.h #include to fribidi check.diego2010-01-041-0/+1
* Remove pointless printf call in libmp3lame test.diego2010-01-041-1/+1
* Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings.diego2010-01-041-2/+2
* Pass a proper va_list type to vsscanf() test in configure.diego2010-01-041-1/+1
* At startup and while seeking avoid to introduce pointless sleeps and possiblyreimar2010-01-042-0/+14
* Also reset time_frame and next_frame_time on reset, it makes no sense toreimar2010-01-042-4/+8
* Invoke pci_db2c.awk as an argument to awk instead of letting the shell run it.diego2010-01-041-1/+1
* cosmetics: Break multiple statements on one line apart.diego2010-01-041-17/+33
* Remove previous failed attempt at disabling that auto-generation of some C code.diego2010-01-043-60/+46
* Add required header #includes to satisfy 'make checkheaders'.diego2010-01-048-0/+19
* Drop -Iloader from CPPFLAGS for the loader subdirectory.diego2010-01-0420-43/+43
* Add loader/wine/ to DIRS; its headers should be part of checkheaders.diego2010-01-041-0/+1
* Add missing config.h #include.diego2010-01-041-0/+2
* Refactor real --> float #define to a typedef in a common header.diego2010-01-0415-16/+17
* Add missing header #includes to fix 'make checkheaders'.diego2010-01-044-0/+6
* Add a few missing header #includes and #defines.diego2010-01-048-0/+14
* Remove unused variable; fixes the warning:diego2010-01-041-1/+0
* Add multiple inclusion guards to all mp3lib headers.diego2010-01-044-1/+17
* Add missing config.h #include; remove a redundant one.diego2010-01-042-2/+2
* Add missing license headers for vo_matrixview code.diego2010-01-042-0/+36
* Refer to MatrixView instead of MPlayer in code taken from MatrixView.diego2010-01-041-1/+1
* Clarify which version of the GPL applies to MPlayer.diego2010-01-041-5/+10
* cosmetics: tabs to spaces, some reindentationdiego2010-01-041-506/+506
* Fix fribidi check to avoid spamming the console with error messages.diego2010-01-041-1/+2
* Remove ARGB support from matrixview vo, it is quite pointless and causesreimar2010-01-041-1/+0
* Fix a few typos in the matrixview section.diego2010-01-041-3/+3
* Add a few definitions used by FFmpeg to config.h:diego2010-01-041-0/+8
* prettyprinting cosmeticsdiego2010-01-043-66/+71
* Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.diego2010-01-043-4/+4
* Make vo gl print the OpenGL vendor and version strings.reimar2010-01-031-0/+1
* Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).reimar2010-01-035-10/+10
* Avoid memleaks when vo_direct3d initialization fails.reimar2010-01-031-8/+14
* Modify -vo direct3d so we do not have to link against d3d9.dll, it mightreimar2010-01-032-4/+20
* Some Changelog updates.reimar2010-01-031-3/+10
* Enable all FFmpeg protocols by default, they seem to build without issuereimar2010-01-031-1/+1
* 100l, vo_png must go in SRCS_MPLAYER, not SRCS_COMMON.reimar2010-01-031-1/+1
* Change vo_png to use FFmpeg's png encoder instead of libpng.reimar2010-01-033-116/+45
* Add missing avcodec_close to vf_screenshot.reimar2010-01-031-0/+1
* Prefer enum PixelFormat over int for the type of the format parameterstefano2010-01-031-1/+1
* Basic -vo matrixview documentation.reimar2010-01-031-0/+15
* Finally add matrixview vo.reimar2010-01-037-0/+1334
* Document -vo gl colorspace suboption.reimar2010-01-031-0/+12
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for thestefano2010-01-032-4/+4
* Add pointers to a few more standard OpenGL functions to ease future extensions.reimar2010-01-032-0/+33
* Fixup SDL configure check:reimar2010-01-034-12/+45
* Do not assume that "long" is the size of a register.reimar2010-01-032-8/+10
* Also detect fontconfig when it requires -liconvreimar2010-01-031-1/+1
* Change fribidi check to also work without fribidi-config.reimar2010-01-031-7/+12
* Add support for JPEG2000 via FFmpeg/OpenJPEGreimar2010-01-034-0/+42
* Also support decoding of 8-bit-per-component dpx files.reimar2010-01-031-1/+1
* Simplify usePal() macro, make it use av_pix_fmt_descriptors.stefano2010-01-031-7/+1
* Simplify getSubSampleFactors(), make it use the values provided bystefano2010-01-031-47/+2
* Mark AC3 as 16-bit format, this simplifies alignment calculation and fixesreimar2010-01-021-1/+1
* Several hacks to fix compilation of tvi_dshow on MinGW64.reimar2010-01-024-5/+27
* Fix typo in code disabling VIDIX on mingw64reimar2010-01-021-1/+1
* Disable vidix on 64 bit MinGW compiles, it seems to fail compiling andreimar2010-01-021-0/+1
* Fix compilation if FreeType is not available, in particular do not try to buildreimar2010-01-012-1/+3
* Simplify range-checking functions for subopt parsing.reimar2010-01-014-15/+5
* Fix function declarations to avoid casting function pointers.reimar2010-01-0114-31/+38
* Slightly generalize code to generate YUV->RGB conversion table and addreimar2010-01-013-21/+37
* sync with en/mplayer.1 r30135jrash2010-01-011-2/+2
* Make YUV->RGB conversion coefficients selectable for -vo gl.reimar2010-01-011-1/+16
* Do not needlessly use the BP register in x86_64-specific code, there arereimar2010-01-011-4/+4
* One more fix for -vf scale with alpha.reimar2010-01-011-1/+1
* Also pass alpha plane to swscale, avoids crashes when converting betweenreimar2010-01-011-4/+4
* Add support for YUV format with alpha and fix the codecs.conf entry for vp6areimar2009-12-319-4/+23
* Also pass the 4th plane for planar formats on to libavcodec.reimar2009-12-311-0/+4
* Try to put the list of output formats for vf_scale in a more sensiblereimar2009-12-311-6/+6
* Deduplicate the mp_image planes allocation code.reimar2009-12-312-63/+35
* Add support for FFmpeg's ffv210 codec.reimar2009-12-311-0/+8
* Add support for 16-bit per component YUV formats.reimar2009-12-3112-19/+117
* First steps to supporting different YUV->RGB conversion definitions.reimar2009-12-314-10/+50
* Extract functions to generate yuv->rgb matrices and lookup tables into areimar2009-12-315-112/+169
* Put the colourspace-related variables into a separate struct to easereimar2009-12-314-15/+20
* Make code slightly more readable.reimar2009-12-311-2/+2
* Fix crash if http reply contains neither "Accept-Ranges" nor "Server" fields.reimar2009-12-311-1/+2
* More readable fourcc for ffflacreimar2009-12-311-1/+1
* Add a hack for broken youtube servers not returning Accept-Ranges.reimar2009-12-301-0/+2
* add tm2x / tm2a binary decodercompn2009-12-301-0/+9
* Make the ffmpeg decoders for DTS and AC3 the default.reimar2009-12-301-14/+14
* Support 440P in scale filter.reimar2009-12-301-0/+2
* FFmpeg JPEG codecs can output 440p format.reimar2009-12-301-0/+2
* Add support for 440p colorspace.reimar2009-12-306-0/+10
* Support all planar YUV formats in OpenGL vos.reimar2009-12-304-58/+97
* Add a helper function to get the chroma scale shift and use to simplify mpi s...reimar2009-12-303-33/+50
* sync w/r30135 (up to date at last!)gpoirier2009-12-291-36/+97
* cosmetics: tabs to spaces, K&R function declarations, cuddle else clausesdiego2009-12-291-901/+853
* change bandwidth value to bandwidth bytescompn2009-12-291-1/+1
* Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.cehoyos2009-12-281-0/+3
* Revert r30100: It breaks some mov and asf samples.cehoyos2009-12-281-0/+2
* Remove unused variable, fixes the warning:diego2009-12-281-1/+0
* add lavc yuv rawcodecs to codecs.confcompn2009-12-271-0/+105
* Add support for parsing audio streams (though should be easy to extend to video)reimar2009-12-277-3/+156
* Remove currently unneeded members accidentally added in the last revision.reimar2009-12-271-4/+0
* Introduce a sh_common struct that contains the parts in common by the audio, ...reimar2009-12-271-19/+25
* Remove one more incorrect direct ass.h include.reimar2009-12-271-1/+0
* Move do_render_osd function to avoid a forward declaration.reimar2009-12-271-32/+30
* vo_x11_classhint name argument should be const, since we pass string constant...reimar2009-12-272-2/+2
* Return the actually playing audio/video id for get_property, not the onereimar2009-12-271-12/+12
* lavc Interplay Video decoder now supports 16-bit mode tookostya2009-12-271-1/+1
* Subtitle are now also available without video, so remove thatreimar2009-12-271-3/+0
* Use the same condition to decide if the audio/video id property isreimar2009-12-271-12/+4
* When setting audio or video track make sure we will not try toreimar2009-12-271-2/+4
* Print a ANS_ERROR reply if one of the *_property slave command fails.reimar2009-12-271-2/+25
* Set some freed pointers to NULL.reimar2009-12-261-0/+5
* Free playtree_iter upon exiting MPlayerreimar2009-12-261-0/+2
* Support mp_image with allocated palette.reimar2009-12-263-7/+13
* Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightlyreimar2009-12-261-1/+0
* Restore the old value of planes[1] in vf_palette at the end to ensurereimar2009-12-261-0/+2
* sync with en/mplayer.1 r30075jrash2009-12-261-3/+8
* Fix grammar/missing verb in description.reimar2009-12-251-1/+1
* Remove unnecessary entries from extension_table, these formats are alreadyreimar2009-12-251-4/+0
* Add a (unfortunately rather long) explanation on how and when to use itreimar2009-12-251-0/+6
* force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwisecompn2009-12-241-0/+1
* Revert renaming of process_force_style to restore compilation againstreimar2009-12-244-6/+7
* Some ugly hacks to make compiling against a newer external version of libass ...reimar2009-12-248-4/+26
* rename process_force_style to ass_process_force_style to match the APIreimar2009-12-243-6/+6
* Remove more direct includes of libass/ass.hreimar2009-12-248-8/+0
* create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.confcompn2009-12-242-0/+9
* Register lavc Aura 2 decoderkostya2009-12-231-0/+8
* Register lavc Aura decoderkostya2009-12-231-0/+8
* Allow passing variants of "mingw32" as system name to --target. This ensuresdiego2009-12-231-1/+1
* Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files.cehoyos2009-12-221-2/+0
* Remove parameters no longer used in h[yc]scale().ramiro2009-12-211-10/+10
* Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.ramiro2009-12-212-196/+196
* Rename function pointers used to convert from the input pixel format to theramiro2009-12-212-55/+55
* Check if chroma horizontal scaler is needed in sws_init_swScale().ramiro2009-12-212-4/+7
* Remove unused fields from SwsContext.ramiro2009-12-211-1/+0
* Do not auto-generate the C code to handle PCI vendor and device names.diego2009-12-203-46/+60
* sync w/r29731gpoirier2009-12-201-10/+44
* Remove unused debugging output about total number of printed lines.diego2009-12-201-4/+0
* Employ slightly better variable names for output files.diego2009-12-201-48/+48
* Eliminate completely pointless print_includes function.diego2009-12-201-7/+3
* Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.diego2009-12-201-1/+1
* Do not autogenerate vidix/pci_names.h.diego2009-12-203-22/+39
* Indentation.ramiro2009-12-202-14/+14
* Indent.ramiro2009-12-201-2/+2
* Set fast_bilinear functions in sws_init_swScale().ramiro2009-12-201-12/+10
* Remove pointless return statements from functions that return nothing.diego2009-12-201-4/+0
* Move code to write multiple inclusion guards to generated files into functions.diego2009-12-201-15/+28
* Set horizontal scaler's range conversion in context in sws_init_swScale().ramiro2009-12-202-28/+50
* Set horizontal scaler's src offsets in context in sws_init_swScale().ramiro2009-12-202-19/+24
* cosmetics: Use more consistent formatting style for generated files.diego2009-12-201-36/+29
* cosmetics: Use a consistent formattting style; tabs to spaces.diego2009-12-201-203/+196
* Change %f to %e in generated fragment programs to avoid losing precision unne...reimar2009-12-201-26/+26
* Run vidix/pci_db2c.awk directly instead of passing it to awk.diego2009-12-201-1/+1
* VP6F has to be flipped for binary decoder.cehoyos2009-12-201-1/+8
* Slightly improve vo_gl suboption documentation.reimar2009-12-192-5/+12
* Define GL_GENERATE_MIPMAP ourselves if necessary.reimar2009-12-191-0/+3
* Fix compilation with internal ASS when no ass header is installed system-wide.reimar2009-12-191-1/+1
* Add support for auto-generating mipmaps in vo_gl, should easereimar2009-12-191-3/+15
* Make -vo gl:customprog also work with RGB input (obviously those need to bereimar2009-12-191-17/+15
* Fix a broken indentation.reimar2009-12-191-1/+1
* Enable running fragment programs with YUV_CONVERSION_NONEreimar2009-12-191-2/+4
* Make ass_mp.h use the system-libass headers when the internal one is disabled.reimar2009-12-192-1/+10
* Never include ass.h and ass_types.h directly, use ass_mp.h instead.reimar2009-12-193-3/+1
* Experimental support for external libass.reimar2009-12-193-4/+15
* Rename GL_* defines to CONFIG_GL_*reimar2009-12-195-31/+31
* Add x11_common as dependency for OpenGL with X11 backend.reimar2009-12-191-0/+1
* Make the check for X11 and WIN32 backends for OpenGL separate.reimar2009-12-195-13/+24
* Add a missing const, fixes a compiler warning.reimar2009-12-181-1/+1
* Allow pulseaudio to restore the previous volume on init instead of forcing toreimar2009-12-181-4/+1
* Get rid of global volume variable, it is only used for temporary values.reimar2009-12-181-5/+7
* Use on-stack subtitle struct for temporary storage for passing subtitles onreimar2009-12-181-5/+6
* synced to r30044ptt2009-12-181-3/+2
* divided a line in two, was too longptt2009-12-181-1/+2
* synced with r30043ptt2009-12-181-4/+5
*