2008-07-26 |
diego |
Remove AltiVec vector declaration compiler compatibility macros.
|
2008-07-25 |
gpoirier |
compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV() macro
|
2008-07-25 |
compn |
add list of supported vo's to -xineramascreen
|
2008-07-24 |
diego |
Add some more information about FTP mirror setup.
|
2008-07-24 |
diego |
Fix mailinglist vs. mailing list typo.
|
2008-07-24 |
diego |
cosmetics: Fix indentation after last commit.
|
2008-07-24 |
diego |
Remove AltiVec vector declaration compiler compatibility macros.
|
2008-07-24 |
reimar |
Fix configure hanging forever in iconv check using --charset=noconv
|
2008-07-24 |
reimar |
Remove outdated "X11 only" from xineramascreen option and try to make clearer
|
2008-07-23 |
gpoirier |
sync w/r27337
|
2008-07-23 |
ptt |
sync'd with r27337
|
2008-07-22 |
diego |
Add Dirac video support via libdirac and libschroedinger in libavcodec.
|
2008-07-22 |
reimar |
Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.
|
2008-07-22 |
reimar |
No idea which vos support -noborder how well, though those based on
|
2008-07-22 |
reimar |
Support -noborder with X11-based vos
|
2008-07-22 |
reimar |
Make vo_x11_fullscreen not break vo_border (proper support still needs vo changes)
|
2008-07-22 |
reimar |
-border/-noborder are supported by gl/gl2, too, but only on Windows.
|
2008-07-22 |
diego |
Add instructions how to test the DNS round-robin virtual host, add a
|
2008-07-21 |
michael |
fix memleak
|
2008-07-21 |
michael |
Cleanup, use av_freep() instead of av_free(x); x=NULL
|
2008-07-19 |
diego |
Remove "en" from list of all man page languages when generating man page
|
2008-07-19 |
henry |
docs build fix
|
2008-07-19 |
diego |
Only build the documentation in the languages requested from configure.
|
2008-07-18 |
Gabrov |
synced with r27326
|
2008-07-18 |
ptt |
added missing revisions (26762 & 26795)
|
2008-07-18 |
ptt |
restored file encoding tu utf8 and corrected wrong chars, hoping it's ok now
|
2008-07-18 |
zuxy |
Remove unnecessary and troublesome inline
|
2008-07-18 |
michael |
Make C code in yuv2yuv1() do accurate rounding, this could be split
|
2008-07-17 |
michael |
indent
|
2008-07-17 |
michael |
Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.
|
2008-07-17 |
michael |
simplify yuv2yuv1()
|
2008-07-17 |
diego |
Fix typo in msg_lang variable name that prevented the correct message
|
2008-07-17 |
michael |
10l forgot SWS_BILINEAR
|
2008-07-17 |
michael |
Ensure that exactly one scaler algo is used.
|
2008-07-17 |
ben |
File was missing its dedicated header inclusion.
|
2008-07-17 |
ben |
Maemo platform runs on Nokia N8x0 series too.
|
2008-07-17 |
reimar |
Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
|
2008-07-17 |
reimar |
Our ALSA code needs alloca, so check for it in configure and include alloca.h
|
2008-07-17 |
diego |
cosmetics: Indent language handling after last commit.
|
2008-07-17 |
diego |
Rewrite translation handling in the build system.
|
2008-07-17 |
diego |
Simplify summary output, add an extra empty line to it.
|
2008-07-17 |
diego |
Remove note about localization from configure output.
|
2008-07-17 |
diego |
cosmetics: Rename _doc_lang variable to doc_lang.
|
2008-07-17 |
diego |
Evaluate man page installation rule for all available languages,
|
2008-07-17 |
zuxy |
Force gcc to emit function body under -gnu99
|
2008-07-16 |
reimar |
limits.h is required for UINT_MAX
|
2008-07-16 |
reimar |
And a 1000l for r27263, swapped a condition, thus setting size to
|
2008-07-16 |
reimar |
100l, fix calloc being called with the wrong argument due to reordering
|
2008-07-16 |
reimar |
Make sure demuxed ASF packet is properly padded after descrambling
|
2008-07-16 |
reimar |
Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
|
2008-07-16 |
diego |
Add variables for all available man page and documentation languages.
|
2008-07-16 |
reimar |
Do not just print a warning, also fix the len in ASF demuxer!
|
2008-07-16 |
diego |
Remove redundant check in message language test.
|
2008-07-16 |
diego |
Move the "all" option to the front of the list of available languages in
|
2008-07-16 |
diego |
cosmetics: Rename LANGUAGES variable to msg_langs.
|
2008-07-16 |
diego |
Replace output redirection with grep by POSIX standard options.
|
2008-07-16 |
diego |
Replace simple sed invocation by even simpler tr invocation.
|
2008-07-16 |
diego |
Merge two consecutive sed calls into one.
|
2008-07-15 |
diego |
Add IDs to some XML elements to avoid warnings.
|
2008-07-15 |
reimar |
Make af_hrtf tables static const
|