summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* improve documentation of latest x264's optionsgpoirier2008-10-181-3/+3
* Use av_malloc/av_free for audio-related buffers to avoid crashes due toreimar2008-10-182-11/+5
* pci.c includes dha.h, remove redundant MAX_* definesranma2008-10-181-3/+0
* MAX_PCI_DEVICES 64 is not enough on my system (even though lspci only shows 2...ranma2008-10-182-2/+2
* fixed image format detection for 15 bit color depthsfaust32008-10-171-1/+7
* cosmetics: Reorganize config.h. Remove pointless comments, group togetherdiego2008-10-161-449/+195
* typo: _dev_dvd_openbsd --> _def_dvd_openbsddiego2008-10-161-2/+2
* Create LIBDIR for binary codecs upon make install.diego2008-10-162-1/+2
* Move dcbzl definition to the FFmpeg section of config.h where it belongs.diego2008-10-161-4/+4
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.diego2008-10-1625-101/+101
* Revert declaring ThreadProc as void, it breaks the WINAPI.diego2008-10-161-2/+6
* Add -nomsgcolor option to match -msgcolor, patch by swell.k gmail com.diego2008-10-161-0/+1
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-1643-243/+238
* Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.diego2008-10-162-27/+27
* Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.diego2008-10-162-7/+8
* Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.diego2008-10-162-2/+3
* Move X11_FULLSCREEN definition to x11_common.h where it belongs.diego2008-10-163-6/+6
* cosmetics: Merge some preprocessor checks.diego2008-10-161-9/+3
* fixed overlay x and y calculationfaust32008-10-161-38/+3
* Move attribute_used declaration from config.h to mangle.h where it is useful.diego2008-10-162-7/+6
* Remove pointless attribute_used from variable declaration.diego2008-10-161-1/+1
* Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make itdiego2008-10-163-2/+2
* Convert asm keyword into __asm__.flameeyes2008-10-166-180/+180
* sun --> __sun in config.h preprocessor checkdiego2008-10-161-1/+1
* misc updates for the Xvid, x264 and AAC sectionsdiego2008-10-142-77/+30
* cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.diego2008-10-141-3/+3
* cosmetics: Consistently name all header #define variables.diego2008-10-141-40/+40
* Remove some pointless and/or outdated codec documentation sections.diego2008-10-141-204/+0
* Honour differences between src and dst stride for packed yuvfaust32008-10-141-1/+1
* Remove section about containers. Its contents are non-informative, redundant,diego2008-10-142-521/+0
* Update VIDIX vs. svgalib documentation.diego2008-10-141-8/+4
* #include necessary libavcodec header and remove duplicated struct declaration.diego2008-10-141-17/+1
* update x264's section with r999 of x264gpoirier2008-10-141-16/+24
* Remove useless '#undef realloc', realloc is not referenced anywhere near.diego2008-10-141-1/+0
* Remove duplicate extern declaration, fixes the warning:diego2008-10-141-2/+0
* Remove unused variable ncomps.diego2008-10-131-1/+1
* Fix double free in demux_nut, patch by Onur Küçük.ods152008-10-131-2/+0
* Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.diego2008-10-131-0/+1
* Remove global definition of WIN32 in config.h for Cygwin.diego2008-10-131-8/+1
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-1319-63/+87
* Remove pointless #ifdef around the whole file, it is just a complicated #if 1.diego2008-10-131-4/+0
* Declare ThreadProc as void, it does not return anything, fixes the warning:diego2008-10-131-6/+2
* Remove unused function, fixes the warning:diego2008-10-131-46/+0
* Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin:diego2008-10-131-1/+1
* Add missing Cygwin header, fixes the warning:diego2008-10-131-1/+6
* Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes:diego2008-10-131-3/+0
* Surround conditionally used function with corresponding #ifdef, fixes:diego2008-10-131-0/+2
* Remove redundant variable declaration, fixes the warning:diego2008-10-131-1/+0
* Remove check for byteswap.h, it was removed from FFmpeg.diego2008-10-131-18/+0
* Remove unused variables.diego2008-10-121-2/+0
* Remove redundant declaration of proc_priority.diego2008-10-121-2/+0
* Filter out .hh and .h files in the C++ dependency generation command.diego2008-10-121-1/+1
* Remove useless HAVE_STRCHR definition from config.h.diego2008-10-121-1/+0
* Add missing support for some multimedia keys to X11 backend code.diego2008-10-121-0/+9
* Move socklen_t typedef from config.h to stream/network.h.diego2008-10-123-4/+4
* Do not provide a prototype for setenv in config.h, we do not provide adiego2008-10-111-3/+0
* cosmetics: Move some config.h entries to more sensible places.diego2008-10-101-23/+24
* cosmetics: Group codec-, network- and gui-related options together in config.h.diego2008-10-101-39/+39
* cosmetics: Group system header and function definitions together in config.h.diego2008-10-091-68/+66
* Remove unused line (and fix an icc warning).cehoyos2008-10-091-1/+0
* Replace numeric constants by their defines.cehoyos2008-10-092-5/+5
* Mark some symbols in swscale.c as constant.flameeyes2008-10-091-7/+7
* Mark dither_2x2_{8,4} static to swscale.cflameeyes2008-10-092-4/+2
* Mark variation-specific interleaveBytes static.flameeyes2008-10-091-1/+1
* Invert logic for the single-pass in swScale() functions.flameeyes2008-10-091-3/+3
* Change variable types from int to enum PixelFormat.cehoyos2008-10-091-2/+2
* Fix channel order for ffmpeg flac codec.ulion2008-10-093-1/+8
* Do not set src[1] to the palette, it is now in the contextvitor2008-10-082-3/+1
* Add a new unscaled PAL8 -> RGB converter.vitor2008-10-082-10/+55
* r27182: apply parameter name change of no-correct-pts from r26842 to man pagekraymer2008-10-081-12/+16
* Change one more variable type from int to enum PixelFormat.aurel2008-10-081-1/+1
* Change variable types from int to enum PixelFormat.cehoyos2008-10-072-6/+6
* Remove unnecessary HAVE_AV_CONFIG_H #define.diego2008-10-072-3/+0
* sync w/r27691gpoirier2008-10-061-2/+2
* Correctly place second const in declaration.cehoyos2008-10-051-2/+2
* Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place wherediego2008-10-052-10/+10
* gcc-apple specific fallback not necessary anymorelu_zero2008-10-051-5/+0
* Disable mp3lib and liba52-internal for icc.cehoyos2008-10-051-3/+9
* Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.diego2008-10-051-3/+2
* synced with r27718Gabrov2008-10-054-28/+71
* Remove b5Dither, g5Dither and r5Dither from libswscale.cehoyos2008-10-044-58/+48
* Revert the removal of the likely/unlikely macros, they are still used.diego2008-10-041-1/+8
* Merge variable declaration and export.diego2008-10-041-2/+1
* Remove g6Dither from libswscale.cehoyos2008-10-044-14/+12
* Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning.ranma2008-10-041-1/+1
* Add a comment to lonely 'fi' for clarification.diego2008-10-041-1/+1
* Make alsa resume after suspend to disk (would say 'file descriptor is in bad ...ranma2008-10-041-0/+4
* cosmetics: more config.h reorderingdiego2008-10-041-218/+213
* cosmetics: Reorder entries in config.h.diego2008-10-041-103/+102
* 100l: Revert incorrect removal or --ar and --ranlib options.diego2008-10-041-0/+18
* cosmetics: Improve some config.h comments.diego2008-10-041-6/+9
* Do not duplicate likely/unlikely #defines from libmpeg2/libavcodec in config.h.diego2008-10-041-7/+0
* Remove unused HAVE_SYS_POLL_H definition from config.h.diego2008-10-041-8/+0
* cosmetics: Move around some more stuff in config.mak.diego2008-10-041-15/+13
* cosmetics: Move around stuff in config.mak.diego2008-10-041-15/+10
* Remove unused LIBDIR Makefile variable from config.mak.diego2008-10-041-1/+0
* Remove unused options --ar and --ranlib.diego2008-10-041-18/+0
* Do not set DESTDIR to an empty value so that it can be overridden on thediego2008-10-041-1/+0
* FAAC/FAAD are no longer the only available AAC encoders/decoders.diego2008-10-041-2/+2
* Remove word size check and macro and use __WORDSIZE directly instead.diego2008-10-042-15/+2
* Remove MPlayer-specific MP_WORDSIZE hack.diego2008-10-041-5/+0
* Merge SPARC and SPARC64 sections in the CPU detection code.diego2008-10-041-12/+5
* Skip setting variables to empty values in the CPU detection code.diego2008-10-041-48/+0
* Remove MinGW cruft.diego2008-10-031-5/+0
* 100l copy and paste typo fixdiego2008-10-031-2/+2
* spelling cosmeticsdiego2008-10-031-3/+2
* Fix vsscanf test.diego2008-10-031-0/+2
* vo_fbdev now supports -geometry.diego2008-10-031-1/+1
* whitespace cosmeticsdiego2008-10-031-2/+0
* CVS --> Subversiondiego2008-10-031-1/+1
* fix compilation w/ FFmpeg r15533gpoirier2008-10-032-3/+3
* Add missing #include for mplayer.h, fixes the warning:diego2008-10-031-0/+1
* Filter out xpm files from the list of dependencies to check for recursivediego2008-10-031-2/+2
* External liba52 parameters should only be enabled if the check succeeded.diego2008-10-031-3/+1
* Internal liba52 should default to enabled.diego2008-10-031-3/+2
* fix FAQ about compiling 32 bit mplayer on x86_64gpoirier2008-10-028-8/+8
* Use the existing pt_iter_goto_head function instead of reimplementing itreimar2008-10-011-2/+2
* mpctx->playtree is a node, files can not be directly appended to it,reimar2008-10-011-2/+2
* Add a "pause" property to allow checking if MPlayer is paused.reimar2008-10-012-0/+9
* Add a m_property_flag_ro function for the default behaviour of areimar2008-10-012-3/+15
* 10l: Remove deleted file libmpeg2/motion_comp_iwmmxt.c from Makefile as well.diego2008-10-011-2/+1
* Remove IWMMXT optimizations through libavcodec from libmpeg2.diego2008-10-015-153/+1
* sync w/r27651gpoirier2008-09-301-13/+61
* Apply patch for oCERT #2008-013 / CVE-2008-3827reimar2008-09-301-0/+3
* sync w/r27607gpoirier2008-09-291-2/+6
* Remove unused function fast_memcpy.diego2008-09-291-4/+0
* cosmetics: indentationdiego2008-09-291-6/+5
* Revert mistakenly committed hunk.michael2008-09-291-1/+1
* Print all cases that are tested, not just the ones that are bad.michael2008-09-291-3/+1
* Fix infinite loop with spline, bug was introduced in r27612 by me.michael2008-09-291-1/+1
* cosmetics: prettyprintingdiego2008-09-281-149/+167
* slave command to get the number of chapters; patch by Kevin DeKorte - kdekort...nicodvb2008-09-263-0/+19
* Since the pause loop now also runs commands, set mpctx->was_pausedreimar2008-09-251-1/+1
* Add an experimental pausing_keep_force slave mode command prefixreimar2008-09-253-1/+9
* Do not special-case a grouping-subsegment length of 0.reimar2008-09-251-1/+0
* misc fixes for the GUI sectiondiego2008-09-251-8/+6
* Add debug message about loaded frequency tables.voroshil2008-09-241-1/+2
* Make output messages of frequency selection code more useful byvoroshil2008-09-241-2/+4
* Fix overflow in frequency conversion code inside tvi_dshow.voroshil2008-09-241-2/+2
* Add RVTR fourcc to ffrv20 decoder.diego2008-09-231-0/+1
* Remove one more pointless and gcc-specific __attribute__ ((unused)).diego2008-09-231-1/+1
* Restore function parameters mistakenly removed in previous commit.diego2008-09-231-2/+2
* Remove pointless and gcc-specific __attribute__ ((unused)).diego2008-09-231-3/+3
* Make sure -I. appears before all other -I flags.diego2008-09-211-1/+1
* Fix glAdjustAlignment parameter in glCreateClearTexreimar2008-09-201-1/+1
* Change glCreateClearTex to use the same host data format as later uploads.reimar2008-09-204-20/+26
* add blackmagic 10bit decoder, works on v-codecs/R210/compn2008-09-201-0/+9
* typo fix spotted by diegocompn2008-09-201-8/+8
* add outdir sub-option to vo pngben2008-09-203-2/+68
* Remove already disabled and probably long obsolete code that worked around an...reimar2008-09-201-16/+0
* Use already "prefetched" atoms instead of calling XInternAtom each time.reimar2008-09-201-5/+2
* another dupcompn2008-09-201-1/+0
* duplicate fourcc spotted by uoticompn2008-09-201-5/+5
* fix typocompn2008-09-201-5/+5
* sync with videolancompn2008-09-191-0/+14
* sync with xinecompn2008-09-191-0/+2
* sync with libavformat/riff.ccompn2008-09-191-0/+3
* sync with libavformat/isom.c fourcccompn2008-09-191-6/+39
* add windows NUL infocompn2008-09-191-1/+2
* document lavc/lavf avoption o suboptioncompn2008-09-191-10/+48
* add lavfopts matroska suboptioncompn2008-09-181-0/+2
* Simplify cpudetect OS-support detection code, e.g. using one mp_msg to print ...reimar2008-09-181-28/+8
* Uniform *ToY and *ToUV function signatureslu_zero2008-09-181-51/+51
* Split mono2Y in monowhite and monoblacklu_zero2008-09-181-4/+19
* Factorize unit32_t* casts for palette pointerlu_zero2008-09-181-6/+6
* Fix mapping between MPlayer and FFmpeg colorspaces after libswscale changes.diego2008-09-171-10/+10
* Add shared libswscale support.rathann2008-09-162-1/+50
* With -identify, ID_DVD_VOLUME_ID is not shown on some systems.diego2008-09-161-1/+1
* Do not clobber _inc_extra variable when setting initial include flags.diego2008-09-161-1/+1
* Initialize _def_liba52 and _def_liba52_internal before the liba52 checksdiego2008-09-161-2/+2
* Fix segfault with rgb24 and full_internal_chroma due to non-existing alphamichael2008-09-161-2/+7
* yet another mpeg2 in mov fourcc xd5b, fixes XDCAMHD.movcompn2008-09-161-0/+5
* Update the copyright statement.syrjala2008-09-151-1/+1
* Cosmetics:syrjala2008-09-151-143/+132
* Don't limit BES to non-synced single buffering when CRTC2 is used.syrjala2008-09-151-5/+1
* Rename some variables and change some strings to make the CRTC1 code clearer.syrjala2008-09-151-19/+19
* Add CRTC1 support.syrjala2008-09-151-8/+112
* Remove BGR24 support since it has never worked anyway.syrjala2008-09-151-10/+0
*