Mercurial > mplayer.hg
graph
-
Initialize _def_liba52 and _def_liba52_internal before the liba52 checks2008-09-16, by diego
-
Fix segfault with rgb24 and full_internal_chroma due to non-existing alpha2008-09-16, by michael
-
yet another mpeg2 in mov fourcc xd5b, fixes XDCAMHD.mov2008-09-16, by compn
-
Update the copyright statement.2008-09-15, by syrjala
-
Cosmetics:2008-09-15, by syrjala
-
Don't limit BES to non-synced single buffering when CRTC2 is used.2008-09-15, by syrjala
-
Rename some variables and change some strings to make the CRTC1 code clearer.2008-09-15, by syrjala
-
Add CRTC1 support.2008-09-15, by syrjala
-
Remove BGR24 support since it has never worked anyway.2008-09-15, by syrjala
-
External liba52 support, part 2 of 2.2008-09-15, by rathann
-
External liba52 support part 1 of 2.2008-09-15, by rathann
-
Use standard -I flags to compile codec-cfg.2008-09-15, by diego
-
Add -I. to _inc_extra at the beginning instead of to CFLAGS at the end.2008-09-15, by diego
-
riff.h and avi.h are not needed, but avio.h is.2008-09-15, by diego
-
Eliminate void * arithmetic.2008-09-15, by syrjala
-
Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.2008-09-15, by diego
-
Avoid useless line in libpostproc test.2008-09-15, by diego
-
Avoid using floating point for calculating filter coefficients.2008-09-15, by michael
-
Avoid some explicit types in sizeof().2008-09-14, by michael
-
Use av_mallocz() instead of for() =0;2008-09-14, by michael
-
Move dither tables from yuv2rgb to swscale, they have been written by me and2008-09-14, by michael
-
synced with r276072008-09-14, by Gabrov
-
wording consistency cosmetics2008-09-14, by diego
-
Make -heartbeat-cmd and -stop-xscreensaver sections reference each other.2008-09-14, by reimar
-
Sync diff with libmpeg2 update.2008-09-13, by diego
-
Update internal libmpeg2 copy to version 0.5.1.2008-09-13, by diego
-
libmpeg-0.4.1.diff was renamed to libmpeg2_changes.diff.2008-09-13, by diego
-
Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.2008-09-13, by ben
-
Remove version string from name of local changes diff file.2008-09-13, by diego
-
Fix indention.2008-09-13, by michael
-
Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.2008-09-13, by michael
-
multiple locales in mplayer wish2008-09-13, by compn
-
Disable mmx routines that are not bitexact when the user wants2008-09-13, by michael
-
Make horizontal mmx scaling code match C code.2008-09-13, by michael
-
Ensure that additional filter coeffs that exist due to alignment2008-09-13, by michael
-
yvu9toyv12Wrapper is not bitexact so disable it when the user wants2008-09-12, by michael
-
Make the horizontal C scaler code clip only against INT16_MAX not 0,2008-09-12, by michael
-
Add bitexact flag.2008-09-12, by michael
-
The yuv->rgb tables are too small for clipping to be avoidable,2008-09-12, by michael
-
Fix another 1000l bug in the mono input code.2008-09-12, by michael
-
Add support for PIX_FMT_YUV440P.2008-09-12, by michael
-
10000l PIX_FMT_MONOWHITE check was really a || 1.2008-09-12, by michael
-
Support mono as input format.2008-09-12, by michael
-
Add support for PIX_FMT_MONOWHITE as output format.2008-09-12, by michael
-
rgb24toyv12 is not accurately rounding, so disable it as well when the2008-09-12, by michael
-
Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set,2008-09-12, by michael
-
100000000000000l, forgot to commit header change for r27580.2008-09-11, by michael
-
Fix typo that lead to averaging of the same pixel in rgb24ToUV_half().2008-09-11, by michael
-
Remove mistakenly commited code I used for testing.2008-09-11, by michael
-
Implement full horizontal chroma for rgb/bgr24/32 output.2008-09-11, by michael
-
Do not do unneeded clipping in YSCALE_YUV_2_PACKEDX_C.2008-09-11, by michael
-
Factorize yuv2packedXinC().2008-09-11, by michael
-
Set rgb2yuv constants more accurately, makes no real difference though.2008-09-11, by michael
-
Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it2008-09-11, by michael
-
Correct normalization constant for the vertical filter.2008-09-10, by michael
-
Make the 2point linear interpolation coefficients correct even for the2008-09-10, by michael
-
Fix overflow.2008-09-10, by michael
-
sync w/r26990 and wording fixes, patch by Cédric Viou2008-09-10, by gpoirier
-
wording fixes by Cédric Viou2008-09-10, by gpoirier
-
typography and wording fixes, by Cédric Viou and myself2008-09-10, by gpoirier
-
Fix build failure due to %%eip on x86_64.2008-09-10, by michael
-
Change RGB2YUV_SHIFT from 16 to 15 to make it able to work2008-09-10, by michael
-
Add bgr/rgb15/16/32->UV-half to the macro so there is less code duplication2008-09-10, by michael
-
Factorize RGB/BGR15/16/32->UV by using the preprocessor.2008-09-10, by michael
-
Factorize rgb/bgr15/16/32->Y by using the preprocessor.2008-09-10, by michael
-
Make SWS_FULL_CHR_H_INP work.2008-09-10, by michael
-
spelling/wording cosmetics2008-09-10, by diego
-
More accurate rounding for 8bit inputs.2008-09-09, by michael
-
Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate,2008-09-09, by michael
-
more French typography fixes and wording fixes, by Cédric Viou and myself2008-09-09, by gpoirier
-
lots of fixes, original patch by Cédric Viou2008-09-09, by gpoirier
-
Add table of rgb->yuv conversion coefficients.2008-09-09, by michael
-
More correct rounding for the rgb/bgr->yuv converters.2008-09-09, by michael
-
Make internal Matroska demuxer default again2008-09-09, by uau
-
revert r27551 which break much more things than it fixes2008-09-09, by aurel
-
Use preprocessor conditionals to disable CPU-extension-specific code. We cannot2008-09-09, by diego
-
cosmetics: Fix offsets and fuzz in local diff.2008-09-09, by diego
-
Prevent overflows during mpeg->jpeg yuv.2008-09-09, by michael
-
Use internal demuxer for Matroska files for now2008-09-08, by uau
-
Revert bad changes to SSA/ASS subtitle packet format2008-09-08, by uau
-
fix compilation with lavc version > r152702008-09-08, by gpoirier
-
Fix compilation after libavcodec major version 52 changes2008-09-08, by uau
-
Fix jpeg yuv.2008-09-08, by michael
-
Fix typo in comment.2008-09-08, by michael
-
Fix accurate rounding mode on x86_64.2008-09-07, by michael
-
Make ToY and ToUV family of function consistent part I2008-09-07, by lu_zero
-
Make fast bilinear scaler work again.2008-09-07, by michael
-
'mp3lame' audio output codec was wrongly listed as 'lame'.2008-09-07, by diego
-
Replace casual GPL notices by proper license headers.2008-09-07, by diego
-
license header cosmetics2008-09-07, by diego
-
license header cosmetics2008-09-07, by diego
-
Remove wrong compilation instructions.2008-09-07, by diego
-
Remove encode2mpeglight, it is only an outdated stripped-down version of the2008-09-07, by diego
-
license header cosmetics2008-09-06, by diego
-
Fix incorrect FSF address in license header.2008-09-06, by diego
-
Replace casual GPL notice by proper license header.2008-09-06, by diego
-
Remove outdated URL from vd_info_t struct.2008-09-06, by diego
-
Remove version information from libmpeg2 vd_info_t struct.2008-09-06, by diego
-
libass: fix type mismatch between size parameter and the way it's used2008-09-05, by aurel
-
libass: add a new ass_process_data() to process demuxed subtitle packets2008-09-05, by aurel
-
demux_mkv: output correctly formated ASS packets2008-09-05, by aurel
-
simplify function selection code2008-09-05, by bcoudurier
-
enable yuv422p to uyvy converter2008-09-05, by bcoudurier
-
a valid ASS line contains 9 ',' before actual text2008-09-04, by aurel
-
lavf: the subtitles display duration is stored in pkt.convergence_duration2008-09-04, by aurel
-
Make 16bit grayscale output work.2008-09-04, by michael
-
Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.2008-09-04, by michael
-
Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.2008-09-04, by michael
-
Fix 4 and 8 bit RGB/BGR input.2008-09-04, by michael
-
Remove workaround for rgb/bgr mess.2008-09-04, by michael
-
Fix 4 of the unscaled rgb15/16 converters, each of these contained2008-09-04, by michael
-
rgb vs bgr fix for the unscaled converters.2008-09-04, by michael
-
Fix rgb15/16 vs. bgr part2.2008-09-04, by michael
-
Fix rgb15/16 vs. bgr part1.2008-09-04, by michael
-
Add fflush to prevent stdout & stderr from being mixed.2008-09-04, by michael
-
support E-AC-3 decoding using ffmpeg2008-09-01, by aurel
-
Remove Windows-specific #ifdefs, the file does not compile on MinGW anyway.2008-09-01, by diego
-
Ignore .exe files on Windows.2008-09-01, by diego
-
Rename --enable-tremor-external option to --enable-tremor along with the2008-09-01, by diego
-
Do not refer to libcdio and liblzo as external in the help output.2008-09-01, by diego
-
Rename --enable-faad-external option to --enable-faad along with the2008-09-01, by diego
-
Initialize _def_faad* variables to disabled before setting them.2008-09-01, by diego
-
Fall back on external libfaad check if internal libfaad check failed.2008-09-01, by diego
-
Put '#define closesocket close' under proper '#ifndef HAVE_CLOSESOCKET'2008-09-01, by diego
-
Move '#define closesocket close' preprocessor directive to a common place2008-09-01, by diego
-
Revert moving closesocket definition and network headers to network.h.2008-08-31, by diego
-
Only use winsock2.h to check for closesocket().2008-08-31, by diego
-
Fix closesocket test, patch by Serge Levin, serge.levin.spb gmail com.2008-08-31, by diego
-
Add necessary #include <stdlib.h> for realloc/calloc/free.2008-08-31, by diego
-
Remove unused GUID_t definition that also incorrectly defined GUID_DEFINED2008-08-31, by reimar
-
Change header inclusion guard names in line with FFmpeg r15120.2008-08-31, by stefano
-
Rename internal libdvdread fork from dvdread to libdvdread2008-08-30, by rathann
-
Print DVD volume ID with -identify.2008-08-30, by reimar
-
Move duplicated '#define closesocket close' into network.h along with2008-08-29, by diego
-
consistency cosmetics: Avoid using .. in #include paths.2008-08-29, by diego
-
Sync libdvdcss with upstream version 1.2.10.2008-08-29, by diego
-
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.2008-08-29, by diego
-
Implement swscale_version().2008-08-29, by stefano
-
Remove pointless '#if 1 [...] #endif' around has_cpuid() function.2008-08-29, by diego
-
Implement check for closesocket(), needed by libavformat, fixes Bugzilla #1257.2008-08-29, by diego
-
handle the lavfpref demuxer in the same way as the lavf one2008-08-27, by aurel
-
synced with r274542008-08-27, by ptt
-
sync'ed to r270712008-08-27, by ptt
-
Drop av_always_inline definition. It is duplicated from libavutil and2008-08-26, by diego
-
Rename always_inline macro to av_always_inline so as not to clash with2008-08-26, by diego
-
prefer libavformat to demux matroska files2008-08-26, by aurel
-
Fix forumla -> formula in comment2008-08-26, by reimar
-
Handle AOPLAY_FINAL_CHUNK2008-08-24, by ranma
-
cosmetics: indentation2008-08-24, by aurel
-
use new lavf API to grab sample_aspect_ratio from the demuxers2008-08-24, by aurel
-
fix compiler warnings2008-08-23, by ranma
-
Remove unused and untested function. It is only part of our local patchset.2008-08-22, by diego
-
Remove duplicate vsscanf fallback implementation, we have another in osdep/.2008-08-22, by diego
-
-geometry support for -vo fbdev.2008-08-22, by reimar
-
Sync libdvdcss with upstream version r212.2008-08-21, by diego
-
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.2008-08-21, by diego
-
cosmetics: Remove trailing whitespace and tabs.2008-08-21, by diego
-
Remove SKIP_DEPS trick. The same effect can be achieved without it.2008-08-18, by diego
-
fix for alignment problem on older ARM cores2008-08-17, by diego
-
Add check for ARM VFP instructions.2008-08-17, by diego
-
sync w/r274662008-08-15, by gpoirier
-
Work correctly with very small files where less than outburst is to be played.2008-08-15, by diego
-
Document -lavcopts o, aka libavcodec AVOption.2008-08-15, by michael
-
FFmpeg no longer has fastmemcpy support, so no longer trigger recursing2008-08-14, by diego
-
Remove unused static declarations, fixes the warnings:2008-08-14, by diego
-
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.2008-08-14, by diego
-
100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.2008-08-14, by diego
-
add mapping for real audio and video CODEC_ID to MPlayer's fourcc2008-08-13, by aurel
-
fixes spotted by diego2008-08-13, by compn
-
demux_lavf: fix mp_seek behavior in case of seeking error2008-08-13, by aurel
-
Remove pointless #ifdefs around extern declarations.2008-08-12, by diego
-
Remove useless DVB-related #include.2008-08-12, by diego
-
Enable PNG encoder in libavcodec for vf_screenshot only if zlib is enabled.2008-08-12, by diego
-
updates2008-08-12, by compn
-
Mention IVTV, S3 and SH_VEU drivers within VIDIX section of manpage.2008-08-11, by ben
-
Update ChangeLog with latest VIDIX related changes regarding SuperH.2008-08-11, by ben
-
Add VIDIX driver for SuperH Mobile VEU hardware block.2008-08-11, by ben
-
Add proper VIDIX support for SuperH architecture.2008-08-11, by ben
-
sync w/r27348, patch by JRaSH2008-08-11, by gpoirier
-
fix audio in some rtsp streams, ok'd by lu_zero2008-08-11, by compn
-
The PNG encoder in libavcodec needs to be enabled for vf_screenshot even if2008-08-10, by diego
-
codecs.c note is very old and unneeded.2008-08-10, by compn
-
sync w/27407 + fixes2008-08-09, by gpoirier
-
Use translatable string instead of hardcoded message for process priority.2008-08-09, by diego
-
Remove duplicated prototype for XShmGetEventBase(), because2008-08-09, by diego
-
Skip dependency generation if we just run distclean or if skipping2008-08-09, by diego
-
Don't print drawing commands on screen.2008-08-08, by eugeni
-
If (has outline) blur(outline) else blur(glyph).2008-08-07, by eugeni
-
\org turns off collision detection.2008-08-07, by eugeni
-
Treat \h as space character.2008-08-07, by eugeni
-
Calculate subtitle origin in floating point.2008-08-07, by eugeni
-
Calculate subtitle position in floating point.2008-08-07, by eugeni
-
Add separate variables for CFLAGS that are specific to internal libraries2008-08-07, by diego
-
Remove unused Makefile variable.2008-08-07, by diego
-
cosmetics: Rename some CFLAGS-related variables.2008-08-07, by diego
-
10l: Remove stray backslash at end of line.2008-08-07, by diego
-
Merge two redundantly declared lines into one.2008-08-07, by diego
-
cosmetics: Sort things into alphabetical order in various places.2008-08-07, by diego
-
Add NV12 colorspace support to VIDIX driver.2008-08-07, by ben
-
Give a CONFIG_ prefix to preprocessor directives that lacked one and2008-08-07, by diego
-
generalized SH architecture support by Magnus Damm, magnus.damm gmail com2008-08-07, by diego
-
10l: MUSEPACK --> CONFIG_MUSEPACK2008-08-07, by diego
-
Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.2008-08-07, by diego
-
Rename font-related preprocessor directives.2008-08-07, by diego
-
Fix wrong behavior with slave command by going back to the starting point2008-08-07, by ben
-
Rename a bunch of miscellaneous preprocessor directives.2008-08-07, by diego
-
Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.2008-08-06, by diego
-
synced with r274202008-08-06, by Gabrov
-
Rename all preprocessor directives related to Apple / Mac OS X.2008-08-06, by diego
-
Rename some audio-output-related preprocessor directives.2008-08-05, by diego
-
Rename preprocessor definition in check skeleton.2008-08-05, by diego
-
Rename preprocessor directives related to image libraries.2008-08-05, by diego
-
Detect ppc64 and powerpc64 architectures as PowerPC variants.2008-08-04, by ben
-
cosmetic: reindent after r274142008-08-04, by ben
-
Fixes unsafe 'chapter' command with get_property() call.2008-08-04, by ben
-
cosmetic: reindent after r274122008-08-04, by ben
-
Fixes unsafe 'angle' command with get_property() call.2008-08-04, by ben
-
Fixes unsafe 'switch_audio' command with set_property() call.2008-08-04, by ben
-
another round to get it in utf-8...2008-08-04, by ptt
-
Change a bunch of X11-specific preprocessor directives.2008-08-04, by diego
-
typo fix, bump sync tag2008-08-03, by gpoirier
-
Add video driver for Nintendo Wii/GameCube.2008-08-03, by ben
-
Remove duplicated DVB definition line.2008-08-03, by diego
-
Revert mistakenly committed temporary local change.2008-08-03, by diego
-
Rename --enable-macosx-finder-support option to --enable-macosx-finder2008-08-03, by diego
-
Rename _smbsupport variable to _smb.2008-08-03, by diego
-
Change a bunch of video/audio-output-specific preprocessor directives from2008-08-03, by diego
-
Set HAVE_DVB in configure when HAVE_DVB_HEAD is defined2008-08-02, by diego
-
cosmetics: typo fixes2008-08-02, by diego
-
cosmetics: reindent after last commit2008-08-02, by compn
-
change ve_raw.c:set_format to not overwrite biCompression if force_fourcc is set.2008-08-02, by compn
-
Change a bunch of video-output-specific preprocessor directives from a HAVE_2008-08-02, by diego
-
Do not provide a prototype for vsscanf when vsscanf is available.2008-08-02, by diego
-
Change a bunch of codec-specific preprocessor directives from a HAVE_2008-08-02, by diego
-
Remove checks for HAVE_XVID3, that conditional was removed a long time ago.2008-08-02, by diego
-
Fix ARM linking failure when IWMMXT support is disabled.2008-08-01, by diego
-
Remove obsolete diff hunk that is no longer applied to the code.2008-08-01, by diego
-
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;2008-08-01, by diego
-
Fix a misleading section in the libavcodec options manual indicating that a2008-08-01, by diego
-
add hdv1 fourcc2008-08-01, by compn
-
add some h263 fourccs2008-08-01, by compn
-
add ADJV fourcc to mjpeg2008-08-01, by compn
-
Initialize socklen_t variable to "no".2008-08-01, by diego
-
add XIXL fourcc to videoxl codec2008-08-01, by compn
-
Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian.2008-07-31, by diego
-
Revert previous broken rename of binary-codecs.sh that had random changes.2008-07-31, by diego
-
Rename binary-codecs.sh once more to binary_codecs.sh as it is called in Debian.2008-07-31, by diego
-
Rename install-w32codecs.sh --> binary-codecs.sh.2008-07-31, by diego
-
bump sync tag2008-07-30, by gpoirier
-
For the case that we add a typedef for socklen_t, we should #define2008-07-30, by diego
-
Check for socklen_t in ws2tcpip.h as well.2008-07-30, by diego
-
Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.2008-07-30, by diego
-
Remove unused HAVE_MENCODER definition.2008-07-30, by diego
-
Rename two GUI-related preprocessor directives:2008-07-30, by diego
-
Remove unused definition from config.h.2008-07-30, by diego
-
Start unifying names of internal preprocessor directives.2008-07-30, by diego
-
Drop USE_ prefix from USE_MPLAYER_CPUDETECT #define.2008-07-30, by diego
-
Use conditional compilation instead of an #ifdef around the whole file.2008-07-30, by diego
-
Remove unused definition from config.h.2008-07-30, by diego
-
Add proper check for socklen_t.2008-07-30, by diego
-
cosmetics: Group FFmpeg definitions together in config.h.2008-07-30, by diego
-
add XDCAM and more HDV MPEG2 fourccs2008-07-30, by compn
-
change arbitrary CODECS_MAX_FOURCC limit to larger arbitrary limit2008-07-30, by compn
-
Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.2008-07-28, by diego
-
Rework OS/2 configuration with respect to linker output formats.2008-07-28, by diego
-
cosmetics: Add a separator comment.2008-07-28, by diego
-
Move libdvdnav check before the CFLAGS section. It is still the last check2008-07-28, by diego
-
synced with r273482008-07-28, by ptt
-
Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile and2008-07-28, by diego
-
Remove unused HPUX #define from command line.2008-07-28, by diego
-
Move libdvdcss-specific CFLAG settings to libdvdcss test.2008-07-28, by diego
-
add ffvp6a codec2008-07-28, by compn
-
add ffmotionpixels codec2008-07-28, by compn
-
Get rid of horrible code that relies on codec-set context variable,2008-07-26, by reimar
-
Use GetTimerMS() instead of time() with srand.2008-07-26, by reimar
-
Do not include sys/socket.h when using winsock2, it is pointless2008-07-26, by reimar
-
Revert to previous dependency checking behavior.2008-07-26, by diego
-
Remove AltiVec vector declaration compiler compatibility macros.2008-07-26, by diego
-
compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV() macro2008-07-25, by gpoirier
-
add list of supported vo's to -xineramascreen2008-07-25, by compn
-
Add some more information about FTP mirror setup.2008-07-24, by diego
-
Fix mailinglist vs. mailing list typo.2008-07-24, by diego
-
cosmetics: Fix indentation after last commit.2008-07-24, by diego
-
Remove AltiVec vector declaration compiler compatibility macros.2008-07-24, by diego
-
Fix configure hanging forever in iconv check using --charset=noconv2008-07-24, by reimar
-
Remove outdated "X11 only" from xineramascreen option and try to make clearer2008-07-24, by reimar
-
sync w/r273372008-07-23, by gpoirier
-
sync'd with r273372008-07-23, by ptt
-
Add Dirac video support via libdirac and libschroedinger in libavcodec.2008-07-22, by diego
-
Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.2008-07-22, by reimar
-
No idea which vos support -noborder how well, though those based on2008-07-22, by reimar
-
Support -noborder with X11-based vos2008-07-22, by reimar
-
Make vo_x11_fullscreen not break vo_border (proper support still needs vo changes)2008-07-22, by reimar
-
-border/-noborder are supported by gl/gl2, too, but only on Windows.2008-07-22, by reimar
-
Add instructions how to test the DNS round-robin virtual host, add a2008-07-22, by diego
-
fix memleak2008-07-21, by michael
-
Cleanup, use av_freep() instead of av_free(x); x=NULL2008-07-21, by michael
-
Remove "en" from list of all man page languages when generating man page2008-07-19, by diego
-
docs build fix2008-07-19, by henry
-
Only build the documentation in the languages requested from configure.2008-07-19, by diego
-
synced with r273262008-07-18, by Gabrov
-
added missing revisions (26762 & 26795)2008-07-18, by ptt
-
restored file encoding tu utf8 and corrected wrong chars, hoping it's ok now2008-07-18, by ptt
-
Remove unnecessary and troublesome inline2008-07-18, by zuxy
-
Make C code in yuv2yuv1() do accurate rounding, this could be split2008-07-18, by michael
-
indent2008-07-17, by michael
-
Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.2008-07-17, by michael
-
simplify yuv2yuv1()2008-07-17, by michael
-
Fix typo in msg_lang variable name that prevented the correct message2008-07-17, by diego
-
10l forgot SWS_BILINEAR2008-07-17, by michael
-
Ensure that exactly one scaler algo is used.2008-07-17, by michael
-
File was missing its dedicated header inclusion.2008-07-17, by ben
-
Maemo platform runs on Nokia N8x0 series too.2008-07-17, by ben
-
Avoid including avcodec.h in demuxer.h (and thus many other files) just to get2008-07-17, by reimar
-
Our ALSA code needs alloca, so check for it in configure and include alloca.h2008-07-17, by reimar
-
cosmetics: Indent language handling after last commit.2008-07-17, by diego
-
Rewrite translation handling in the build system.2008-07-17, by diego
-
Simplify summary output, add an extra empty line to it.2008-07-17, by diego
-
Remove note about localization from configure output.2008-07-17, by diego
-
cosmetics: Rename _doc_lang variable to doc_lang.2008-07-17, by diego
-
Evaluate man page installation rule for all available languages,2008-07-17, by diego
-
Force gcc to emit function body under -gnu992008-07-17, by zuxy
-
limits.h is required for UINT_MAX2008-07-16, by reimar
-
And a 1000l for r27263, swapped a condition, thus setting size to2008-07-16, by reimar
-
100l, fix calloc being called with the wrong argument due to reordering2008-07-16, by reimar
-
Make sure demuxed ASF packet is properly padded after descrambling2008-07-16, by reimar
-
Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h2008-07-16, by reimar
-
Add variables for all available man page and documentation languages.2008-07-16, by diego
-
Do not just print a warning, also fix the len in ASF demuxer!2008-07-16, by reimar
-
Remove redundant check in message language test.2008-07-16, by diego
-
Move the "all" option to the front of the list of available languages in2008-07-16, by diego
-
cosmetics: Rename LANGUAGES variable to msg_langs.2008-07-16, by diego
-
Replace output redirection with grep by POSIX standard options.2008-07-16, by diego
-
Replace simple sed invocation by even simpler tr invocation.2008-07-16, by diego
-
Merge two consecutive sed calls into one.2008-07-16, by diego
-
Add IDs to some XML elements to avoid warnings.2008-07-15, by diego
-
Make af_hrtf tables static const2008-07-15, by reimar
-
Add const to libaf/filter.c functions.2008-07-15, by reimar
-
ALSA stupidly tries to define struct timeval and struct timespec, which2008-07-15, by reimar
-
Fix dlopen(), dlclose() dlsym() calls in configure test.2008-07-15, by diego
-
Fix tgetent call in termcap configure test.2008-07-15, by diego
-
Add two more missing headers to configure checks.2008-07-15, by diego
-
Add missing return statements to configure tests.2008-07-15, by diego
-
Add missing headers to configure checks.2008-07-15, by diego
-
Remove -std=gnu99/gnu89/default dialect linux define, as it violates the2008-07-15, by michael
-
Try to keep decoded audio buffer aligned.2008-07-14, by reimar
-
Change a broken check. FFMAX does not work as intended because trak->chunkmap[i].first2008-07-14, by reimar
-
Cosmetics: reindent.2008-07-13, by astrange
-
Remove const vector casts from Altivec.2008-07-13, by astrange
-
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's2008-07-13, by reimar
-
Add support for FFmpeg's ADPCM codecs and make them the default2008-07-13, by reimar
-
100l, do not use macros on functions that are not idempotent2008-07-13, by reimar
-
Do not set _dvdreadconfig unconditionally.2008-07-13, by rathann
-
cosmetics: main (void) --> main(void)2008-07-13, by diego
-
main(void) --> int main(void) in .align test2008-07-13, by diego
-
Use correct header in libamr narrowband test.2008-07-13, by diego
-
Simplify and clamp coefficient index for MS ADPCM2008-07-12, by reimar
-
Dependency files should be refreshed when object files are rebuilt.2008-07-12, by diego
-
in dvd streams the title part ranges from 1 to 992008-07-12, by nicodvb
-
Reindent after last commit2008-07-11, by reimar
-
Check size of tkdata before using it in mov demuxer.2008-07-11, by reimar
-
Add atom_len sanity check to mov demuxer.2008-07-11, by reimar
-
Quick hack to fix demux_mov crashes where easily possible.2008-07-11, by reimar
-
Make really sure channels can only be 1 or 2 for imaadpcm2008-07-11, by reimar
-
Simplify imaadpcm return statement2008-07-11, by reimar
-
Check length of input buffer for msadpcm2008-07-11, by reimar
-
Add a comment on shift vs. division2008-07-11, by reimar
-
Scale msadpcm coefficients to fit into 8 bits2008-07-11, by reimar
-
Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read and2008-07-11, by reimar
-
Copy macro simplification from imaadpcm to msadpcm2008-07-11, by reimar
-
Remove useless comments from ad_msadpcm2008-07-11, by reimar
-
Make msadpcm arrays const2008-07-11, by reimar
-
Remove unused macros2008-07-11, by reimar
-
Explicitly include inttypes.h in ad_imaadpcm2008-07-11, by reimar
-
1000l, fix demux_lavf compilation2008-07-11, by reimar
-
Correct stream-seekability tests in demux_audio and demux_lavf2008-07-11, by reimar
-
Only read wav header cbSize when there is enough space in header.2008-07-10, by reimar
-
100l, assignment introduced in r27246 was exactly the wrong way around.2008-07-10, by reimar
-
Cosmetics: reindent2008-07-10, by reimar
-
Clean up reading of wav extradata.2008-07-10, by reimar
-
100l, avoption splitted code added, I should double check with svn status...2008-07-10, by lu_zero
-
Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini2008-07-09, by lu_zero
-
Fix stupid and almost pointless check-after-read code in asfheader.c.2008-07-09, by reimar
-
Fix \fn without an argument consuming the next '\'.2008-07-09, by eugeni
-
sync w/r272362008-07-09, by gpoirier
-
Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines to2008-07-08, by diego
-
Mark function not used outside of the file as static.2008-07-08, by diego
-
Remove declaration of extern inline function that is used nowhere from header2008-07-08, by diego
-
synced with r272362008-07-08, by ptt
-
another alphabetical order correction2008-07-08, by ptt
-
moved o option beetwen m* and p*2008-07-08, by ptt
-
Add missing #include <sys/socket.h>, fixes the warnings:2008-07-08, by diego
-
Use correct PRIu64 length modifier for uint64_t value, fixes the warning:2008-07-08, by diego
-
Add support for MLP audio through FFmpeg.2008-07-07, by diego
-
Run bash-specific shell scripts with bash, not sh.2008-07-07, by diego
-
Give all shell scripts a .sh suffix for consistency.2008-07-07, by diego
-
Replace bash-specific [[]] construct by a proper [] test.2008-07-07, by diego
-
Replace == in []/test constructs with =, == is a bashism.2008-07-07, by diego
-
Remove unnecessary function keyword from shell script function declarations,2008-07-07, by diego
-
avoid unnecessary strdup(); patch by Aurel2008-07-06, by nicodvb
-
Update homepage and license info for NuppelVideo.2008-07-06, by diego
-
Add standard license header for NuppelVideo, i.e. GPL v2+.2008-07-06, by diego
-
Introduce DRIVER_OBJS variable for list of all driver targets.2008-07-06, by diego
-
Simplify codecs.conf.h generation rule.2008-07-06, by diego
-
Merge version.h dependency declarations.2008-07-06, by diego
-
Remove redundant dependencies for .rc files.2008-07-06, by diego
-
Add a generic rule for .rc files and use it.2008-07-06, by diego
-
cosmetics: Merge three lines into two.2008-07-06, by diego
-
Also remove dhahelper and dhahelperwin on distclean.2008-07-06, by diego
-
One more hack for PBOs on ATI cards.2008-07-06, by reimar
-
Move at-hack code a bit up for further changes2008-07-06, by reimar
-
Remove ASSERT() macro. SoC Patch from Keiji Costantini2008-07-06, by lu_zero
-
Reindent. SoC Patch from Keiji Costantini2008-07-06, by lu_zero
-
Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini2008-07-06, by lu_zero
-
Surround stream cache specific code by an appropriate #ifdef; fixes linking2008-07-05, by diego
-
Sync with r27208.2008-07-05, by diego
-
Add some more -identify information for CDDB.2008-07-05, by diego
-
Add disc ID to -identify output.2008-07-05, by diego
-
Rename ALLPARTSLIBS variable to FFMPEGLIBS.2008-07-05, by diego
-
Group some variable declarations together in sensible places.2008-07-05, by diego
-
Declare FFmpeg dependencies in a more elegant way using the PARTS variable.2008-07-05, by diego
-
r27182: apply parameter name change of no-correct-pts from r26842 to man page2008-07-04, by kraymer
-
100l: finally understood ATI PBO problem: width must be a power of two.2008-07-04, by reimar
-
More stride alignment is needed to work reliably on ATI cards :-(2008-07-04, by reimar
-
Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere.2008-07-04, by diego
-
cosmetics: in ifo_stream_oped() aligned the prototype to the style2008-07-04, by nicodvb
-
added support for the device part in the url; patch by2008-07-04, by nicodvb
-
Check stdata_len before accessing stdata. Fixes bug #11252008-07-04, by reimar
-
Simplify tool generation rules with a pattern rule.2008-07-04, by diego
-
Only build loader tests on x86.2008-07-04, by diego
-
Fix liba52/test linking, it needs -lm.2008-07-04, by diego
-
spelling/grammar/wording overhaul2008-07-04, by diego
-
Put common dependencies of mp3lib/test + mp3lib/test2 on a common line.2008-07-04, by diego
-
whitespace cosmetics2008-07-04, by diego
-
Place license header at the top of the file for consistency.2008-07-04, by diego
-
Declare common netstream + vivodump dependencies in the common place.2008-07-04, by diego
-
Remove unused variable.2008-07-02, by diego
-
sync w/r271822008-07-01, by gpoirier
-
Fix FFmpeg subdirectory dependencies: The FFmpeg libraries depend on each2008-07-01, by diego
-
apply parameter name change of no-correct-pts from r26842 to man page2008-07-01, by kraymer
-
sync w/r27179 + misc fixes of untranslated chunks2008-06-30, by gpoirier
-
r26502: Document rgbtest arguments2008-06-30, by kraymer
-
remove two trailing whitespaces2008-06-30, by kraymer
-
r25756: Document vo gl lscale=32008-06-30, by kraymer
-
r25385: Add new audio filter for encoding multi-channel audio into ac3 at runtime.2008-06-30, by kraymer
-
r25179: Add missing forced linebreak, slight wording improvement.2008-06-30, by kraymer
-
consistency fix: capitalize Windows Media Player, and add <application> tag around it.2008-06-30, by gpoirier
-
misc fixes, patch by Cédric Viou2008-06-30, by gpoirier
-
sync w/r27132, patch by JRaSH2008-06-30, by gpoirier
-
sync w/r271692008-06-30, by gpoirier
-
Try to get frame rate information through VIDIOC_G_PARM if2008-06-30, by voroshil
-
Fix division by zero in tvi_v4l2 which occures when capture device2008-06-30, by voroshil
-
add missing escapes and full stops for scaletempo filter2008-06-30, by kraymer
-
r24808: Add a space behind openal to get minimum length of 72008-06-30, by kraymer
-
r24772: DirectShow based tv:// driver for win322008-06-30, by kraymer
-
r24727: H.264 content can also be decoded with multiple threads2008-06-30, by kraymer
-
version bump to 247192008-06-30, by kraymer
-
r27123: Add verbose messages about trying and searching for audio output drivers.2008-06-30, by kraymer
-
r27067: Remove pointless #ifdef.2008-06-30, by kraymer
-
r27066: update comments, whitespace cosmetics2008-06-30, by kraymer
-
r27065: whitespace consistency cosmetics2008-06-30, by kraymer
-
r26863: make use of the new MGA_VID_VERSION ioctl to check2008-06-30, by kraymer
-
r25605: properties to get and set angle2008-06-30, by kraymer
-
r24924: Add audio filter scaletempo2008-06-30, by kraymer
-
r24790: Disable channel scanner when no tuner is present.2008-06-29, by kraymer
-
remove trailing whitespaces2008-06-29, by kraymer
-
Replace asserts by proper conditions to allow playback of some broken but2008-06-29, by reimar
-
Half size for adpcm_index2008-06-29, by reimar
-
Simplify predictor updates2008-06-29, by reimar
-
Get rid of 16-bit sign extension macro2008-06-29, by reimar
-
Simplify some imaadpcm macros2008-06-29, by reimar