summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make mp3lib the default MP3 decoder again, it is a good bit faster onreimar2010-01-271-14/+17
* Declare variable closer to where it is used.reimar2010-01-271-9/+1
* Remove a useless global variable.reimar2010-01-271-5/+2
* Do not needlessly make local variable static.reimar2010-01-271-3/+3
* Remove useless initializers.reimar2010-01-271-2/+2
* Do not needlessly use (file-)global variables.reimar2010-01-271-4/+3
* Rename swscale-example to swscale-test, to better reflect the intendedstefano2010-01-272-2/+1
* Remove ds_fill_buffer calls from demux_resync, they cause issues at least withreimar2010-01-261-2/+5
* Enable parsing for ASF audio streams.reimar2010-01-261-0/+1
* Add an option to cropdetect to periodically reset the detected area.reimar2010-01-262-5/+24
* Use isAnyRGB() where possiblemichael2010-01-263-13/+11
* Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.michael2010-01-261-0/+16
* Rename isRGB() and isBGR() as their meaning is confusing.michael2010-01-264-19/+19
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightlystefano2010-01-251-2/+0
* Fix mis-computation of the needsDither variable erroneously introducedstefano2010-01-241-1/+1
* Use av_malloc to ensure sufficient alignment and also free at least somereimar2010-01-241-1/+2
* If audio was identified as DTS in the PMT do not override that with TrueHDreimar2010-01-241-1/+1
* Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crash...reimar2010-01-241-0/+2
* Add support for parsing MLP and TrueHD.reimar2010-01-241-0/+6
* Revert the xvmc part of r30422: VCR2 at least worked with xvmc at some point.cehoyos2010-01-241-0/+1
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.stefano2010-01-241-2/+0
* Add forgotten declaration of ds_clear_parser.reimar2010-01-241-0/+1
* Remove now unused variables.reimar2010-01-241-2/+0
* VCR2 fails for mpeg12, decodes incorrectly (and cannot be fixed) forcehoyos2010-01-241-4/+0
* Reset the parser on seek. Should fix some cases of audio "blips" after seeking.reimar2010-01-242-6/+24
* Move the resync-related code into more consistent places instead of having itreimar2010-01-245-42/+28
* Use av_get_bits_per_pixel() for computing the bits per pixel of thestefano2010-01-244-46/+12
* Fix ftp support to properly support large files > 2GB.reimar2010-01-241-3/+4
* new year in version stringGabrov2010-01-241-1/+1
* typo fix, accidently reverted the new year patch with previous commitGabrov2010-01-241-1/+1
* synced with r30414Gabrov2010-01-241-3/+13
* big new year patch for documentationsGabrov2010-01-2420-10/+20
* Indent.ramiro2010-01-241-94/+94
* Don't redefine M_PI. It is already defined from libavutil/mathematics.h.ramiro2010-01-241-10/+4
* Split swscale.c into scaler code (swscale.c) and utility code (utils.c).ramiro2010-01-244-1539/+1620
* Switch -vf halfpack to use only public API of libswscale.reimar2010-01-231-4/+20
* Make the scale filter prefer yuv conversions that do not need chroma scaling.reimar2010-01-231-7/+41
* Remove the query_format_cache, it is extra complexity that makes improvementsreimar2010-01-231-6/+1
* Simplify loop conditionreimar2010-01-231-1/+1
* clean up netstream docs in TOOLS/READMEcompn2010-01-231-6/+8
* Make sure that a qstride of 0 (intentional or not) does not completely breakreimar2010-01-232-5/+17
* Always call cache_uninit to immediately free everything cache-related if wereimar2010-01-231-3/+10
* Call cache-uninit unconditionally, it should always be safe to call.reimar2010-01-231-2/+0
* Change code to allow playing a stream even if enabling the cache failedreimar2010-01-232-4/+9
* Make cache_init static, it is not used outside this filereimar2010-01-231-1/+1
* Support more formats for -ao pcm in raw mode.reimar2010-01-231-24/+19
* Handle Content-Length also when Content-Type is not set.reimar2010-01-231-5/+6
* Use atoll to parse Content-Length to support http for files > 2GB.reimar2010-01-231-1/+1
* Add an exit() to silence a gcc warning and ensure forked code will neverreimar2010-01-231-0/+2
* 100l, shouldn't write to memory after freeing it.reimar2010-01-231-1/+2
* Reindent.reimar2010-01-231-3/+3
* Zero freed pointers.reimar2010-01-231-0/+3
* Check for fork failing and make sure cache_uninit always frees the cache datareimar2010-01-231-1/+10
* sync with en/mplayer.1 r30336jrash2010-01-221-2/+12
* Remove any auto-inserted lavc filter.reimar2010-01-221-2/+9
* Fix sub_free to actually free the subtitle data.reimar2010-01-221-6/+6
* Fix a memory leak in the subreader.reimar2010-01-221-1/+4
* Replace strncat by av_strlcat which is easier to verify for correctness.reimar2010-01-221-2/+2
* Also handle ASS subtitles when removing subtitles via sub_remove slave command.reimar2010-01-221-0/+15
* Avoid duplicating code to remove subtitles (sub_remove slave command).reimar2010-01-221-38/+41
* Move array specifiers outside DECLARE_ALIGNED() invocationsmru2010-01-224-18/+18
* Disable all hwaccel glue code from FFmpeg.diego2010-01-211-8/+5
* x264 version 0.83 is required.cehoyos2010-01-211-1/+1
* Fix compilation after FFmpeg r21353.cehoyos2010-01-211-0/+1
* More const-correctness for sws_scaleconrad2010-01-212-5/+5
* Document some more of SwsContext.ramiro2010-01-201-26/+54
* Avoid more pointless tests, the input and output formats need to bestefano2010-01-201-2/+2
* Split overly long line.stefano2010-01-191-1/+2
* Make selfTest() perform tests where both the input and output formatsstefano2010-01-191-0/+6
* Create libavutil/avconfig.h, required for FFmpeg compilation.diego2010-01-191-0/+16
* synced with r30336ptt2010-01-191-1/+11
* Make const prototypes for input sources of sws_scale_* stricter.benoit2010-01-192-4/+4
* swscale-example: Add comment about the use of av_{malloc,free}.ramiro2010-01-191-0/+4
* Set HAVE_FAST_CLZ according to CPU type.zuxy2010-01-191-4/+26
* Remove useless forward declaration.ramiro2010-01-191-2/+0
* User friendly warning message that gives out names of source and target formatszuxy2010-01-191-1/+1
* swscale-example: use av_malloc()mru2010-01-191-10/+11
* Split long line.stefano2010-01-181-1/+2
* Convert int -> enum PixelFormat in doTest().stefano2010-01-181-1/+1
* synced with r30197ptt2010-01-181-31/+70
* Define out currently unused static functions.zuxy2010-01-181-1/+6
* add uldx and vspx fourcc to ffodivx in codecs.confcompn2010-01-181-0/+3
* Support for detection of AMD Phenom.zuxy2010-01-181-2/+6
* Remove stray '\' at the end of macro definitions.stefano2010-01-171-15/+14
* Remove duplicated or pointless newlines.stefano2010-01-171-12/+0
* Factorize error message logging, log it if the converter cannot bestefano2010-01-171-7/+6
* Reindent after the last commit.stefano2010-01-171-15/+15
* Make the pal2rgbWrapper set and use the converter in pal2rgbWrapperstefano2010-01-171-2/+3
* Remove double constmru2010-01-171-1/+1
* Factorize error message logging in rgb2rgbWrapper().stefano2010-01-171-8/+4
* Add a proper header for our strsep implementation so strsep willreimar2010-01-175-0/+34
* Reuse the fmt-conversion code instead of duplicating the functionality.reimar2010-01-171-24/+4
* Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.reimar2010-01-172-4/+24
* Do not depend on PIX_FMT_RGB32 which is (currently?) not part of the public API.reimar2010-01-171-1/+2
* More format support in fmt-conversion.c: split RGB32 and BGR32reimar2010-01-171-2/+4
* Reindentmru2010-01-171-2/+2
* Remove inline from initFilter()mru2010-01-171-1/+1
* Hack to avoid a GUID_NULL clash on 64 bit MinGW.reimar2010-01-171-0/+2
* Add hack to fix tvi_dshow compilation with 64-bit MinGWreimar2010-01-171-0/+3
* Mention systems that have received major build fixes recently in the Changelog.reimar2010-01-171-0/+3
* Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support.reimar2010-01-171-0/+2
* Also try linking against dxguid for SDL test.reimar2010-01-171-1/+1
* Change GUID declarations in vo_directx to be static.reimar2010-01-171-2/+4
* Change GUID declarations in tvi_dshow so they are not exported and thusreimar2010-01-171-38/+76
* Add a const qualifier in a cast, fix the gcc warning:stefano2010-01-171-1/+1
* Add a const qualifier in a cast, fix the gcc warning:stefano2010-01-171-1/+1
* Allow anything starting with "arm" to be used as --target for ARM CPUsreimar2010-01-161-2/+2
* Fix typo, "get rid off" -> "get rid of".stefano2010-01-161-1/+1
* Mention levelconv -vo gl suboption in Changelog.reimar2010-01-161-1/+1
* Document levelconv -vo gl suboption.reimar2010-01-161-0/+10
* Add support for adjustable TV <-> PC level conversion.reimar2010-01-164-4/+32
* Revert r30331, which broke compilation.stefano2010-01-161-3/+12
* Prefer enum PixelFormat to int as the parameter type ofstefano2010-01-161-1/+1
* Declare with av_unused the variable alpMmxFilter, fix the gcc warning:stefano2010-01-161-1/+1
* Factorize the code which calls the non optimized C functions instefano2010-01-161-12/+3
* Prefer "to %s%s" over "to%s %s", slightly more readable.stefano2010-01-161-2/+2
* Simplify code in sws_getContext() which logs if the destination formatstefano2010-01-161-6/+5
* Document some of SwsContext.ramiro2010-01-161-11/+18
* Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.ramiro2010-01-163-20/+12
* Factorize code which logs the source and destination formats instefano2010-01-161-6/+4
* Manually add --nxcompat --no-seh --dynamicbase to linker flags if available,reimar2010-01-161-0/+8
* Fix struct addrinfo check, its definition might not allow actually allocating...reimar2010-01-161-1/+1
* Fix sockaddr_storage check to work with winsock/MinGWreimar2010-01-161-3/+17
* Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now.reimar2010-01-161-0/+1
* HAVE_INLINE_ASM for FFmpeg should be one since we only supportreimar2010-01-161-1/+1
* Document some of the ext_stub magic.reimar2010-01-161-0/+2
* 100l, forgot to change the "magic" value in the stub also in the place replac...reimar2010-01-161-1/+1
* add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvycompn2010-01-161-1/+4
* Simplify reset_ptr(): employ usePal() macro rather than enumeratingstefano2010-01-161-6/+2
* synced with r30311Gabrov2010-01-162-11/+49
* Add symbol versioning for shared librariesmru2010-01-161-0/+4
* We only need to disable seeking back in ad_ffmpeg when we actually _use_reimar2010-01-151-1/+1
* Don't initialize normal horizontal filter if MMX2 filter is used.ramiro2010-01-151-17/+18
* -demuxer rawaudio data will often need parsing (e.g. when it is used for rawreimar2010-01-151-0/+1
* added a missing full stopptt2010-01-151-1/+1
* Set _optimizing for x86-64.zuxy2010-01-151-1/+1
* The undocumented x86-64 is a better fallback for core2 than nocona.zuxy2010-01-151-0/+3
* Add -fno-common to avoid misalignment for global var under win32 like whatzuxy2010-01-151-0/+1
* Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott.zuxy2010-01-151-1/+2
* Const correctness for src pointer. Remove all constness related warnings inzuxy2010-01-159-69/+69
* Fix typo in r30302zuxy2010-01-151-1/+1
* Fix typo.stefano2010-01-151-1/+1
* Remove unused clip_table code.ramiro2010-01-141-14/+0
* Fix compilation after recent changes in FFmpeg.cehoyos2010-01-141-0/+64
* Add const qualifier to rgb48 to YV12 functions' src.ramiro2010-01-141-4/+4
* Add missing parameter to rgb48 to YV12 functions.ramiro2010-01-141-3/+6
* Use double-precision constants instead of single precision that gets cast to ...reimar2010-01-131-3/+3
* Use double instead of float for pts.cehoyos2010-01-121-7/+7
* Avoid linking in assembler-optimized code that will never be used.reimar2010-01-121-0/+8
* Add very experimetal support for the Sun C compiler.reimar2010-01-121-1/+12
* Change -pipe check to avoid misdetecting it as available for Sun's compiler.reimar2010-01-121-1/+2
* Use ARCH_X86_32 instead of the compiler-specific __i386__reimar2010-01-121-6/+6
* Remove hackish and not actually working code to make vidix compile withreimar2010-01-121-34/+0
* Remove a check that simply can not have worked since it relied on a completelyreimar2010-01-121-2/+1
* Add checks for exp2, exp2 and log2f required by FFmpeg.reimar2010-01-121-1/+4
* 100l, fix typo that caused ad_hwac3 to fail to compile.reimar2010-01-121-1/+1
* /nop is illegal with Apple's older version of gas, this was fixed elsewhereconrad2010-01-121-1/+1
* Attempt a simple hack to fix -ac hwdtsreimar2010-01-121-0/+3
* Make sure that sfence is used after any non temporal stores.zuxy2010-01-121-2/+2
* More changes needed to make ad_hwac3 truly independent from liba52.reimar2010-01-112-7/+1
* Let the format filter do the AC3 endianness conversion instead of duplicatingreimar2010-01-112-37/+14
* MPlayer's format now correctly identifies AC3 as either little- or big-endian,reimar2010-01-111-7/+1
* Add support for distinguishing between little- and big-endian SPDIF AC3reimar2010-01-1114-28/+42
* More uses of AF_FORMAT_IS_AC3reimar2010-01-112-3/+3
* Use AF_FORMAT_IS_AC3 in ao_oss.creimar2010-01-111-5/+5
* Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,reimar2010-01-112-18/+42
* Use af_fmt2bits, it should give more sensible values than snd_pcm_format_phys...reimar2010-01-111-1/+1
* Add a hack to af_fmt2bits to recognize AC3 as a 16-bit format, since thisreimar2010-01-111-0/+1
* Use af_fmt2bits instead of reimplementing it.reimar2010-01-111-17/+1
* Add and use AF_FORMAT_IS_AC3 macro.reimar2010-01-114-7/+10
* Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask,reimar2010-01-111-1/+1
* mark cfhdvfw decoder as working on windows onlycompn2010-01-111-1/+9
* Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included forzuxy2010-01-111-0/+1
* cosmetics: {} placement.ramiro2010-01-111-4/+2
* Search X11 headers and libraries also in /usr/local/..., should easereimar2010-01-101-3/+3
* Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will notreimar2010-01-101-1/+2
* FFmpeg uses ifdef in Makefiles for CONFIG_MPEGAUDIO_HP and CONFIG_HARDCODED_T...reimar2010-01-101-2/+5
* Pla