log

age author description
2009-04-20 diego whitespace cosmetics
2009-04-20 diego Use temporary variables to add objects that depend on more than one
2009-04-20 diego Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.
2009-04-20 diego Only add existing files to the FFMPEGFILES variable.
2009-04-20 diego Use ADDSUFFIXES function to simplify version.h dependency declaration.
2009-04-20 diego Introduce ADDSUFFIXES function and use it to simplify the
2009-04-20 diego cosmetics: Move ADD_ALL_* functions to a more sensible place.
2009-04-20 diego Add HAVE_LDBRX to config.h for FFmpeg.
2009-04-20 diego Add check for XFORM ASM, needed by FFmpeg/PPC.
2009-04-19 diego cosmetics: reindent
2009-04-19 diego whitespace cosmetics
2009-04-19 diego cosmetics: Rename PARTS variable to FFMPEGPARTS.
2009-04-19 diego Introduce ADD_ALL_DIRS function to factorize clean and distclean target commands
2009-04-19 diego Convert another forgotten ADD_ALL_EXESUFS call.
2009-04-19 diego Extend ADD_ALL_EXESUFS to work with a list of files instead of a single one.
2009-04-19 diego Remove duplicate entry from DIRS.
2009-04-19 diego Add files in all library subdirectories to FFMPEGFILES variable, not
2009-04-19 diego Remove pointless #ifdef around internal #include.
2009-04-18 michael Remove 2 useless += at the end of rgb16to15(), found by CSA.
2009-04-18 stefano Rename swscale_avoption.c to options.c.
2009-04-18 stefano Make sws_setColorspaceDetails() return -1 if the destination format is
2009-04-18 stefano Move sws_[gs]etColorspaceDetails() documentation from swscale.c to
2009-04-16 diego Rely on POSIX-compatible head/tail versions that understand the -n option.
2009-04-15 diego Replace all `` by $(), it is more readable and easier to nest.
2009-04-15 diego Simplify OS detection functions.
2009-04-15 reimar libavformat is now the default for mov, update extension.c to match this.
2009-04-14 diego whitespace cosmetics: Break some overly long lines.
2009-04-14 sdrik Do not use abgrToA for both luma and alpha channel in hyscale.
2009-04-13 rik follow renaming of pbBufPtr() to put_bits_ptr() by stefano
2009-04-13 gpoirier fix a memory leak leading to ~80 bytes being leaked at each call to flip_page.
2009-04-13 diego Sync with latest FFmpeg changes.
2009-04-12 diego Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.
2009-04-12 diego whitespace cosmetics: Reindent a few lines and break a few excessively long lines.
2009-04-12 diego Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,
2009-04-12 diego Reduce subtitle parsing verbosity.
2009-04-12 diego Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.
2009-04-11 diego Reemit the ID_AID_x_LANG for the track. This allows the identification of the
2009-04-10 diego Move all CFLAGS checks together at the beginning of configure.
2009-04-10 diego Move thread-related CFLAGS settings into pthread test.
2009-04-10 diego some updates about translation maintenance
2009-04-10 reimar Simplify: use av_fifo_space
2009-04-10 diego Remove unnecessary Darwin default CFLAGS and LDFLAGS.
2009-04-10 diego Move darwin CFLAG settings to darwin section at the beginning of configure.
2009-04-10 diego Move amigaos CFLAG settings to amigaos section at the beginning of configure.
2009-04-10 diego gcc <3.1 is unsupported on Darwin, no need to check for this.
2009-04-10 reimar Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.
2009-04-09 reimar Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed.
2009-04-09 reimar Split oversized of "argument" onto a separate line.
2009-04-09 reimar Also lock the mainloop when doing adjusting the volume for PulseAudio.
2009-04-09 reimar Make sure waitop always unlocks the mainloop even if the operation could not
2009-04-09 reimar Add a -indentify message that indicates if the current DVDNAV title is
2009-04-09 diego Change type of first argument of the print_int_array function from int to
2009-04-08 ramiro Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
2009-04-08 diego Specify precise dependencies for generated header file codecs.conf.h.
2009-04-08 cehoyos Reduce compilation time after version.h was updated.
2009-04-08 diego Fix wrong syntax in test example, noticed by Jason Holt, jholt google com.
2009-04-06 diego Add rules to install gmplayer manual pages.
2009-04-05 ramiro swscale: Remove X86 commented out code.
2009-04-05 Gabrov synced with r29147
2009-04-05 Gabrov eliminate a trailing whitespace
2009-04-05 jrash sync with en/mplayer.1 r29133
2009-04-04 ramiro swscale: Use function pointers for swScale functions.
2009-04-04 ramiro swscale: {}-related cosmetics.
2009-04-04 ramiro swscale: Add const to some swScale functions' parameters.