Mercurial > mplayer.hg
graph
-
Fix some remaining bswap-related compilation issues.2010-07-10, by reimar
-
Add AV_HAVE_FAST_UNALIGNED define.2010-07-10, by reimar
-
bswap compatibility defines.2010-07-10, by reimar
-
Remove disabled and pointless code.2010-07-10, by reimar
-
Remove some pointless uses of be2me/le2me.2010-07-10, by reimar
-
Use AV_WB* where possible and be2me -> be2ne compilation fix.2010-07-10, by reimar
-
100l compialtion fix and use AV_RB32.2010-07-10, by reimar
-
Remove completely nonsensical le2me usages, the only effect2010-07-10, by reimar
-
Remove obfuscating use of le2me_32.2010-07-10, by reimar
-
Use AV_RL* macros instead of typecasts where appropriate.2010-07-10, by reimar
-
Add av_ prefix to bswap macros2010-07-10, by mru
-
Change global subtitle numbering scheme so that demuxers can "asynchronously"2010-07-10, by reimar
-
Fix compilation of tv support.2010-07-10, by reimar
-
Revert and accidentally committed hunk from last commit.2010-07-10, by reimar
-
Make the stream language an argument to the stream creation function2010-07-10, by reimar
-
Automatically allocate a vo_spudec if there is none.2010-07-10, by reimar
-
Get rid of useless INITIALIZED_SPUDEC flag.2010-07-10, by reimar
-
100l, only set VO_EVENT_RESIZE on an actual resize, not just for movement.2010-07-10, by reimar
-
Add packet->len checks to avoid out-of-bounds reads and negative2010-07-10, by reimar
-
Add back LIBXVID to $libavencoders once more.2010-07-10, by diego
-
Check packet size before memmove to avoid crashes e.g. if we recognized the2010-07-10, by reimar
-
Remove unused extern variable declarations.2010-07-10, by reimar
-
Move EBX availability #define within config.h; it is not FFmpeg-specific.2010-07-10, by diego
-
Mention PGS support.2010-07-10, by reimar
-
Add support for PGS subtitle decoding via libavcodec.2010-07-10, by reimar
-
We no longer have a libgsm copy in SVN.2010-07-10, by reimar
-
Make subdelay handling work the same way for all subtitle types and also allow2010-07-10, by reimar
-
Remove useless LIBXVID entry from libavencoders list.2010-07-10, by diego
-
Reuse spudec_visible to avoid code duplication.2010-07-10, by reimar
-
Handle and print a warning about invalid values in the function2010-07-10, by reimar
-
Extract spudec image allocation code to a separate function.2010-07-10, by reimar
-
Fix compilation broken due to GET_UTF8 being undefined.2010-07-10, by reimar
-
Remove copy of old and ugly libgsm code and wrapper.2010-07-10, by reimar
-
Add/fix GSM audio decoding through FFmpeg.2010-07-10, by reimar
-
Make it possible to set all options for lavc audio encoder.2010-07-10, by reimar
-
1 memcpy less in lavf demuxing.2010-07-10, by michael
-
Synced with help_mp-en.h rev. 316312010-07-09, by jrash
-
sync with en/mplayer.1 rev. 316482010-07-09, by jrash
-
Fix compilation with --disable-mencoder.2010-07-09, by cehoyos
-
Fix 'Xvid in libavcodec', broken in r31649.2010-07-09, by cehoyos
-
Fix compilation after FFmpeg r24137.2010-07-09, by cehoyos
-
Quadbuffered stereo does work on selected hardware.2010-07-08, by cehoyos
-
Independent tests indicate that GLX_STEREO is working fine on supported hardware.2010-07-08, by cehoyos
-
Implement edl-backward-delay to avoid jumping right over an2010-07-08, by reynaldo
-
cosmetics: Drop leading underscore from FFmpeg component variables.2010-07-07, by diego
-
Remove duplicated FFmpeg external codec library variables from config.mak.2010-07-07, by diego
-
Enable libvorbis encoder in FFmpeg if libvorbis is available.2010-07-07, by diego
-
stricter check for convergence_duration validity, avoid using meaningless values2010-07-06, by aurel
-
Move libgsm #define to the FFmpeg section of config.h.2010-07-05, by diego
-
Implement slave mode compatible stream controls for Blu-ray.2010-07-05, by ben
-
Some small whitespace and {} cosmetics.2010-07-05, by reimar
-
Try to get a quadbuffered visual if the corresponding 3D mode was selected.2010-07-05, by reimar
-
Use a more sensible variable name.2010-07-05, by reimar
-
Move declaration to where it is actually used.2010-07-05, by reimar
-
Mention stereo support in Changelog.2010-07-05, by reimar
-
Fix outdated -vo gl usage example.2010-07-05, by reimar
-
Add initial stereo support to -vo gl.2010-07-05, by reimar
-
Fix Bulgarian vs. Hungarian typo in Czech manual page.2010-07-05, by diego
-
Support for unencrypted Blu-ray playback through libbluray.2010-07-05, by ben
-
Add a manifest file to disable file and registry2010-07-04, by reimar
-
Support decoding and encoding via libgsm via libavcodec.2010-07-03, by reimar
-
Fix 'assignment from incompatible pointer type' warning.2010-07-03, by cehoyos
-
Synced with help_mp-en.h rev. 315792010-07-03, by jrash
-
Avoid out-of-bounds read if mp_msg prints an empty string.2010-07-02, by reimar
-
Factor out a large conditional, hopefully making it easier to2010-07-02, by reimar
-
Move the subtitle pts handling code to demuxer.c2010-07-02, by reimar
-
Get window dimensions also for -wid 0.2010-07-02, by reimar
-
Re-enable keyboard input for GUI video window.2010-07-02, by reimar
-
Remove useless ()2010-07-02, by reimar
-
Remove some commented-out code that has no purpose and is only confusing.2010-07-02, by reimar
-
Hopefully fix librtmp detection.2010-07-02, by cehoyos
-
Use cflag_check utility function in cross-compilation check.2010-07-02, by diego
-
Add return statement to function_check test program.2010-07-02, by diego
-
Replace some more manual compiler flag checks with cflag_check function.2010-07-01, by diego
-
Declare FARPROC/PROC/FARPROC16/PROC16 parameter lists as 'void'.2010-07-01, by diego
-
Separate automatic dependency generation flags from general CFLAGS.2010-07-01, by diego
-
Add convenience function to check for compiler flags directly and use it.2010-07-01, by diego
-
cosmetics: Rename _warn_CFLAGS variable to warn_cflags.2010-07-01, by diego
-
Give functions proper prototypes.2010-07-01, by reimar
-
Use AV_RL32 also in x86, it is well enough optimized nowadays.2010-07-01, by reimar
-
Fix function prototypes to match the required type.2010-07-01, by reimar
-
Avoid void *-arithmentic warnings.2010-07-01, by reimar
-
Fix ffmpeg logging: mp_msg_test must be called after the proper target2010-07-01, by reimar
-
Add some const, the ad_functions structs are in rodata.2010-07-01, by reimar
-
Always request expose events, we have to handle them, the application2010-07-01, by reimar
-
Fix resizing with -wid after previous commit.2010-07-01, by reimar
-
* fix compilation using external libfaad2010-07-01, by attila
-
Some indentation fixes.2010-07-01, by reimar
-
Do not try to grab input from -wid windows, it will most likely break2010-07-01, by reimar
-
Fix -geometry with -wid behaviour (y position was flipped).2010-07-01, by reimar
-
skinName is already declared in interface.h, so remove2010-07-01, by reimar
-
Fix win32 gui compilation.2010-07-01, by reimar
-
Avoid some deprecated functions.2010-07-01, by reimar
-
config.log belongs into mplayer's root directory, not into the tmp directory2010-07-01, by attila
-
Add disabling input to hints.2010-07-01, by reimar
-
Fix variable name for tmpdir selection iterator.2010-07-01, by diego
-
Add convenience function to check for the availability of system functions.2010-07-01, by diego
-
Place temporary files in a subdirectory of their own.2010-07-01, by diego
-
Move dvd_speed extern variable declaration from stream_dvd_common.h to stream.h.2010-06-30, by diego
-
MP3 decoding through libmpg1232010-06-30, by diego
-
configure: Fix detection of SDL backend for vo_gl on OS X2010-06-30, by astrange
-
Add config.h include needed for other included files2010-06-29, by reimar
-
Avoid a crash if stream->url is not set, but print a warning since this2010-06-29, by reimar
-
Replace HAVE_BIGENDIAN #ifdef around swap_palette() by av_unused attribute.2010-06-29, by diego
-
Update ffvp8 comment.2010-06-29, by cehoyos
-
Place swap_palette declaration under the same #ifdef as its usage; fixes:2010-06-28, by diego
-
Remove help target that prints available targets.2010-06-28, by diego
-
Remove some commented-out cruft.2010-06-28, by diego
-
Clean up #include handling in mplayer.c and mencoder.c.2010-06-28, by diego
-
cosmetics: Move volstep global var to the top where all other global vars live.2010-06-28, by diego
-
Remove unnecessary HELP_MP_DEFINE_STATIC #define and corresponding #ifdefs.2010-06-28, by diego
-
Revert the previous two commits to configure and clarify the res_comment.2010-06-28, by siretart
-
Factorize MPlayer/MEncoder version string handling.2010-06-28, by diego
-
ffvp8 decodes all reference vectors fine.2010-06-27, by cehoyos
-
fflibvpx is significantly faster than ffvp8 for nearly all users.2010-06-27, by cehoyos
-
reindent after last commit2010-06-27, by siretart
-
libvpx does not require static libavcodec2010-06-27, by siretart
-
Fix indentation.2010-06-27, by reimar
-
Simplify clang version extraction.2010-06-27, by reimar
-
clang also does not support -march=native.2010-06-27, by reimar