aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Use ADDSUFFIXES function to simplify version.h dependency declaration.Gravatar diego2009-04-20
* Introduce ADDSUFFIXES function and use it to simplify theGravatar diego2009-04-20
* cosmetics: Move ADD_ALL_* functions to a more sensible place.Gravatar diego2009-04-20
* Add HAVE_LDBRX to config.h for FFmpeg.Gravatar diego2009-04-20
* Add check for XFORM ASM, needed by FFmpeg/PPC.Gravatar diego2009-04-20
* cosmetics: reindentGravatar diego2009-04-19
* whitespace cosmeticsGravatar diego2009-04-19
* cosmetics: Rename PARTS variable to FFMPEGPARTS.Gravatar diego2009-04-19
* Introduce ADD_ALL_DIRS function to factorize clean and distclean target commandsGravatar diego2009-04-19
* Convert another forgotten ADD_ALL_EXESUFS call.Gravatar diego2009-04-19
* Extend ADD_ALL_EXESUFS to work with a list of files instead of a single one.Gravatar diego2009-04-19
* Remove duplicate entry from DIRS.Gravatar diego2009-04-19
* Add files in all library subdirectories to FFMPEGFILES variable, notGravatar diego2009-04-19
* Remove pointless #ifdef around internal #include.Gravatar diego2009-04-19
* Remove 2 useless += at the end of rgb16to15(), found by CSA.Gravatar michael2009-04-18
* Rename swscale_avoption.c to options.c.Gravatar stefano2009-04-18
* Make sws_setColorspaceDetails() return -1 if the destination format isGravatar stefano2009-04-18
* Move sws_[gs]etColorspaceDetails() documentation from swscale.c toGravatar stefano2009-04-18
* Rely on POSIX-compatible head/tail versions that understand the -n option.Gravatar diego2009-04-16
* Replace all `` by $(), it is more readable and easier to nest.Gravatar diego2009-04-15
* Simplify OS detection functions.Gravatar diego2009-04-15
* libavformat is now the default for mov, update extension.c to match this.Gravatar reimar2009-04-15
* whitespace cosmetics: Break some overly long lines.Gravatar diego2009-04-14
* Do not use abgrToA for both luma and alpha channel in hyscale.Gravatar sdrik2009-04-14
* follow renaming of pbBufPtr() to put_bits_ptr() by stefanoGravatar rik2009-04-13
* fix a memory leak leading to ~80 bytes being leaked at each call to flip_page.Gravatar gpoirier2009-04-13
* Sync with latest FFmpeg changes.Gravatar diego2009-04-13
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Gravatar diego2009-04-12
* whitespace cosmetics: Reindent a few lines and break a few excessively long l...Gravatar diego2009-04-12
* Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,Gravatar diego2009-04-12
* Reduce subtitle parsing verbosity.Gravatar diego2009-04-12
* Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.Gravatar diego2009-04-12
* Reemit the ID_AID_x_LANG for the track. This allows the identification of theGravatar diego2009-04-11
* Move all CFLAGS checks together at the beginning of configure.Gravatar diego2009-04-10
* Move thread-related CFLAGS settings into pthread test.Gravatar diego2009-04-10
* some updates about translation maintenanceGravatar diego2009-04-10
* Simplify: use av_fifo_spaceGravatar reimar2009-04-10
* Remove unnecessary Darwin default CFLAGS and LDFLAGS.Gravatar diego2009-04-10
* Move darwin CFLAG settings to darwin section at the beginning of configure.Gravatar diego2009-04-10
* Move amigaos CFLAG settings to amigaos section at the beginning of configure.Gravatar diego2009-04-10
* gcc <3.1 is unsupported on Darwin, no need to check for this.Gravatar diego2009-04-10
* Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.Gravatar reimar2009-04-10
* Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed.Gravatar reimar2009-04-09
* Split oversized of "argument" onto a separate line.Gravatar reimar2009-04-09
* Also lock the mainloop when doing adjusting the volume for PulseAudio.Gravatar reimar2009-04-09
* Make sure waitop always unlocks the mainloop even if the operation could notGravatar reimar2009-04-09
* Add a -indentify message that indicates if the current DVDNAV title isGravatar reimar2009-04-09
* Change type of first argument of the print_int_array function from int toGravatar diego2009-04-09
* Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Gravatar ramiro2009-04-08
* Specify precise dependencies for generated header file codecs.conf.h.Gravatar diego2009-04-08