2008-10-19 |
conrad |
Convert typeof keyword into __typeof__
|
2008-10-19 |
reimar |
Avoid CreateThread and especially TerminateThread since they cause a memleak.
|
2008-10-19 |
reimar |
Remove useless casts.
|
2008-10-19 |
diego |
Improve error message when screen width and height are not set.
|
2008-10-19 |
diego |
Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.
|
2008-10-18 |
gpoirier |
improve documentation of latest x264's options
|
2008-10-18 |
reimar |
Use av_malloc/av_free for audio-related buffers to avoid crashes due to
|
2008-10-18 |
ranma |
pci.c includes dha.h, remove redundant MAX_* defines
|
2008-10-18 |
ranma |
MAX_PCI_DEVICES 64 is not enough on my system (even though lspci only shows 25 devices), upped to 256
|
2008-10-17 |
faust3 |
fixed image format detection for 15 bit color depths
|
2008-10-16 |
diego |
cosmetics: Reorganize config.h. Remove pointless comments, group together
|
2008-10-16 |
diego |
typo: _dev_dvd_openbsd --> _def_dvd_openbsd
|
2008-10-16 |
diego |
Create LIBDIR for binary codecs upon make install.
|
2008-10-16 |
diego |
Move dcbzl definition to the FFmpeg section of config.h where it belongs.
|
2008-10-16 |
diego |
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
|
2008-10-16 |
diego |
Revert declaring ThreadProc as void, it breaks the WINAPI.
|
2008-10-16 |
diego |
Add -nomsgcolor option to match -msgcolor, patch by swell.k gmail com.
|
2008-10-16 |
diego |
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
|
2008-10-16 |
diego |
Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.
|
2008-10-16 |
diego |
Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.
|
2008-10-16 |
diego |
Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.
|
2008-10-16 |
diego |
Move X11_FULLSCREEN definition to x11_common.h where it belongs.
|
2008-10-16 |
diego |
cosmetics: Merge some preprocessor checks.
|
2008-10-16 |
faust3 |
fixed overlay x and y calculation
|
2008-10-16 |
diego |
Move attribute_used declaration from config.h to mangle.h where it is useful.
|
2008-10-16 |
diego |
Remove pointless attribute_used from variable declaration.
|
2008-10-16 |
diego |
Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it
|
2008-10-16 |
flameeyes |
Convert asm keyword into __asm__.
|
2008-10-16 |
diego |
sun --> __sun in config.h preprocessor check
|
2008-10-14 |
diego |
misc updates for the Xvid, x264 and AAC sections
|
2008-10-14 |
diego |
cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.
|
2008-10-14 |
diego |
cosmetics: Consistently name all header #define variables.
|
2008-10-14 |
diego |
Remove some pointless and/or outdated codec documentation sections.
|
2008-10-14 |
faust3 |
Honour differences between src and dst stride for packed yuv
|
2008-10-14 |
diego |
Remove section about containers. Its contents are non-informative, redundant,
|
2008-10-14 |
diego |
Update VIDIX vs. svgalib documentation.
|
2008-10-14 |
diego |
#include necessary libavcodec header and remove duplicated struct declaration.
|
2008-10-14 |
gpoirier |
update x264's section with r999 of x264
|
2008-10-14 |
diego |
Remove useless '#undef realloc', realloc is not referenced anywhere near.
|
2008-10-14 |
diego |
Remove duplicate extern declaration, fixes the warning:
|
2008-10-13 |
diego |
Remove unused variable ncomps.
|
2008-10-13 |
ods15 |
Fix double free in demux_nut, patch by Onur Küçük.
|
2008-10-13 |
diego |
Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.
|
2008-10-13 |
diego |
Remove global definition of WIN32 in config.h for Cygwin.
|
2008-10-13 |
diego |
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
|
2008-10-13 |
diego |
Remove pointless #ifdef around the whole file, it is just a complicated #if 1.
|
2008-10-13 |
diego |
Declare ThreadProc as void, it does not return anything, fixes the warning:
|
2008-10-13 |
diego |
Remove unused function, fixes the warning:
|
2008-10-13 |
diego |
Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin:
|
2008-10-13 |
diego |
Add missing Cygwin header, fixes the warning:
|
2008-10-13 |
diego |
Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes:
|
2008-10-13 |
diego |
Surround conditionally used function with corresponding #ifdef, fixes:
|
2008-10-13 |
diego |
Remove redundant variable declaration, fixes the warning:
|
2008-10-13 |
diego |
Remove check for byteswap.h, it was removed from FFmpeg.
|
2008-10-12 |
diego |
Remove unused variables.
|
2008-10-12 |
diego |
Remove redundant declaration of proc_priority.
|
2008-10-12 |
diego |
Filter out .hh and .h files in the C++ dependency generation command.
|
2008-10-12 |
diego |
Remove useless HAVE_STRCHR definition from config.h.
|
2008-10-12 |
diego |
Add missing support for some multimedia keys to X11 backend code.
|
2008-10-12 |
diego |
Move socklen_t typedef from config.h to stream/network.h.
|
2008-10-11 |
diego |
Do not provide a prototype for setenv in config.h, we do not provide a
|
2008-10-10 |
diego |
cosmetics: Move some config.h entries to more sensible places.
|
2008-10-10 |
diego |
cosmetics: Group codec-, network- and gui-related options together in config.h.
|
2008-10-09 |
diego |
cosmetics: Group system header and function definitions together in config.h.
|
2008-10-09 |
cehoyos |
Remove unused line (and fix an icc warning).
|
2008-10-09 |
cehoyos |
Replace numeric constants by their defines.
|
2008-10-09 |
flameeyes |
Mark some symbols in swscale.c as constant.
|
2008-10-09 |
flameeyes |
Mark dither_2x2_{8,4} static to swscale.c
|
2008-10-09 |
flameeyes |
Mark variation-specific interleaveBytes static.
|
2008-10-09 |
flameeyes |
Invert logic for the single-pass in swScale() functions.
|
2008-10-09 |
cehoyos |
Change variable types from int to enum PixelFormat.
|
2008-10-09 |
ulion |
Fix channel order for ffmpeg flac codec.
|
2008-10-08 |
vitor |
Do not set src[1] to the palette, it is now in the context
|
2008-10-08 |
vitor |
Add a new unscaled PAL8 -> RGB converter.
|
2008-10-08 |
kraymer |
r27182: apply parameter name change of no-correct-pts from r26842 to man page
|
2008-10-08 |
aurel |
Change one more variable type from int to enum PixelFormat.
|
2008-10-07 |
cehoyos |
Change variable types from int to enum PixelFormat.
|
2008-10-07 |
diego |
Remove unnecessary HAVE_AV_CONFIG_H #define.
|
2008-10-06 |
gpoirier |
sync w/r27691
|
2008-10-05 |
cehoyos |
Correctly place second const in declaration.
|
2008-10-05 |
diego |
Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place where
|
2008-10-05 |
lu_zero |
gcc-apple specific fallback not necessary anymore
|
2008-10-05 |
cehoyos |
Disable mp3lib and liba52-internal for icc.
|
2008-10-05 |
diego |
Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.
|
2008-10-05 |
Gabrov |
synced with r27718
|
2008-10-04 |
cehoyos |
Remove b5Dither, g5Dither and r5Dither from libswscale.
|
2008-10-04 |
diego |
Revert the removal of the likely/unlikely macros, they are still used.
|
2008-10-04 |
diego |
Merge variable declaration and export.
|
2008-10-04 |
cehoyos |
Remove g6Dither from libswscale.
|
2008-10-04 |
ranma |
Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning.
|
2008-10-04 |
diego |
Add a comment to lonely 'fi' for clarification.
|
2008-10-04 |
ranma |
Make alsa resume after suspend to disk (would say 'file descriptor is in bad state' before this change)
|
2008-10-04 |
diego |
cosmetics: more config.h reordering
|
2008-10-04 |
diego |
cosmetics: Reorder entries in config.h.
|
2008-10-04 |
diego |
100l: Revert incorrect removal or --ar and --ranlib options.
|
2008-10-04 |
diego |
cosmetics: Improve some config.h comments.
|
2008-10-04 |
diego |
Do not duplicate likely/unlikely #defines from libmpeg2/libavcodec in config.h.
|
2008-10-04 |
diego |
Remove unused HAVE_SYS_POLL_H definition from config.h.
|
2008-10-04 |
diego |
cosmetics: Move around some more stuff in config.mak.
|
2008-10-04 |
diego |
cosmetics: Move around stuff in config.mak.
|
2008-10-04 |
diego |
Remove unused LIBDIR Makefile variable from config.mak.
|
2008-10-04 |
diego |
Remove unused options --ar and --ranlib.
|
2008-10-04 |
diego |
Do not set DESTDIR to an empty value so that it can be overridden on the
|
2008-10-04 |
diego |
FAAC/FAAD are no longer the only available AAC encoders/decoders.
|
2008-10-04 |
diego |
Remove word size check and macro and use __WORDSIZE directly instead.
|
2008-10-04 |
diego |
Remove MPlayer-specific MP_WORDSIZE hack.
|
2008-10-04 |
diego |
Merge SPARC and SPARC64 sections in the CPU detection code.
|
2008-10-04 |
diego |
Skip setting variables to empty values in the CPU detection code.
|
2008-10-03 |
diego |
Remove MinGW cruft.
|
2008-10-03 |
diego |
100l copy and paste typo fix
|
2008-10-03 |
diego |
spelling cosmetics
|
2008-10-03 |
diego |
Fix vsscanf test.
|