Mercurial > mplayer.hg
graph
-
Add support for parameter changes (e.g. channel count) during playback.2010-07-15, by reimar
-
Allow fullscreen switching during -idle. Useful in combination2010-07-14, by reimar
-
Give signal handler function in test programs correct argument list.2010-07-14, by diego
-
Move memalign_hack definition out of the FFmpeg section of config.h.2010-07-14, by diego
-
Fix gettimeofday type to match the real one.2010-07-13, by reimar
-
Enable robust resync for mpg123 decoder.2010-07-13, by diego
-
Port GNU assembler check from FFmpeg.2010-07-13, by diego
-
Add CONFIG_PIC #define for FFmpeg to config.h.2010-07-13, by diego
-
Move PIC test out of the x86 section; it is not only required on x86.2010-07-13, by diego
-
Add IBM ASM check for FFmpeg on PowerPC.2010-07-13, by diego
-
Remove unused static function menu_text_get_next_line, fixes the warning:2010-07-12, by diego
-
Reindent and align after r31725.2010-07-12, by adrian
-
Improve handling of the "help" suboption in coreaudio:2010-07-12, by adrian
-
Improve MPEG-TS subtitle support: make it use the infrastructure for2010-07-12, by reimar
-
Remove some unused variables along with the corresponding warnings.2010-07-12, by diego
-
Change the type of Y table to pointer to void in fill_table().2010-07-12, by benoit
-
Define HAVE_GNU_AS to enable Altivec-accelerated FFT.2010-07-11, by reimar
-
15 bpp tga format is little endian.2010-07-11, by reimar
-
Use the proper imgfmt names.2010-07-11, by reimar
-
Fix vo_tga RGB with alpha output on little-endian (blue and alpha were swapped),2010-07-11, by reimar
-
Fix cosmetics after r31715.2010-07-11, by adrian
-
Consistently use types as they are used by the API in ao_coreaudio.2010-07-11, by adrian
-
Replace deprecated functions in ao_coreaudio with their new ones introduced in OSX 10.4.2010-07-11, by adrian
-
Fix printf specifiers used in ao_coreaudio. Fixes warnings:2010-07-11, by adrian
-
Fix calculation of global_sub_size.2010-07-11, by reimar
-
Remove pointless assignments that would assing the value it already2010-07-11, by reimar
-
Avoid incorrectly duplicating initialization code in new_demux_packet,2010-07-11, by reimar
-
Set size correctly for decoded text subs.2010-07-11, by reimar
-
Faster paletted to OSD conversion.2010-07-11, by reimar
-
Document code inefficiency.2010-07-11, by reimar
-
Fix conversion from paletted to MPlayer's OSD format.2010-07-11, by reimar
-
Simplify alpha conversion code.2010-07-11, by reimar
-
Call spudec_draw for the unscaled case instead of duplicating code.2010-07-11, by reimar
-
Remove useless casts2010-07-11, by reimar
-
Fix calc_bbox to always return sensible values.2010-07-11, by reimar
-
Fix compilation if CONFIG_QTX_CODECS is defined (on OS X).2010-07-11, by cehoyos
-
Reindent.2010-07-11, by reimar
-
Avoid calling av_resample_init again when the values are the same as before.2010-07-11, by reimar
-
Try to get subtitle scaling somewhat right with libavcodec decoded2010-07-11, by reimar
-
10l, also assign the original width in spudec_new_scaled.2010-07-11, by reimar
-
Fix indentation.2010-07-11, by reimar
-
Add support for DVB and XSUB subtitles, not yet working properly.2010-07-11, by reimar
-
Fix compilation with liblive555 after r31675.2010-07-11, by cehoyos
-
Remove dvdsub_id checks that should not be necessary.2010-07-11, by reimar
-
Avoid status line being mangled together with error messages and other2010-07-11, by reimar
-
Fix memory leak for subtitles decoded by libavcodec.2010-07-11, by reimar
-
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