aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\
| * cosmetics: Reorder some FFmpeg-related config.h and config.mak entries.Gravatar diego2008-10-25
| * configure: Set CONFIG_FFT to fix libavcodec compilationGravatar uau2008-10-25
| * vf_palette: Fix compilation after libswscale API changesGravatar uau2008-10-25
| * updated to r27402, jumping over 27072, by now, i'll do soonGravatar ptt2008-10-24
| * Conditionally declare a conditionally used variable, fixes the warning:Gravatar diego2008-10-24
| * 10l: Revert SH4 removal, which is required in FFmpeg.Gravatar diego2008-10-24
| * Cosmetics: alignmentGravatar vitor2008-10-23
| * Fix broken palette8to*.Gravatar vitor2008-10-23
| * cosmetics: typo fixGravatar diego2008-10-23
| * remove outdated message about outfmt=i420Gravatar compn2008-10-23
| * SH4 is an architecture, not a CPU extension.Gravatar diego2008-10-23
| * Add ARM pld instruction test for FFmpeg ARM optimizations.Gravatar diego2008-10-23
| * IWMMXT optimizations were removed from our internal libmpeg2 copy, so nowGravatar diego2008-10-22
| * Try to improve binary codec pack installation instructions.Gravatar diego2008-10-22
| * increase the max RTP packet size to 5MB as modern ElphelGravatar attila2008-10-22
| * Determine default CD/DVD device in configure instead of using an #ifdef jungle.Gravatar diego2008-10-21
| * Make cpuinfo.c compile under MinGW64Gravatar reimar2008-10-20
| * Replace typeof by __typeof__, the former is a non-portable GNU extension.Gravatar diego2008-10-20
| * Translate a Hungarian comment, thanks to Denes Balatoni.Gravatar diego2008-10-19
| * Convert typeof keyword into __typeof__Gravatar conrad2008-10-19
| * Avoid CreateThread and especially TerminateThread since they cause a memleak.Gravatar reimar2008-10-19
| * Remove useless casts.Gravatar reimar2008-10-19
| * Improve error message when screen width and height are not set.Gravatar diego2008-10-19
| * Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.Gravatar diego2008-10-19
| * improve documentation of latest x264's optionsGravatar gpoirier2008-10-18
| * Use av_malloc/av_free for audio-related buffers to avoid crashes due toGravatar reimar2008-10-18
| * pci.c includes dha.h, remove redundant MAX_* definesGravatar ranma2008-10-18
| * MAX_PCI_DEVICES 64 is not enough on my system (even though lspci only shows 2...Gravatar ranma2008-10-18
| * fixed image format detection for 15 bit color depthsGravatar faust32008-10-17
| * cosmetics: Reorganize config.h. Remove pointless comments, group togetherGravatar diego2008-10-16
| * typo: _dev_dvd_openbsd --> _def_dvd_openbsdGravatar diego2008-10-16
| * Create LIBDIR for binary codecs upon make install.Gravatar diego2008-10-16
| * Move dcbzl definition to the FFmpeg section of config.h where it belongs.Gravatar diego2008-10-16
| * Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
| * Revert declaring ThreadProc as void, it breaks the WINAPI.Gravatar diego2008-10-16
| * Add -nomsgcolor option to match -msgcolor, patch by swell.k gmail com.Gravatar diego2008-10-16
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
| * Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.Gravatar diego2008-10-16
| * Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.Gravatar diego2008-10-16
| * Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.Gravatar diego2008-10-16
| * Move X11_FULLSCREEN definition to x11_common.h where it belongs.Gravatar diego2008-10-16
| * cosmetics: Merge some preprocessor checks.Gravatar diego2008-10-16
| * fixed overlay x and y calculationGravatar faust32008-10-16
| * Move attribute_used declaration from config.h to mangle.h where it is useful.Gravatar diego2008-10-16
| * Remove pointless attribute_used from variable declaration.Gravatar diego2008-10-16
| * Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make itGravatar diego2008-10-16
| * Convert asm keyword into __asm__.Gravatar flameeyes2008-10-16
| * sun --> __sun in config.h preprocessor checkGravatar diego2008-10-16
| * misc updates for the Xvid, x264 and AAC sectionsGravatar diego2008-10-14