summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r26783Uoti Urpala2008-05-15181-2806/+2493
|\
| * Add missing stream.h #include, fixes the warning:diego2008-05-151-0/+1
| * Remove unused variable, fixes the warning:diego2008-05-151-1/+0
| * cosmetics: Break overly long lines.diego2008-05-151-5/+7
| * Mark static tables const.diego2008-05-151-4/+4
| * add gsm in aif, works on aif-gsm610.aifcompn2008-05-141-0/+1
| * Add stanza about files taken from the MJPEG Tools suite.diego2008-05-141-0/+8
| * Mark files that were imported from the MJPEG Tools suite as such.diego2008-05-144-4/+4
| * 10l: Revert license header cleanup on imported files.diego2008-05-142-33/+32
| * Use standard license headers with standard formatting.diego2008-05-1414-117/+129
| * Use standard license headers with standard formatting.diego2008-05-148-112/+124
| * its typo spotted by diegocompn2008-05-141-1/+1
| * Use standard license headers with standard formatting.diego2008-05-147-41/+40
| * Use standard license headers with standard formatting.diego2008-05-1415-185/+197
| * Speak of libass instead of MPlayer in the libass license headers.diego2008-05-1419-76/+76
| * Use standard license headers with standard formatting.diego2008-05-1417-233/+262
| * clean up dll keywordcompn2008-05-141-4/+3
| * add rl2 codeccompn2008-05-142-0/+9
| * sync w/r26762gpoirier2008-05-141-6/+6
| * Add detection code for abnormal pts jump when seeking previous.ulion2008-05-141-0/+14
| * Seek by pts accurately.ulion2008-05-141-1/+1
| * Remove '(pass 1/2)' from some lavcopts. These options really worked oncorey2008-05-131-15/+15
| * Add a new suboption to -vo xv and -vo xvmc that allows selectionben2008-05-135-0/+23
| * Use more intuitive and user-friendly DVDNAV control keys.ben2008-05-131-7/+7
| * Delcare a dvdnav-specific input section if the currently playedben2008-05-131-0/+1
| * Use standard license headers.diego2008-05-1328-434/+482
| * Use standard license header with standard formatting.diego2008-05-134-31/+36
| * Add standard license header.diego2008-05-131-0/+20
| * Fix one more license header wording detail for consistency.diego2008-05-131-1/+1
| * Use standard license header.diego2008-05-1318-288/+324
| * Fix typo in install-gui target dependency.diego2008-05-131-1/+1
| * Cosmetics: remove some commented code.eugeni2008-05-121-5/+0
| * Change subtitle selection order by giving "indirect" ways of specifying theeugeni2008-05-121-7/+9
| * Use standard license headers.diego2008-05-1224-91/+91
| * consistency cosmetics: Move some parts of file headers around; typo fixes.diego2008-05-1217-109/+111
| * -psprobe can be used in mpeg-pes streams, toonicodvb2008-05-121-4/+4
| * ptx is an internal fourcccompn2008-05-121-1/+1
| * Remove pointless changelogs.diego2008-05-123-32/+10
| * Use standard license header and add back credits line for Marcel Naziri.diego2008-05-121-6/+8
| * Remove pointless changelog from file header.diego2008-05-121-7/+0
| * add ffsiff, works on game-formats/SIFF/compn2008-05-121-0/+8
| * add ffptx , works on ptx samplescompn2008-05-122-0/+9
| * When building font pattern, treat both ' ' and '-' as word separators.eugeni2008-05-111-7/+9
| * Fix possible free of unallocated memory.eugeni2008-05-111-1/+1
| * Remove unused file, it has never been compiled.diego2008-05-112-771/+0
| * Oops, remove stray .TP.diego2008-05-111-1/+0
| * Use standard license header.diego2008-05-112-6/+6
| * sync w/r26732gpoirier2008-05-111-1/+15
| * Add license headers to av_optsreimar2008-05-112-0/+41
| * Factorize "int i".michael2008-05-111-4/+1
| * cosmetics: wording/spelling fixesdiego2008-05-111-18/+19
| * cosmetics: Fix unknow vs. unknowN typo.diego2008-05-111-3/+3
| * Mark new options Michael committed as undocumented.diego2008-05-111-0/+15
| * Add newlines at end of file, this is required for text files and gccreimar2008-05-112-2/+2
| * synced with r26729Gabrov2008-05-114-20/+22
| * MPlayer uses Subversion, not GIT, 10L to me, and thanks to Mizda for spotting...gpoirier2008-05-111-1/+1
| * AVOption support for lavf demuxingmichael2008-05-101-0/+10
| * AVOptions support for lavf muxing.michael2008-05-101-0/+11
| * Reformat very ugly code.michael2008-05-101-15/+8
| * AVOption support for video encoders.michael2008-05-101-0/+10
| * AVOptions support for libavcodec based video decoders.michael2008-05-101-0/+12
| * AVOptions support.michael2008-05-103-1/+34
| * Replace a really ugly hack by a clean but not thread safe solution.michael2008-05-101-2/+7
| * Request a timer resolution of 1 ms on Windows, the default ofreimar2008-05-101-0/+5
| * Prefer FSF-style AltiVec flags over Apple-style.diego2008-05-101-4/+2
| * Simplify AltiVec compiler flag test.diego2008-05-102-14/+7
| * usec_sleep(0) is not the same as not sleeping at all.reimar2008-05-101-1/+1
| * Simplify AltiVec CFLAG test.diego2008-05-101-13/+4
| * Replace some if constructs with && in the AltiVec test.diego2008-05-101-9/+5
| * cosmetics: whitespace changes, spelling, code moving in AltiVec test.diego2008-05-101-17/+6
| * Add . to windres include path (otherwise version.h is not found).reimar2008-05-101-1/+1
| * Add force-pbo suboption for faster OpenGL output.reimar2008-05-101-2/+22
| * Only check for and set AltiVec flags if AltiVec or runtime CPU detection isdiego2008-05-101-1/+1
| * Consistency fix: all DVD encoding examples had ":aspect=16/9" option, so putgpoirier2008-05-101-4/+4
| * Remove outdated FIXME comment.diego2008-05-101-2/+0
| * Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfersreimar2008-05-101-0/+7
| * Add some comment headings to divide the Makefile into logical chapters.diego2008-05-091-0/+17
| * cosmetics: Move some stuff around for more logical grouping.diego2008-05-091-71/+71
| * Remove in_asm_used_var_warning_killer()superdump2008-05-091-10/+0
| * sync w/r26674gpoirier2008-05-091-12/+13
| * FFmpeg parts no longer require extra -I CFLAGS.diego2008-05-092-3/+1
| * Sync with latest FFmpeg changes.diego2008-05-091-9/+10
| * Use full path for #includes from another directory.diego2008-05-094-6/+6
| * cosmetics: indentationdiego2008-05-091-11/+11
| * Add options to handle the external libraries in libavcodec, which requirediego2008-05-081-17/+39
| * Add option to disable mp3lame.diego2008-05-081-1/+7
| * cosmetics: Rename _lavc_* variables to _*_lavc.diego2008-05-081-11/+11
| * cosmetics: Rename _def_lavc_* variables to _def_*_lavc.diego2008-05-081-12/+12
| * Remove useless output.diego2008-05-081-1/+0
| * add h264 speedupscompn2008-05-081-1/+1
| * Reindent for last commit.ulion2008-05-081-16/+16
| * Distinguish between ac3 and dts by format tag.ulion2008-05-081-0/+6
| * Define FC_FULLNAME and FC_EMBOLDEN to fix compilation with ancient fontconfig.eugeni2008-05-081-0/+10
| * If both full name and family are available, use the former in inexact match w...eugeni2008-05-081-1/+1
| * Remove extra family names from the search pattern after FcFontSort andeugeni2008-05-081-6/+18
| * Add paragraph about homepage translation.diego2008-05-081-0/+17
| * Clarify order of importance for translations.diego2008-05-081-1/+5
| * Move some blocks around for better text structuring.diego2008-05-081-35/+35
| * Add paragraph headings.diego2008-05-081-0/+12
| * small wording fixdiego2008-05-071-1/+1
| * more complete mphelp_check.py command lines, typo, clarificationsdiego2008-05-071-4/+5
| * Remove obscure comment about libmp3lame depending on Vorbis.diego2008-05-071-1/+0
| * 1l: Remove leftover _lavc_x264 variable.diego2008-05-071-1/+1
| * Avoid dependency on newer pulseaudio version.reimar2008-05-071-0/+4
* | Merge svn changes up to r26680Uoti Urpala2008-05-0728-372/+304
|\|
| * Mike Baker agreed to relicense his parts of the code as GPL v2+ on IRC.diego2008-05-071-1/+1
| * Relicense file as GPL v2+; bero granted permission on IRC.diego2008-05-071-11/+11
| * Always enable x264 in libavcodec if x264 is enabled.diego2008-05-061-8/+1
| * synced with r26649ptt2008-05-061-3/+3
| * synced with r26674ptt2008-05-061-5/+7
| * update paragraphs related to x264, and update its checkout commandgpoirier2008-05-061-6/+6
| * add h264 to list of supported codecscompn2008-05-051-1/+1
| * cosmetics: sort lines (correctly)diego2008-05-051-5/+2
| * Remove useless variable startup_time, since we do not need it any more.ulion2008-05-051-5/+4
| * cosmetics: Shuffle lines around and add empty lines.lu_zero2008-05-041-1/+3
| * Build sparc arch specific code using the Makefilelu_zero2008-05-042-8/+3
| * cosmetics: alphabetical orderdiego2008-05-041-3/+1
| * Rewrite (gcc) compiler check to default to enabling compilation and not setdiego2008-05-041-19/+8
| * cosmetics: Remove trailing whitespace.diego2008-05-031-33/+33
| * cosmetics: Remove unused argc/argv parameters from test programs.diego2008-05-031-3/+2
| * cosmetics: Consistently compactify and reformat test programs.diego2008-05-031-84/+41
| * Ignore generated header object files.diego2008-05-030-0/+0
| * Add missing header #includes to fix 'make checkheaders'.diego2008-05-032-0/+3
| * Make the checkheaders target work non-recursively.diego2008-05-031-1/+1
| * cosmetics: Fix one misindented line.diego2008-05-031-1/+1
| * Use a regular expression to filter out all external library parts from FFmpeg.diego2008-05-031-14/+11
| * Remove dead code; LIBVORBIS_ENCODER is deleted from _libavencoders elsewhere.diego2008-05-031-3/+0
| * External libraries used by FFmpeg now have a lib prefix in their name.diego2008-05-031-1/+1
| * Only compile and use libmpeg2 AltiVec code when AltiVec is available. Thediego2008-05-034-3/+27
| * vo_gl -dr actually works fine with non-readable MP_IMGTYPE_IP and MP_IMGTYPE_...reimar2008-05-031-2/+0
| * Fix compilation: disable libdirac and libschroedinger FFmpeg de- and encoders.reimar2008-05-031-2/+2
| * Fix 100l: mpi->height must be used to calculate required memory, not mpi->h.reimar2008-05-031-3/+3
| * VLB audio is quite similar to AAC, and faad decodes somewhat usably (thoughreimar2008-05-031-0/+1
| * Fix the second fontconfig_init function as the declaration in the .h file.ulion2008-05-031-1/+1
| * Remove modification notes from unmodified files.diego2008-05-033-12/+0
| * Update documentation for the gl2 driver to make clear gl is usually preferred.reimar2008-05-031-2/+4
| * Fix some not entirely correct and misleading messages.eugeni2008-05-021-2/+2
| * Print more info about selected font.eugeni2008-05-021-2/+24
| * Rewrite font family check in a simpler way.eugeni2008-05-021-8/+9
| * Move font family check to the end of the list.eugeni2008-05-021-5/+5
| * Cosmetics: rename local variables to better reflect their contents.eugeni2008-05-021-17/+17
| * Check ASF packet size before calling demux_asf_read_packet. Fixes segfaulteugeni2008-05-021-1/+5
| * cosmetics: Reindent after last commit and reformat comment.diego2008-05-011-25/+24
| * Always run the GCC AltiVec test so that the correct AltiVec CFLAGS get pickeddiego2008-05-011-2/+0
| * cosmetics: Fix indentation after last commits.diego2008-05-011-35/+35
| * Remove obsolete gcc 2.96 warning message. This was also used for e.g. icc,diego2008-05-011-21/+1
| * Remove --disable-gcc-check option and related code.diego2008-05-011-30/+0
| * Rename cc_verc_fail variable to cc_fail.diego2008-05-011-9/+9
| * Remove a comment that makes no longer sense (since quite some time actually)reimar2008-05-011-4/+0
| * Support 32 bit float and integer formats in ao_pcm.creimar2008-05-011-1/+12
| * Add support for 32 bit format to ao_pulse.reimar2008-05-011-0/+2
| * Make ao_pulse fall back to s16le format instead of just failing.reimar2008-05-011-4/+5
| * realrtsp depends on librtsp/rtsp.creimar2008-05-011-0/+1
| *