summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* handle the lavfpref demuxer in the same way as the lavf oneaurel2008-08-273-1/+4
* synced with r27454ptt2008-08-271-15/+10
* sync'ed to r27071ptt2008-08-271-66/+20
* Drop av_always_inline definition. It is duplicated from libavutil anddiego2008-08-262-17/+5
* Rename always_inline macro to av_always_inline so as not to clash withdiego2008-08-262-8/+8
* prefer libavformat to demux matroska filesaurel2008-08-261-0/+1
* Fix forumla -> formula in commentreimar2008-08-261-2/+2
* Fix 'cast from pointer to integer of different size' on 64bit architectures. ...ranma2008-08-241-1/+1
* Handle AOPLAY_FINAL_CHUNKranma2008-08-241-33/+20
* cosmetics: indentationaurel2008-08-241-2/+2
* use new lavf API to grab sample_aspect_ratio from the demuxersaurel2008-08-241-0/+4
* fix compiler warningsranma2008-08-231-8/+10
* Remove unused and untested function. It is only part of our local patchset.diego2008-08-222-67/+1
* Remove duplicate vsscanf fallback implementation, we have another in osdep/.diego2008-08-221-13/+0
* -geometry support for -vo fbdev.reimar2008-08-221-0/+2
* Sync libdvdcss with upstream version r212.diego2008-08-2110-15/+34
* Add support for AAC decoding through FFmpeg; libfaad is preferred for now.diego2008-08-211-0/+12
* cosmetics: Remove trailing whitespace and tabs.diego2008-08-211-21/+21
* Remove SKIP_DEPS trick. The same effect can be achieved without it.diego2008-08-181-4/+1
* fix for alignment problem on older ARM coresdiego2008-08-172-2/+2
* Add check for ARM VFP instructions.diego2008-08-171-1/+16
* sync w/r27466gpoirier2008-08-151-1/+17
* Work correctly with very small files where less than outburst is to be played.diego2008-08-151-0/+23
* Document -lavcopts o, aka libavcodec AVOption.michael2008-08-151-0/+15
* FFmpeg no longer has fastmemcpy support, so no longer trigger recursingdiego2008-08-141-1/+1
* Remove unused static declarations, fixes the warnings:diego2008-08-141-6/+0
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.diego2008-08-146-8/+8
* 100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.diego2008-08-142-16/+16
* add mapping for real audio and video CODEC_ID to MPlayer's fourccaurel2008-08-131-0/+6
* fixes spotted by diegocompn2008-08-131-3/+2
* demux_lavf: fix mp_seek behavior in case of seeking erroraurel2008-08-131-1/+6
* Remove pointless #ifdefs around extern declarations.diego2008-08-121-6/+2
* Remove useless DVB-related #include.diego2008-08-121-1/+0
* Enable PNG encoder in libavcodec for vf_screenshot only if zlib is enabled.diego2008-08-121-1/+2
* updatescompn2008-08-121-1/+10
* Mention IVTV, S3 and SH_VEU drivers within VIDIX section of manpage.ben2008-08-112-4/+6
* Update ChangeLog with latest VIDIX related changes regarding SuperH.ben2008-08-111-0/+2
* Add VIDIX driver for SuperH Mobile VEU hardware block.ben2008-08-114-2/+606
* Add proper VIDIX support for SuperH architecture.ben2008-08-114-5/+11
* sync w/r27348, patch by JRaSHgpoirier2008-08-111-17/+23
* fix audio in some rtsp streams, ok'd by lu_zerocompn2008-08-111-0/+1
* The PNG encoder in libavcodec needs to be enabled for vf_screenshot even ifdiego2008-08-101-2/+2
* codecs.c note is very old and unneeded.compn2008-08-101-1/+1
* sync w/27407 + fixesgpoirier2008-08-091-14/+6
* Use translatable string instead of hardcoded message for process priority.diego2008-08-091-1/+1
* Remove duplicated prototype for XShmGetEventBase(), becausediego2008-08-092-5/+0
* Skip dependency generation if we just run distclean or if skippingdiego2008-08-091-0/+6
* Don't print drawing commands on screen.eugeni2008-08-081-1/+12
* If (has outline) blur(outline) else blur(glyph).eugeni2008-08-071-1/+2
* \org turns off collision detection.eugeni2008-08-071-0/+1
* Treat \h as space character.eugeni2008-08-071-1/+1
* Calculate subtitle origin in floating point.eugeni2008-08-071-1/+1
* Calculate subtitle position in floating point.eugeni2008-08-071-7/+7
* Add separate variables for CFLAGS that are specific to internal librariesdiego2008-08-072-7/+12
* Remove unused Makefile variable.diego2008-08-071-1/+0
* cosmetics: Rename some CFLAGS-related variables.diego2008-08-072-17/+17
* 10l: Remove stray backslash at end of line.diego2008-08-071-1/+1
* Merge two redundantly declared lines into one.diego2008-08-071-2/+1
* cosmetics: Sort things into alphabetical order in various places.diego2008-08-071-88/+88
* Add NV12 colorspace support to VIDIX driver.ben2008-08-072-0/+33
* Give a CONFIG_ prefix to preprocessor directives that lacked one anddiego2008-08-0719-77/+77
* generalized SH architecture support by Magnus Damm, magnus.damm gmail comdiego2008-08-071-16/+9
* 10l: MUSEPACK --> CONFIG_MUSEPACKdiego2008-08-071-1/+1
* Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.diego2008