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