summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r27649Uoti Urpala2008-09-2053-2484/+2224
|\
| * 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
| * External liba52 support, part 2 of 2.rathann2008-09-154-6/+56
| * External liba52 support part 1 of 2.rathann2008-09-151-0/+6
| * Use standard -I flags to compile codec-cfg.diego2008-09-151-1/+1
| * Add -I. to _inc_extra at the beginning instead of to CFLAGS at the end.diego2008-09-151-2/+2
| * riff.h and avi.h are not needed, but avio.h is.diego2008-09-151-2/+1
| * Eliminate void * arithmetic.syrjala2008-09-151-14/+20
| * Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.diego2008-09-157-88/+89
| * Avoid useless line in libpostproc test.diego2008-09-151-1/+0
| * Avoid using floating point for calculating filter coefficients.michael2008-09-151-81/+83
| * Avoid some explicit types in sizeof().michael2008-09-141-6/+6
| * Use av_mallocz() instead of for() =0;michael2008-09-141-2/+1
| * Move dither tables from yuv2rgb to swscale, they have been written by me andmichael2008-09-142-111/+111
| * synced with r27607Gabrov2008-09-141-7/+25
| * wording consistency cosmeticsdiego2008-09-141-3/+3
| * Make -heartbeat-cmd and -stop-xscreensaver sections reference each other.reimar2008-09-141-1/+3
| * Sync diff with libmpeg2 update.diego2008-09-131-742/+75
| * Update internal libmpeg2 copy to version 0.5.1.diego2008-09-1322-289/+421
| * libmpeg-0.4.1.diff was renamed to libmpeg2_changes.diff.diego2008-09-1311-11/+11
| * Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.ben2008-09-131-6/+6
| * Remove version string from name of local changes diff file.diego2008-09-131-0/+0
| * Fix indention.michael2008-09-131-313/+313
| * Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.michael2008-09-132-12/+17
| * multiple locales in mplayer wishcompn2008-09-131-1/+3
| * Disable mmx routines that are not bitexact when the user wantsmichael2008-09-131-6/+15
| * Make horizontal mmx scaling code match C code.michael2008-09-131-16/+15
| * Ensure that additional filter coeffs that exist due to alignmentmichael2008-09-131-0/+2
| * yvu9toyv12Wrapper is not bitexact so disable it when the user wantsmichael2008-09-121-1/+1
| * Make the horizontal C scaler code clip only against INT16_MAX not 0,michael2008-09-121-1/+1
| * Add bitexact flag.michael2008-09-122-0/+2
| * The yuv->rgb tables are too small for cliping to be avoidable,michael2008-09-121-1/+1
| * Fix another 1000l bug in the mono input code.michael2008-09-121-2/+2
| * Add support for PIX_FMT_YUV440P.michael2008-09-121-0/+2
| * 10000l PIX_FMT_MONOWHITE check was really a || 1.michael2008-09-121-1/+1
| * Support mono as input format.michael2008-09-122-1/+18
| * Add support for PIX_FMT_MONOWHITE as output format.michael2008-09-123-8/+13
| * rgb24toyv12 is not accurately rounding, so disable it as well when themichael2008-09-121-1/+1
| * Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set,michael2008-09-121-1/+2
| * 100000000000000l, forgot to commit header change for r27580.michael2008-09-111-0/+1
| * Fix typo that lead to averaging of the same pixel in rgb24ToUV_half().michael2008-09-111-3/+3
| * Remove mistakely commited code i used for testing.michael2008-09-111-7/+0
| * Implement full horizontal chroma for rgb/bgr24/32 output. michael2008-09-112-1/+115
| * Do not do unneeded clipping in YSCALE_YUV_2_PACKEDX_C.michael2008-09-111-2/+5
| * Factorize yuv2packedXinC().michael2008-09-112-228/+58
| * Set rgb2yuv constants more accurately, makes no real difference though.michael2008-09-111-9/+9
| * Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as itmichael2008-09-111-4/+4
| * Correct normalization constant for the vertical filter.michael2008-09-101-2/+2
| * Make the 2point linear interpolation coefficients correct even for themichael2008-09-101-2/+2
* | Merge svn changes up to r27573Uoti Urpala2008-09-1052-3181/+1793
|\|
| * Fix overflow.michael2008-09-101-2/+2
| * sync w/r26990 and wording fixes, patch by Cédric Viougpoirier2008-09-101-73/+65
| * wording fixes by Cédric Viougpoirier2008-09-101-34/+66
| * typography and wording fixes, by Cédric Viou and myselfgpoirier2008-09-101-197/+268
| * Fix build failure due to %%eip on x86_64.michael2008-09-101-4/+6
| * Change RGB2YUV_SHIFT from 16 to 15 to make it able to workmichael2008-09-102-5/+3
| * Add bgr/rgb15/16/32->UV-half to the macro so there is less code duplicationmichael2008-09-101-124/+24
| * Factorize RGB/BGR15/16/32->UV by using the preprocessor.michael2008-09-101-93/+20
| * Factorize rgb/bgr15/16/32->Y by using the preprocessor.michael2008-09-101-81/+20
| * Make SWS_FULL_CHR_H_INP work.michael2008-09-102-11/+165
| * spelling/wording cosmeticsdiego2008-09-101-4/+3
| * More accurate rounding for 8bit inputs.michael2008-09-091-3/+3
| * Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate,michael2008-09-092-196/+147
| * more French typography fixes and wording fixes, by Cédric Viou and myselfgpoirier2008-09-091-72/+84
| * lots of fixes, original patch by Cédric Viougpoirier2008-09-091-50/+67
| * Add table of rgb->yuv conversion coefficients.michael2008-09-091-0/+11
| * More correct rounding for the rgb/bgr->yuv converters.michael2008-09-091-20/+20
| * Make internal Matroska demuxer default againuau2008-09-091-1/+0
| * revert r27551 which break much more things than it fixesaurel2008-09-091-0/+1
| * Use preprocessor conditionals to disable CPU-extension-specific code. We cannotdiego2008-09-093-12/+85
| * cosmetics: Fix offsets and fuzz in local diff.diego2008-09-091-14/+14
| * Prevent overflows during mpeg->jpeg yuv.michael2008-09-091-3/+3
| * Use internal demuxer for Matroska files for nowuau2008-09-081-1/+0
| * Revert bad changes to SSA/ASS subtitle packet formatuau2008-09-082-40/+5
| * fix compilation with lavc version > r15270gpoirier2008-09-081-1/+1
| * Fix compilation after libavcodec major version 52 changesuau2008-09-085-11/+13
| * Fix jpeg yuv.michael2008-09-082-8/+37
| * Fix typo in comment.michael2008-09-081-1/+1
| * Fix accurate rounding mode on x86_64.michael2008-09-073-21/+34
| * Make ToY and ToUV family of function consistent part Ilu_zero2008-09-071-16/+16
| * Make fast bilinear scaler work again.michael2008-09-071-0/+1
| * 'mp3lame' audio output codec was wrongly listed as 'lame'.diego2008-09-071-2/+2
| * Replace casual GPL notices by proper license headers.diego2008-09-0721-101/+405
| * license header cosmeticsdiego2008-09-071-18/+16
| * license header cosmeticsdiego2008-09-071-1/+1
| * Remove wrong compilation instructions.diego2008-09-071-3/+1
| * Remove encode2mpeglight, it is only an outdated stripped-down version of thediego2008-09-072-2016/+0
| * license header cosmeticsdiego2008-09-061-2/+2
| * Fix incorrect FSF address in license header.diego2008-09-061-3/+3
| * Replace casual GPL notice by proper license header.diego2008-09-061-3/+19
| * Remove outdated URL from vd_info_t struct.diego2008-09-061-1/+1
| * Remove version information from libmpeg2 vd_info_t struct.diego2008-09-061-1/+1
| * libass: fix type mismatch between size parameter and the way it's usedaurel2008-09-052-2/+2
| * libass: add a new ass_process_data() to process demuxed subtitle packetsaurel2008-09-053-7/+25
| * demux_mkv: output correctly formated ASS packetsaurel2008-09-051-1/+38
| * simplify function selection codebcoudurier2008-09-051-6/+4
| * enable yuv422p to uyvy converterbcoudurier2008-09-054-0/+48
| * a valid ASS line contains 9 ',' before actual textaurel2008-09-041-1/+1
| * lavf: the subtitles display duration is stored in pkt.convergence_durationaurel2008-09-041-2/+2
| * Make 16bit grayscale output work.michael2008-09-042-6/+75
| * Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.michael2008-09-041-7/+1
| * Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.michael2008-09-044-8/+53
| * Fix 4 and 8 bit RGB/BGR input.michael2008-09-041-9/+34
| * Remove workaround for rgb/bgr mess.michael2008-09-041-2/+2
| * Fix 4 of the unscaled rgb15/16 converters, each of these containedmichael2008-09-041-28/+10
| * rgb vs bgr fix for the unscaled converters.michael2008-09-043-42/+42
| * Fix rgb15/16 vs. bgr part2.michael2008-09-041-24/+24
| * Fix rgb15/16 vs. bgr part1.michael2008-09-041-5/+12
| * Add fflush to prevent stdout & stderr from being mixed.michael2008-09-041-0/+2
* | Merge svn changes up to r27514Uoti Urpala2008-09-03103-521/+494
|\|
| * support E-AC-3 decoding using ffmpegaurel2008-09-013-0/+9
| * Remove Windows-specific #ifdefs, the file does not compile on MinGW anyway.diego2008-09-011-10/+2
| * Ignore .exe files on Windows.diego2008-09-010-0/+0
| * Rename --enable-tremor-external option to --enable-tremor along with thediego2008-09-011-8/+8
| * Do not refer to libcdio and liblzo as external in the help output.diego2008-09-011-2/+2
| * Rename --enable-faad-external option to --enable-faad along with thediego2008-09-011-14/+10
| * Initialize _def_faad* variables to disabled before setting them.diego2008-09-011-2/+2
| * Fall back on external libfaad check if internal libfaad check failed.diego2008-09-011-1/+4
| * Put '#define closesocket close' under proper '#ifndef HAVE_CLOSESOCKET'diego2008-09-011-1/+4
| * Move '#define closesocket close' preprocessor directive to a common placediego2008-09-0114-23/+17
| * Revert moving closesocket definition and network headers to network.h.diego2008-08-3114-15/+115
| * Only use winsock2.h to check for closesocket().diego2008-08-311-5/+3
| * Fix closesocket test, patch by Serge Levin, serge.levin.spb gmail com.diego2008-08-311-2/+2
| * Add necessary #include <stdlib.h> for realloc/calloc/free.diego2008-08-311-0/+1
| * Remove unused GUID_t definition that also incorrectly defined GUID_DEFINEDreimar2008-08-311-14/+0
| * Change header inclusion guard names in line with FFmpeg r15120.stefano2008-08-313-9/+9
| * Rename internal libdvdread fork from dvdread to libdvdreadrathann2008-08-3029-37/+37
| * Print DVD volume ID with -identify.reimar2008-08-301-0/+3
| * Move duplicated '#define closesocket close' into network.h along withdiego2008-08-2914-115/+15
| * consistency cosmetics: Avoid using .. in #include paths.diego2008-08-298-52/+52
| * Sync libdvdcss with upstream version 1.2.10.diego2008-08-2911-17/+18
| * Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-2923-59/+60
| * Implement swscale_version().stefano2008-08-292-1/+11
| * Remove pointless '#if 1 [...] #endif' around has_cpuid() function.diego2008-08-291-2/+0
| * Implement check for closesocket(), needed by libavformat, fixes Bugzilla #1257.diego2008-08-291-0/+20