Thu, 23 Oct 2008 09:53:08 +0000 |
diego |
Add ARM pld instruction test for FFmpeg ARM optimizations.
|
Wed, 22 Oct 2008 23:39:39 +0000 |
diego |
IWMMXT optimizations were removed from our internal libmpeg2 copy, so now
|
Wed, 22 Oct 2008 17:34:39 +0000 |
diego |
Try to improve binary codec pack installation instructions.
|
Wed, 22 Oct 2008 16:08:26 +0000 |
attila |
increase the max RTP packet size to 5MB as modern Elphel
|
Tue, 21 Oct 2008 07:02:25 +0000 |
diego |
Determine default CD/DVD device in configure instead of using an #ifdef jungle.
|
Mon, 20 Oct 2008 18:08:10 +0000 |
reimar |
Make cpuinfo.c compile under MinGW64
|
Mon, 20 Oct 2008 09:55:38 +0000 |
diego |
Replace typeof by __typeof__, the former is a non-portable GNU extension.
|
Sun, 19 Oct 2008 20:02:21 +0000 |
diego |
Translate a Hungarian comment, thanks to Denes Balatoni.
|
Sun, 19 Oct 2008 18:56:35 +0000 |
conrad |
Convert typeof keyword into __typeof__
|
Sun, 19 Oct 2008 18:05:45 +0000 |
reimar |
Avoid CreateThread and especially TerminateThread since they cause a memleak.
|
Sun, 19 Oct 2008 17:28:23 +0000 |
reimar |
Remove useless casts.
|
Sun, 19 Oct 2008 11:47:46 +0000 |
diego |
Improve error message when screen width and height are not set.
|
Sun, 19 Oct 2008 11:27:10 +0000 |
diego |
Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.
|
Sat, 18 Oct 2008 21:11:44 +0000 |
gpoirier |
improve documentation of latest x264's options
|
Sat, 18 Oct 2008 18:54:05 +0000 |
reimar |
Use av_malloc/av_free for audio-related buffers to avoid crashes due to
|
Sat, 18 Oct 2008 16:07:47 +0000 |
ranma |
pci.c includes dha.h, remove redundant MAX_* defines
|
Sat, 18 Oct 2008 16:07:18 +0000 |
ranma |
MAX_PCI_DEVICES 64 is not enough on my system (even though lspci only shows 25 devices), upped to 256
|
Fri, 17 Oct 2008 10:01:44 +0000 |
faust3 |
fixed image format detection for 15 bit color depths
|
Thu, 16 Oct 2008 20:44:05 +0000 |
diego |
cosmetics: Reorganize config.h. Remove pointless comments, group together
|
Thu, 16 Oct 2008 20:40:34 +0000 |
diego |
typo: _dev_dvd_openbsd --> _def_dvd_openbsd
|
Thu, 16 Oct 2008 20:25:41 +0000 |
diego |
Create LIBDIR for binary codecs upon make install.
|
Thu, 16 Oct 2008 20:23:22 +0000 |
diego |
Move dcbzl definition to the FFmpeg section of config.h where it belongs.
|
Thu, 16 Oct 2008 20:17:56 +0000 |
diego |
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
|
Thu, 16 Oct 2008 19:24:21 +0000 |
diego |
Revert declaring ThreadProc as void, it breaks the WINAPI.
|
Thu, 16 Oct 2008 19:12:57 +0000 |
diego |
Add -nomsgcolor option to match -msgcolor, patch by swell.k gmail com.
|
Thu, 16 Oct 2008 18:59:27 +0000 |
diego |
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
|
Thu, 16 Oct 2008 18:28:38 +0000 |
diego |
Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.
|
Thu, 16 Oct 2008 18:26:01 +0000 |
diego |
Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.
|
Thu, 16 Oct 2008 18:24:18 +0000 |
diego |
Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.
|
Thu, 16 Oct 2008 18:19:36 +0000 |
diego |
Move X11_FULLSCREEN definition to x11_common.h where it belongs.
|
Thu, 16 Oct 2008 18:14:35 +0000 |
diego |
cosmetics: Merge some preprocessor checks.
|
Thu, 16 Oct 2008 18:13:26 +0000 |
faust3 |
fixed overlay x and y calculation
|
Thu, 16 Oct 2008 18:13:06 +0000 |
diego |
Move attribute_used declaration from config.h to mangle.h where it is useful.
|
Thu, 16 Oct 2008 18:08:18 +0000 |
diego |
Remove pointless attribute_used from variable declaration.
|
Thu, 16 Oct 2008 17:01:40 +0000 |
diego |
Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it
|
Thu, 16 Oct 2008 13:34:30 +0000 |
flameeyes |
Convert asm keyword into __asm__.
|
Thu, 16 Oct 2008 13:33:29 +0000 |
diego |
sun --> __sun in config.h preprocessor check
|
Tue, 14 Oct 2008 23:20:10 +0000 |
diego |
misc updates for the Xvid, x264 and AAC sections
|
Tue, 14 Oct 2008 23:15:10 +0000 |
diego |
cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.
|
Tue, 14 Oct 2008 23:00:04 +0000 |
diego |
cosmetics: Consistently name all header #define variables.
|
Tue, 14 Oct 2008 22:28:52 +0000 |
diego |
Remove some pointless and/or outdated codec documentation sections.
|
Tue, 14 Oct 2008 22:28:19 +0000 |
faust3 |
Honour differences between src and dst stride for packed yuv
|
Tue, 14 Oct 2008 21:41:25 +0000 |
diego |
Remove section about containers. Its contents are non-informative, redundant,
|
Tue, 14 Oct 2008 21:15:59 +0000 |
diego |
Update VIDIX vs. svgalib documentation.
|
Tue, 14 Oct 2008 16:04:09 +0000 |
diego |
#include necessary libavcodec header and remove duplicated struct declaration.
|
Tue, 14 Oct 2008 09:31:19 +0000 |
gpoirier |
update x264's section with r999 of x264
|
Tue, 14 Oct 2008 09:04:40 +0000 |
diego |
Remove useless '#undef realloc', realloc is not referenced anywhere near.
|
Tue, 14 Oct 2008 08:56:48 +0000 |
diego |
Remove duplicate extern declaration, fixes the warning:
|
Mon, 13 Oct 2008 23:10:42 +0000 |
diego |
Remove unused variable ncomps.
|
Mon, 13 Oct 2008 22:32:20 +0000 |
ods15 |
Fix double free in demux_nut, patch by Onur K¸«ä¸«®¸«äk.
|
Mon, 13 Oct 2008 22:25:35 +0000 |
diego |
Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.
|
Mon, 13 Oct 2008 16:26:05 +0000 |
diego |
Remove global definition of WIN32 in config.h for Cygwin.
|
Mon, 13 Oct 2008 16:23:55 +0000 |
diego |
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
|
Mon, 13 Oct 2008 16:06:15 +0000 |
diego |
Remove pointless #ifdef around the whole file, it is just a complicated #if 1.
|
Mon, 13 Oct 2008 15:51:29 +0000 |
diego |
Declare ThreadProc as void, it does not return anything, fixes the warning:
|
Mon, 13 Oct 2008 15:25:34 +0000 |
diego |
Remove unused function, fixes the warning:
|