summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r29532Uoti Urpala2009-08-1841-408/+472
|\
| * Fix incompatible pointer types warning, also seems to fix mis-compilation wit...reimar2009-08-171-2/+2
| * Fix 100l broken flag check found due to compiler warning.reimar2009-08-171-1/+1
| * Set demuxer->filepos in mf demuxer, since the stream_tell fallback is notreimar2009-08-171-3/+3
| * Get rid of rawaudio control code again that only duplicates the fallback code inreimar2009-08-171-20/+0
| * Handle demuxers that never set filepos by using stream_tell.reimar2009-08-172-3/+5
| * swscale-example: Make selection of dstW, dstH, and flags more clear.ramiro2009-08-171-8/+12
| * Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case thereimar2009-08-161-1/+2
| * Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS forreimar2009-08-161-1/+18
| * More indentation changes leftover from r29522:ramiro2009-08-162-693/+693
| * Cosmetics:ramiro2009-08-1615-766/+579
| * Indent libswscale:ramiro2009-08-168-1756/+1756
| * Fix file information. Patch by Francesco Lavra, francescolavra interfree itcehoyos2009-08-151-1/+1
| * Add missing major contributors to copyright statement.cehoyos2009-08-151-0/+2
| * improve previous translationjrash2009-08-151-288/+288
| * Indent.ramiro2009-08-151-4/+4
| * Vertical yuv -> yuv16 scaler.ramiro2009-08-142-0/+101
| * Allow compilation with gcc 2.95.3 if videodev2.h does not support it.cehoyos2009-08-141-1/+1
| * BGR32 MMX special convertor.ramiro2009-08-142-21/+85
| * Fix crash when event format is not specifiedgreg2009-08-131-2/+9
| * Add Dolby TrueHD support for mkv demuxer.cehoyos2009-08-132-1/+5
| * Indent.ramiro2009-08-131-20/+20
| * swscale-example: Don't check for chroma planes in mono formats.ramiro2009-08-131-1/+6
| * MMX2 horizontal scaler: Determine code size at runtime.ramiro2009-08-132-14/+24
| * Protect mmx2 filter code buffers so they are not executable and writeable atramiro2009-08-131-2/+7
| * Remove duplicate define (it is the same in the lum code).ramiro2009-08-131-21/+0
| * Rename "funny" code to "mmx2 filter" code.ramiro2009-08-133-50/+50
| * Indent.ramiro2009-08-131-2/+2
| * swscale-example: Remove hack to end loop by setting variables to break.ramiro2009-08-131-13/+5
| * swscale-example: Don't return random value from main().ramiro2009-08-131-1/+1
| * swscale-example: Check for Gray formats.ramiro2009-08-131-3/+9
| * Fix possible double-free.cehoyos2009-08-121-1/+1
| * make codec-cfg reuse the proper defined constants for all RGB/BGR formatsreimar2009-08-121-14/+14
| * 100l, fix compilation again and make codec-cfg.c use the predefined constantsreimar2009-08-122-3/+3
| * 1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding.reimar2009-08-121-1/+1
| * Allow decoding of 48 bit png image files.cehoyos2009-08-121-1/+1
| * Use new libavformat metadata API.greg2009-08-111-10/+9
| * s/RG48xE/RGB48xEcehoyos2009-08-112-3/+3
| * Make *avcctx AVCodecContext instead of void.cehoyos2009-08-112-3/+5
| * Fix H.264 SPS parsing in case of scaling list present.cehoyos2009-08-111-2/+15
| * Fix a crash when playing some H264 over rtsp streams: Do pass ancehoyos2009-08-112-1/+7
| * Explain how formats must be ordered in fmt_list so the parser can handlereimar2009-08-111-0/+3
| * fmt_table should be const as well.reimar2009-08-111-1/+1
| * Parse BitsPerSample and SamplesPerSec when playing PCM in X-QT overcehoyos2009-08-111-0/+4
| * Allow dpx image files as input.cehoyos2009-08-112-0/+9
| * Allow out-formats for IMGFMT_RGB48* in codecs.conf.cehoyos2009-08-111-0/+2
| * Map IMGFMT_RGB48xE to PIX_FMT_RGB48xE.cehoyos2009-08-111-0/+2
| * Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.cehoyos2009-08-113-0/+6
| * Remove disabled debug code.diego2009-08-101-9/+0
| * Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.ramiro2009-08-091-2/+2
| * Remove 'offset' argument from PUTRGB* macros since it's unneeded and causedkostya2009-08-091-66/+66
| * Remove disabled crufty code.diego2009-08-083-42/+0
| * 100l, av_fifo_generic_read does not return anything useful, so ignore itsreimar2009-08-082-3/+5
| * Add a giant hack to the x264 encoder module to ensure all delayed frames arereimar2009-08-071-1/+3
| * Replace macro: MAX -> FFMAXben2009-08-061-6/+5
| * Do not leak the mixer handle if setting of a volume fails.cladisch2009-08-061-0/+2
| * Fix QT RLE in X-QT via rtsp://.cehoyos2009-08-051-0/+2
| * Make sure it builds with -ftracerlu_zero2009-08-041-4/+4
| * Only #include stream/stream_dvd.h when libdvdread is enabled.diego2009-08-031-0/+2
| * Only #include stream/dvbin.h when DVB is enabled.diego2009-08-031-0/+2
| * Make sure that unavailable message languages are not accepted.diego2009-08-031-1/+2
| * Improve wording for missing sctp supportlu_zero2009-08-031-1/+1
| * Remove pointless #ifdefs around harmless internal header #includes.diego2009-08-026-44/+2
| * Fix another typo. Patch by Francesco Lavra, francescolavra interfree itcehoyos2009-08-021-1/+1
| * dpkg-buildpackage automatically sets CFLAGS and pals to -g -O2.diego2009-08-021-0/+5
| * Add standard GPL license header. Patch by Francesco Lavra, francescolavra int...cehoyos2009-08-021-0/+22
| * Fix more typos. Patch by Francesco Lavra, francescolavra interfree itcehoyos2009-08-021-3/+3
| * Remove unused include's. Patch by Francesco Lavra, francescolavra interfree itcehoyos2009-08-021-4/+0
| * Fix typos. Patch by Francesco Lavra, francescolavra interfree itcehoyos2009-08-021-2/+2
| * Fix regression when converting to nv12/nv21.cehoyos2009-08-011-1/+3
| * Add a variable in config.mak whether SHM support is enabled or not.ben2009-07-311-0/+1
| * sync with en/mplayer.1 r29461jrash2009-07-311-5/+1
| * Update documentation for libamr replacement by OpenCORE in FFmpeg.diego2009-07-303-20/+4
| * move truehd to correct sectioncompn2009-07-301-1/+3
| * undocumented keywordcompn2009-07-301-0/+2
| * start rc4 changelog, where did rc3 go?compn2009-07-301-0/+10
| * handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72)nicodvb2009-07-301-1/+6
| * added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patchnicodvb2009-07-302-0/+8
* | Use light autohinting by default in libassGrigori Goronzy2009-08-072-2/+2
* | Change type names to match upstream libassGrigori Goronzy2009-08-078-51/+51
* | 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 + fdopenreima