summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r29455Uoti Urpala2009-07-2941-164/+144
|\
| * stream/realrtsp/real.c: Fix another integer overflowuau2009-07-281-0/+2
| * MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().ramiro2009-07-281-19/+16
| * MMX2 scaler: factorize initMMX2Scaler().ramiro2009-07-281-30/+10
| * MMX2 scaler: add variable to ease factorization of initMMX2Scaler().ramiro2009-07-281-3/+4
| * Indent.ramiro2009-07-281-45/+45
| * Remove duplicate horizontal scaling when there aren't enough lines in a sliceramiro2009-07-281-52/+15
| * Remove useless code.ramiro2009-07-281-3/+1
| * Fix stupid, off-by-one, mistakes in assert() expressions.eugeni2009-07-272-3/+3
| * stream/realrtsp/real.c: Fix integer overflowuau2009-07-271-0/+2
| * Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use themramiro2009-07-272-85/+79
| * Factorize x86 fast_bilinear assembly.ramiro2009-07-271-24/+12
| * Fix assembly comments for x86 fast_bilinear so they match the C code.ramiro2009-07-271-16/+16
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-2635-45/+54
| * Make diff apply cleanly to our tree again.diego2009-07-261-84/+12
| * Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN.diego2009-07-261-2/+5
| * Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.cehoyos2009-07-261-2/+2
| * Replace WORDS_BIGENDIAN with HAVE_BIGENDIANmru2009-07-264-16/+15
| * Use the correct OSS format, where possible, for mplayer's packed 24-bitcladisch2009-07-241-22/+4
| * Remove unnecessary #include <unistd.h>mru2009-07-231-1/+0
| * grammar and sentence fixptt2009-07-221-1/+1
| * Remove unused variables.ramiro2009-07-212-4/+0
| * Use correct ALSA sample format for 24-bit samples packed in three bytes.cladisch2009-07-211-4/+4
| * Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.diego2009-07-191-1/+3
| * The Makefile variable names for external libraries in FFmpeg changed.diego2009-07-191-9/+12
| * Move some variable declarations up to avoid the warnings:diego2009-07-191-4/+4
| * Remove redundant ivtv VIDIX driver variable declarations.diego2009-07-191-2/+0
| * The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable thediego2009-07-191-1/+0
| * Handle 24bit audio formats natively by ALSA.iive2009-07-191-0/+12
| * Fix 24bit audio playback.iive2009-07-191-0/+6
| * Change libamr support to libopencore-amr support.diego2009-07-182-53/+49
| * Make sure clip coordinates are inside the screen area.eugeni2009-07-182-0/+15
| * Cosmetics: make some variables constant to signify their intended use and,eugeni2009-07-181-6/+5
| * Fix read after the end of allocated buffer.eugeni2009-07-182-6/+19
| * sync with en/mplayer.1 r29413jrash2009-07-181-1/+18
| * Restore alphabetic order for HAVE_ defines.cehoyos2009-07-171-1/+1
| * Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg.diego2009-07-171-1/+0
| * Assume HAVE_ATTRIBUTE_PACKED.cehoyos2009-07-171-0/+1
| * synced with r39413Gabrov2009-07-131-2/+22
* | Change libass type names to match upstream renamesUoti Urpala2009-07-293-3/+3
* | configure: Drop "_so" naming for FFmpeg librariesUoti Urpala2009-07-271-83/+44
* | vf_uspp: Mark as depending on avcodec API only, not internalsUoti Urpala2009-07-261-1/+1
* | build: Readd support for code depending on FFmpeg internalsUoti Urpala2009-07-263-43/+83
* | vf_pp: Remove deprecated "hex mode" supportUoti Urpala2009-07-261-32/+0
* | build: Remove code for internal FFmpeg buildUoti Urpala2009-07-264-617/+12
* | configure: Make multiple --extra-cflags/ldflags additiveUoti Urpala2009-07-261-2/+2
* | Remove internal libass treeUoti Urpala2009-07-2636-6839/+430
* | configure: Compile with -O2 instead of -O4Uoti Urpala2009-07-261-4/+4
* | Use own mp_*_taglists code instead of libavformat internalsUoti Urpala2009-07-265-50/+25
* | Disable functionality requiring libswscale internalsUoti Urpala2009-07-264-14/+36
* | Replace libavutil internal header #includes with MPlayer copiesUoti Urpala2009-07-2625-25/+25
* | configure: Improve pkg-config tests for FFmpeg librariesUoti Urpala2009-07-261-5/+10
* | Add copies of needed internal FFmpeg files under ffmpeg_files/Uoti Urpala2009-07-2610-0/+1078
* | Remove libswscale directory in MPlayer sourcesUoti Urpala2009-07-2621-15626/+0
* | Remove unnecessary libavutil/internal.h includesUoti Urpala2009-07-265-16/+1
* | Merge svn changes up to r29417Uoti Urpala2009-07-128-15/+449
|\|
| * Fix compilation after FFmpeg r19395.cehoyos2009-07-111-1/+2
| * Disable libavcodec AAC encoder, there are too many systems where it doesn't c...reimar2009-07-091-1/+1
| * Remove dependency from swscale_internal.h to lavu/internal.h, it is no longerramiro2009-07-092-7/+10
| * 20% faster hqdn3d on x86_64lorenm2009-07-071-6/+6
| * new debanding filterlorenm2009-07-074-0/+430
* | demux_mkv.c: Make some time arithmetic more preciseUoti Urpala2009-07-101-20/+21
* | demux_mkv: Round more seeks to "backwards" keyframesUoti Urpala2009-07-091-1/+1
* | demux_mkv: Make seeks more precise in some casesUoti Urpala2009-07-091-2/+2
* | Remove the internal GUIAnton Khirnov2009-07-07158-30514/+42
* | Merge svn changes up to r29412Uoti Urpala2009-07-07186-2785/+3072
|\ \
| * | Revert "fix missing event on move that breaks xmga window movement"Uoti Urpala2009-07-071-2/+1
| |/
| * The AltiVec code in libswscale no longer is under GPL.diego2009-07-051-1/+1
| * Add a section about handling external code to the policy.diego2009-07-041-0/+9
| * add truemotion rt binary codec for TR20 fourcccompn2009-07-031-0/+8
| * Use enum PixelFormat in sws_format_name() prototypemru2009-07-011-1/+1
| * Print information about chapters with -identify.reimar2009-06-281-0/+7
| * Make set_property chapter 0-based like all other chapter-relatedreimar2009-06-281-2/+2
| * add binary codec for NTN1 and NTN2 fourcccompn2009-06-271-0/+7
| * add 0xA106 twocc to aac decoders, fixes facebook samplecompn2009-06-271-0/+2
| * Fix some blu-ray samples: HDMV == H264cehoyos2009-06-261-0/+2
| * Increase slave mode buffer so that one can load files with a deeperben2009-06-261-1/+1
| * Use memcpy_pic2 instead of reimplementing it.reimar2009-06-261-8/+2
| * Close /dev/tty again on uninit.reimar2009-06-261-0/+2
| * Fix indentation broken in last patchreimar2009-06-261-2/+2
| * Get rid of completely pointless vt_doit variablereimar2009-06-261-5/+1
| * 10l, use fopen directly instead of open + fdopenreimar2009-06-261-7/+2
| * Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has anreimar2009-06-261-6/+8
| * Use FFALIGN and FFMAX3reimar2009-06-261-3/+3
| * Remove useless castsreimar2009-06-261-4/+4
| * fbdev: remove pointless ()reimar2009-06-261-9/+9
| * Replace incorrect use of strncpy by av_strlcpy.reimar2009-06-261-1/+2
| * Use the RESET_GEOMETRY macro in one more place instead of duplicating its code.reimar2009-06-261-1/+1
| * 100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is areimar2009-06-261-1/+1
| * AltiVec code and runtime cpudetect do not require CONFIG_GPL.diego2009-06-251-5/+5
| * The AltiVec optimizations of libswscale are no longer under GPL.diego2009-06-251-1/+1
| * PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.diego2009-06-251-2/+1
| * Modern Solaris versions have different default CD-ROM devices.diego2009-06-241-0/+3
| * AVStream.language is deprecated, switch to av_get_metadata instead.reimar2009-06-241-4/+5
| * Move allocation to avoid a possible memleak if new_sh_audio fails.reimar2009-06-241-1/+2
| * Remove pointless stream count checks, new_sh_* already checks for that.reimar2009-06-241-6/+0
| * Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontendsreimar2009-06-241-2/+6
| * Fix compilation: codec_wav_tags/codec_bmp_tags were renamed toreimar2009-06-231-2/+2
| * Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams.reimar2009-06-231-2/+4
| * Initialize es->lang to ensure a previous value does not get misattributedreimar2009-06-231-0/+1
| * Do not use -rdynamic on Solaris, where the flag is unsupported.diego2009-06-221-1/+1
| * Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are alreadyreimar2009-06-211-2/+0
| * TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENT...reimar2009-06-211-9/+4
| * 1l to Reimar for not updating lavc TM2 decoder output format in codecs.confkostya2009-06-201-1/+1
| * Do not use MAX_A/V_STREAMS as upper limit for switch_audio/switch_videoreimar2009-06-201-2/+2
| * fix missing event on move that breaks xmga window movementattila2009-06-191-1/+2
| * Ignore XML files for which no translations exist yet.diego2009-06-190-0/+0
| * Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.diego2009-06-191-2/+2
| * Do not call rgb2rgbWrapper() for rgb48*, there is no special converter vitor2009-06-171-0/+2
| * enable fontconfig support by default. This change takes only in effect,siretart2009-06-171-1/+1
| * Conform to the updated Desktop File Specification. Also improve thesiretart2009-06-171-5/+6
| * add .mp1/.mp2 mov audio fourcc to ffmp2 codeccompn2009-06-171-0/+2
| * Add a missing check for a NULL return value.eugeni2009-06-161-0/+2
| * Do not auto-detect old libnut installations.cehoyos2009-06-161-0/+1
| * Rename LIBVORBIS Makefile variable to VORBIS.diego2009-06-142-3/+3
| * 100l: Add missing $s to default language variable checks, which preventeddiego2009-06-141-3/+3
| * Overhaul translation handling completely and add options to install specificdiego2009-06-141-43/+55
| * cosmetics: Drop leading underscore from _language* variables.diego2009-06-141-11/+11
| * Allow setting message language separately from documentation language.diego2009-06-141-4/+9
| * Drop redundant setting of message language to English when all languagesdiego2009-06-141-1/+0
| * sync with ffmpegcompn2009-06-131-5/+7
| * refine previous translationjrash2009-06-121-31/+31
| * sync with ffmpegcompn2009-06-121-0/+2
| * sync with ffmpegcompn2009-06-121-0/+10
| * Kill warnings of possibly unused variables by using av_unused.ramiro2009-06-111-8/+8
| * Fix compilation: #undef standard library functions that arediego2009-06-111-0/+6
| * Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.diego2009-06-111-0/+1
| * replace "g" asm constraint by "erm" since "g" allows 64bit immediates whilegpoirier2009-06-071-2/+2
| * Remove '\p' doxygen markup, as it should improve plain text doxystefano2009-06-061-16/+15
| * Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.ramiro2009-06-042-6/+6
| * Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.ramiro2009-06-041-2/+2
| * Use DECLARE_ALIGNED macro instead of gcc __attribute__.ramiro2009-06-042-39/+39
| * cosmetics: replace dead urlcompn2009-06-031-1/+1
| * Files should be opened in binary mode on OS/2.diego2009-06-031-3/+3
| * CONFIG_LIBNEMESI and CONFIG_LIVE555 are not defined to 0/1 values.diego2009-06-031-2/+2
| * Configure needs AS to be set for the Makefiles.reimar2009-06-021-0/+1
| * Testing RGB48 variants requires bigger stride in swscale-example.ckostya2009-06-021-0/+4
| * YUV into RGB48 BE/LE conversion supportkostya2009-06-022-0/+57
| * Partial (low bits ignored, no direct transcoding into other RGB formats) supportkostya2009-06-023-1/+61
| * Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctlyreimar2009-06-011-2/+7
| * Initialize local variable, avoids a possible crash due to using anreimar2009-06-011-2/+2
| * Add const where appropriate, also gets rid of a compiler warning.reimar2009-06-011-2/+2
| * 100l, do not read probe buffer if it will not be used because a format was fo...reimar2009-06-011-6/+7
| * Add actually working support for PPC64reimar2009-06-011-4/+4
| * Use target_arch and target_subarch which is more similar to what FFmpeg usesreimar2009-06-011-5/+5
| * Add some missing FFmpeg archsreimar2009-06-011-1/+1
| * Using nl_langinfo in the asf mmst implementation makes no sense sincereimar2009-05-311-8/+1
| * Use a malloced string for the get_term_charset return value.reimar2009-05-314-5/+14
| * Make ID_SEEKABLE depend on both the stream and the demuxer being seekable,reimar2009-05-311-1/+2
| * In all demux_info_add calls change "name" to "title".reimar2009-05-307-7/<