Mercurial > mplayer.hg
graph
-
Fix a signedness issue that caused a warning to be wrongfully printed at runtime.2009-04-21, by gpoirier
-
Planar 16bit 420 422 444 YUV support (output is only supported in some2009-04-21, by michael
-
Merge gray->gray converters into planarCopy(), this should also make planarCopy()2009-04-21, by michael
-
Add macro to check for 16bit per sample.2009-04-21, by michael
-
Make sure src/dst are NULL when they arent used, some code uses this to2009-04-21, by michael
-
Use generic BE check instead of checking for gray16LE.2009-04-20, by michael
-
add isBE()2009-04-20, by michael
-
Unify error message output and update error messages.2009-04-20, by diego
-
small typo fixes2009-04-20, by diego
-
Remove reference to outdated documentation file.2009-04-20, by diego
-
Move non-conditional SRCS lists below the conditional parts. This allows2009-04-20, by diego
-
whitespace cosmetics2009-04-20, by diego
-
Use temporary variables to add objects that depend on more than one2009-04-20, by diego
-
Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.2009-04-20, by diego
-
Only add existing files to the FFMPEGFILES variable.2009-04-20, by diego
-
Use ADDSUFFIXES function to simplify version.h dependency declaration.2009-04-20, by diego
-
Introduce ADDSUFFIXES function and use it to simplify the2009-04-20, by diego
-
cosmetics: Move ADD_ALL_* functions to a more sensible place.2009-04-20, by diego
-
Add HAVE_LDBRX to config.h for FFmpeg.2009-04-20, by diego
-
Add check for XFORM ASM, needed by FFmpeg/PPC.2009-04-20, by diego
-
cosmetics: reindent2009-04-19, by diego
-
whitespace cosmetics2009-04-19, by diego
-
cosmetics: Rename PARTS variable to FFMPEGPARTS.2009-04-19, by diego
-
Introduce ADD_ALL_DIRS function to factorize clean and distclean target commands2009-04-19, by diego
-
Convert another forgotten ADD_ALL_EXESUFS call.2009-04-19, by diego
-
Extend ADD_ALL_EXESUFS to work with a list of files instead of a single one.2009-04-19, by diego
-
Remove duplicate entry from DIRS.2009-04-19, by diego
-
Add files in all library subdirectories to FFMPEGFILES variable, not2009-04-19, by diego
-
Remove pointless #ifdef around internal #include.2009-04-19, by diego
-
Remove 2 useless += at the end of rgb16to15(), found by CSA.2009-04-18, by michael
-
Rename swscale_avoption.c to options.c.2009-04-18, by stefano
-
Make sws_setColorspaceDetails() return -1 if the destination format is2009-04-18, by stefano
-
Move sws_[gs]etColorspaceDetails() documentation from swscale.c to2009-04-18, by stefano
-
Rely on POSIX-compatible head/tail versions that understand the -n option.2009-04-16, by diego
-
Replace all `` by $(), it is more readable and easier to nest.2009-04-15, by diego
-
Simplify OS detection functions.2009-04-15, by diego
-
libavformat is now the default for mov, update extension.c to match this.2009-04-15, by reimar
-
whitespace cosmetics: Break some overly long lines.2009-04-14, by diego
-
Do not use abgrToA for both luma and alpha channel in hyscale.2009-04-14, by sdrik
-
follow renaming of pbBufPtr() to put_bits_ptr() by stefano2009-04-13, by rik
-
fix a memory leak leading to ~80 bytes being leaked at each call to flip_page.2009-04-13, by gpoirier
-
Sync with latest FFmpeg changes.2009-04-13, by diego
-
Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.2009-04-12, by diego
-
whitespace cosmetics: Reindent a few lines and break a few excessively long lines.2009-04-12, by diego
-
Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,2009-04-12, by diego
-
Reduce subtitle parsing verbosity.2009-04-12, by diego
-
Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.2009-04-12, by diego
-
Reemit the ID_AID_x_LANG for the track. This allows the identification of the2009-04-11, by diego
-
Move all CFLAGS checks together at the beginning of configure.2009-04-10, by diego
-
Move thread-related CFLAGS settings into pthread test.2009-04-10, by diego
-
some updates about translation maintenance2009-04-10, by diego
-
Simplify: use av_fifo_space2009-04-10, by reimar
-
Remove unnecessary Darwin default CFLAGS and LDFLAGS.2009-04-10, by diego
-
Move darwin CFLAG settings to darwin section at the beginning of configure.2009-04-10, by diego
-
Move amigaos CFLAG settings to amigaos section at the beginning of configure.2009-04-10, by diego
-
gcc <3.1 is unsupported on Darwin, no need to check for this.2009-04-10, by diego
-
Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.2009-04-10, by reimar
-
Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed.2009-04-09, by reimar
-
Split oversized of "argument" onto a separate line.2009-04-09, by reimar
-
Also lock the mainloop when doing adjusting the volume for PulseAudio.2009-04-09, by reimar
-
Make sure waitop always unlocks the mainloop even if the operation could not2009-04-09, by reimar
-
Add a -indentify message that indicates if the current DVDNAV title is2009-04-09, by reimar
-
Change type of first argument of the print_int_array function from int to2009-04-09, by diego
-
Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.2009-04-08, by ramiro
-
Specify precise dependencies for generated header file codecs.conf.h.2009-04-08, by diego
-
Reduce compilation time after version.h was updated.2009-04-08, by cehoyos
-
Fix wrong syntax in test example, noticed by Jason Holt, jholt google com.2009-04-08, by diego
-
Add rules to install gmplayer manual pages.2009-04-06, by diego
-
swscale: Remove X86 commented out code.2009-04-05, by ramiro
-
synced with r291472009-04-05, by Gabrov
-
eliminate a trailing whitespace2009-04-05, by Gabrov
-
sync with en/mplayer.1 r291332009-04-05, by jrash
-
swscale: Use function pointers for swScale functions.2009-04-04, by ramiro
-
swscale: {}-related cosmetics.2009-04-04, by ramiro
-
swscale: Add const to some swScale functions' parameters.2009-04-04, by ramiro
-
remove startup -volume wish, option was added a while ago2009-04-04, by compn
-
add tivo (ty) and rm (rmvb) to file chooser, fixes bug 6632009-04-04, by compn
-
Avoid spurious rebuilds on svn up. The check to find out if the header file2009-04-04, by cehoyos
-
Fix passing CFLAGS and LDFLAGS with = in them as configure parameters.2009-04-04, by diego
-
make = and + both adjust audio delay, useful for keyboards without keypads2009-04-04, by compn
-
add fourccs: dvp and dvs1, from vlc dv video fourcc list2009-04-03, by compn
-
Fix compilation for newly added VAAPI_HWACCEL's.2009-04-03, by cehoyos
-
Use native endian float filter provided by libbs2b instead of2009-04-02, by bircoph
-
Add documentation for libbs2b audio filter.2009-04-02, by bircoph
-
Add libbs2b audio filter itself.2009-04-02, by bircoph
-
Support for libbs2b audio filter.2009-04-02, by bircoph
-
Fix compilation with libavcodec's HWACCEL.2009-04-02, by cehoyos
-
swscale: Remove mmx2 params from h[yc]scale().2009-04-02, by ramiro
-
swscale: Split h[yc]scale_fast() into their own functions.2009-04-02, by ramiro
-
swscale: Execute sfence and emms depending on runtime flags.2009-04-02, by ramiro
-
Remove unnecessary malloc.h #includes and related #ifdeffery.2009-04-02, by diego
-
Add recently added FFmpeg subdirs to DIRS variable.2009-04-02, by diego
-
override codec tag for pcm s32le and s32be, used in mov2009-04-02, by bcoudurier
-
Add config.h #include, necessary for HAVE_MALLOC_H check.2009-04-01, by diego
-
Remove unused variable along with the related warning.2009-04-01, by diego
-
Increase probe buffer size to 32kB, this makes ac3 auto-detection far more reliable.2009-04-01, by reimar