2009-09-28 |
reimar | Add a -nosub option that allows disabling auto-selected...
|
commit | commitdiff | tree |
2009-09-28 |
reimar | Allow -1 and -2 values for -aid, -vid and -sid (meaning...
|
commit | commitdiff | tree |
2009-09-28 |
reimar | Enable loading of external subtitles also for audio...
|
commit | commitdiff | tree |
2009-09-28 |
reimar | Use a_pos to update subtitle for audio-only files instead...
|
commit | commitdiff | tree |
2009-09-28 |
reimar | Call set_osd_subtitle also for external subs (i.e....
|
commit | commitdiff | tree |
2009-09-27 |
reimar | Set sensible write frequency/priority values for AllocateMem...
|
commit | commitdiff | tree |
2009-09-27 |
reimar | Print error instead of crashing when mesa-buffer is...
|
commit | commitdiff | tree |
2009-09-27 |
reimar | Also check GLX client and server strings for extensions
|
commit | commitdiff | tree |
2009-09-26 |
reimar | Amend previous commit: both zlib decoder and encoder...
|
commit | commitdiff | tree |
2009-09-26 |
reimar | Disable libavcodec zlib decoder when zlib is not available...
|
commit | commitdiff | tree |
2009-09-26 |
reimar | Change libaf control ordering to make the controls...
|
commit | commitdiff | tree |
2009-09-25 |
reimar | Do not override host_arch in x86 vs. x86_64 detection...
|
commit | commitdiff | tree |
2009-09-25 |
reimar | Change type to avoid void * arithmetic.
|
commit | commitdiff | tree |
2009-09-25 |
reimar | Set codec_type and codec_id in codec context for lavc...
|
commit | commitdiff | tree |
2009-09-23 |
reimar | Add support for displaying subtitles on the command...
|
commit | commitdiff | tree |
2009-09-23 |
reimar | Make function argument name in header match name in...
|
commit | commitdiff | tree |
2009-09-23 |
reimar | Make update_subtitles work without sh_video for text...
|
commit | commitdiff | tree |
2009-09-23 |
reimar | Make sure avctx->codec_type and codec_id are set, since...
|
commit | commitdiff | tree |
2009-09-23 |
reimar | Include mpcommon.h in mpcommon.c, ensures that the...
|
commit | commitdiff | tree |
2009-09-23 |
reimar | Factor out sh_video->pts into a refpts variable. This...
|
commit | commitdiff | tree |
2009-09-23 |
reimar | Rename ambiguous "pts" variable to subpts.
|
commit | commitdiff | tree |
2009-09-23 |
reimar | Use x264_encoder_delayed_frames instead of the current...
|
commit | commitdiff | tree |
2009-09-19 |
reimar | Add autodetection for ARM NEON SIMD.
|
commit | commitdiff | tree |
2009-09-19 |
reimar | Use a compilation check to distinguish between x86...
|
commit | commitdiff | tree |
2009-09-19 |
reimar | Add a check for availability of ebx register, needed for
|
commit | commitdiff | tree |
2009-09-19 |
reimar | Treat Haiku as BeOS (only changes the displayed name...
|
commit | commitdiff | tree |
2009-09-18 |
reimar | Re-add some ifdefs, partially reverting r29688, since...
|
commit | commitdiff | tree |
2009-09-18 |
reimar | Use vo_w32_window directly instead of via the vo_window...
|
commit | commitdiff | tree |
2009-09-18 |
reimar | Get rid of several (probably) pointless ifdefs
|
commit | commitdiff | tree |
2009-09-17 |
reimar | Use ecx instead of ebx to avoid unnecessary issues...
|
commit | commitdiff | tree |
2009-09-16 |
reimar | Merge two Windows-specific #if sections to simplify...
|
commit | commitdiff | tree |
2009-09-16 |
reimar | Hack: set DEP/NX on Windows via SetProcessDEPPolicy.
|
commit | commitdiff | tree |
2009-09-14 |
reimar | Add several HAVE_EBX_AVAILABLE conditions where necessary
|
commit | commitdiff | tree |
2009-09-14 |
reimar | %lf is not a valid printf format specifier, use just...
|
commit | commitdiff | tree |
2009-09-14 |
reimar | Add support for decoding sgi files via FFmpeg's sgi...
|
commit | commitdiff | tree |
2009-09-14 |
reimar | Get rid of useless indirection and use the demuxer...
|
commit | commitdiff | tree |
2009-09-14 |
reimar | Reduce verbosity if demuxer sets an info value to the...
|
commit | commitdiff | tree |
2009-09-10 |
reimar | Add w64 to list of preferred lavf formats (otherwise...
|
commit | commitdiff | tree |
2009-09-10 |
reimar | Sort preferred_list alphabetically since the order...
|
commit | commitdiff | tree |
2009-09-10 |
reimar | Always keep a backup of the expand values from the...
|
commit | commitdiff | tree |
2009-09-08 |
reimar | Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override...
|
commit | commitdiff | tree |
2009-09-08 |
reimar | Make all mp_*_taglists const.
|
commit | commitdiff | tree |
2009-09-08 |
reimar | Fix an endless loop if all programs are empty.
|
commit | commitdiff | tree |
2009-09-08 |
reimar | Make indentation consistent with the rest of the file
|
commit | commitdiff | tree |
2009-09-08 |
reimar | Never switch to a program with no audio and no video.
|
commit | commitdiff | tree |
2009-09-08 |
reimar | Always register all streams from libavformat, not just...
|
commit | commitdiff | tree |
2009-09-08 |
reimar | 100l, forgot to use "test" for checking the value of...
|
commit | commitdiff | tree |
2009-09-05 |
reimar | Add standard license header and move a misplaced comment.
|
commit | commitdiff | tree |
2009-09-04 |
reimar | Factor out duplicated code to set play video scaled...
|
commit | commitdiff | tree |
2009-09-04 |
reimar | Subopt parser subopts should now be const.
|
commit | commitdiff | tree |
2009-09-04 |
reimar | 10l, -framework QuickTime must be added to extra_ldflags...
|
commit | commitdiff | tree |
2009-09-04 |
reimar | Disable liba52 SSE imdct for x86_64+PIC (e.g. OSX 64...
|
commit | commitdiff | tree |
2009-09-04 |
reimar | Support x86_64 + PIC in mangle.h, needed for OS X 64...
|
commit | commitdiff | tree |
2009-09-04 |
reimar | Split QuickTime check off from quartz check and use...
|
commit | commitdiff | tree |
2009-09-04 |
reimar | 100l, SIZE_MAX must be UINT_MAX to prevent an integer...
|
commit | commitdiff | tree |
2009-09-04 |
reimar | Move OpenGL test below CoreVideo. This ensures -lGL...
|
commit | commitdiff | tree |
2009-09-03 |
reimar | Improve wording for file/directory specific config...
|
commit | commitdiff | tree |
2009-09-02 |
reimar | 10l, fix misplaced check in r29613, for loop detection...
|
commit | commitdiff | tree |
2009-09-02 |
reimar | Limit amount of data allocated on stack, strlen(filename...
|
commit | commitdiff | tree |
2009-09-02 |
reimar | Document directory-specific configuration file.
|
commit | commitdiff | tree |
2009-09-02 |
reimar | Add support for directory-specific mplayer.conf configuratio...
|
commit | commitdiff | tree |
2009-09-02 |
reimar | Consistently use sizeof(variable) instead of sizeof...
|
commit | commitdiff | tree |
2009-09-02 |
reimar | Cosmetics: get rid of many pointless ()
|
commit | commitdiff | tree |
2009-09-02 |
reimar | Reduce code duplication for half/normal/double video...
|
commit | commitdiff | tree |
2009-09-02 |
reimar | Remove unused variable.
|
commit | commitdiff | tree |
2009-09-02 |
reimar | The suboption parser now takes a const options list...
|
commit | commitdiff | tree |
2009-09-02 |
reimar | free(), delete and delete[] are all different and can...
|
commit | commitdiff | tree |
2009-09-02 |
reimar | Fix possible crashes with invalid SDPs that result...
|
commit | commitdiff | tree |
2009-09-02 |
reimar | Fix several more rtsp-related memleaks.
|
commit | commitdiff | tree |
2009-09-02 |
reimar | Fix asmrp_dispose to also free the buffer.
|
commit | commitdiff | tree |
2009-09-02 |
reimar | Use calloc to ensure rmff_new_mdpr returns fully initialized...
|
commit | commitdiff | tree |
2009-09-02 |
reimar | Move variable declaration to where it is used.
|
commit | commitdiff | tree |
2009-09-02 |
reimar | Make sure we do not strdup(NULL), avoids a crash with...
|
commit | commitdiff | tree |
2009-09-02 |
reimar | Fix several memleaks in real_setup_and_get_header
|
commit | commitdiff | tree |
2009-09-02 |
reimar | Change real_setup_and_get_header to use goto a single...
|
commit | commitdiff | tree |
2009-09-02 |
reimar | vo_quartz: change deallocation/uninit to more reliably...
|
commit | commitdiff | tree |
2009-09-01 |
reimar | Make glContext a local variable, it is not needed outside...
|
commit | commitdiff | tree |
2009-09-01 |
reimar | Add a dealloc function to corevideo to reduce the memleaks...
|
commit | commitdiff | tree |
2009-09-01 |
reimar | Fix some of the major memleaks of vo_corevideo with...
|
commit | commitdiff | tree |
2009-09-01 |
reimar | Do not do a unmap/map cycle on Windows given with ...
|
commit | commitdiff | tree |
2009-09-01 |
reimar | Make the loop detection for mov reference files less...
|
commit | commitdiff | tree |
2009-09-01 |
reimar | Check setGlWindow return value to fail properly instead...
|
commit | commitdiff | tree |
2009-09-01 |
reimar | Add a hack to ensure data from e.g. mov format -subfile...
|
commit | commitdiff | tree |
2009-09-01 |
reimar | Hack demux_demuxers so that demux_demuxers_fill_buffer...
|
commit | commitdiff | tree |
2009-09-01 |
reimar | Make shm_fd a local variable and close it when we need...
|
commit | commitdiff | tree |
2009-09-01 |
reimar | Reduce vo_corevideo memleaks by initializing static...
|
commit | commitdiff | tree |
2009-09-01 |
reimar | Fix memleak when using fontconfig without a font name.
|
commit | commitdiff | tree |
2009-09-01 |
reimar | Use MPlayer's standard aspect handling functions in...
|
commit | commitdiff | tree |
2009-08-31 |
reimar | Fix per-file config file loading for DOS paths (i.e...
|
commit | commitdiff | tree |
2009-08-31 |
reimar | Factor out code to try and load a config file only...
|
commit | commitdiff | tree |
2009-08-31 |
reimar | Move variable declaration into block where it is used...
|
commit | commitdiff | tree |
2009-08-31 |
reimar | Make m_config_parse_config_file file name argument...
|
commit | commitdiff | tree |
2009-08-31 |
reimar | Also check linker flags to make sure that liveMedia...
|
commit | commitdiff | tree |
2009-08-28 |
reimar | Port feature from corevideo: remember half/double size...
|
commit | commitdiff | tree |
2009-08-28 |
reimar | Make aspect switching work again (used the wrong variable...
|
commit | commitdiff | tree |
2009-08-28 |
reimar | Fix implicit declaration of mp_input_.. functions.
|
commit | commitdiff | tree |
2009-08-28 |
reimar | 1l, use sizeof for snprintf size instead of hard-coding...
|
commit | commitdiff | tree |
2009-08-28 |
reimar | Reuse the osx_common convert_key function to convert...
|
commit | commitdiff | tree |
2009-08-28 |
reimar | Move aspect change handling from vo_quartz to osx_common.
|
commit | commitdiff | tree |
2009-08-28 |
reimar | Add osx_common.c and move the keycode conversion (OSX...
|
commit | commitdiff | tree |