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 |
2009-08-28 |
reimar | Use the standard MPlayer aspect handling instead of...
|
commit | commitdiff | tree |
2009-08-27 |
reimar | Remove unused movie_aspect extern declaration.
|
commit | commitdiff | tree |
2009-08-27 |
reimar | Use lookup_keymap_table function with data structure...
|
commit | commitdiff | tree |
2009-08-27 |
reimar | Enable calc_src_dst_rects for windowed aspect and panscan.
|
commit | commitdiff | tree |
2009-08-27 |
reimar | Remove panscan related conditions and code that only...
|
commit | commitdiff | tree |
2009-08-27 |
reimar | Make gl2 code capable of windowed aspect and panscan...
|
commit | commitdiff | tree |
2009-08-27 |
reimar | Add infrastructure and test code to enable aspect scaling...
|
commit | commitdiff | tree |
2009-08-27 |
reimar | Fix video placement with -vo gl2 -fs -wid.
|
commit | commitdiff | tree |
2009-08-27 |
reimar | -vo gl2 resize does not need to modify its arguments...
|
commit | commitdiff | tree |
2009-08-27 |
reimar | Simplify -vo gl ass border etc. dimension calculation...
|
commit | commitdiff | tree |
2009-08-27 |
reimar | Remove useless code that has no effect.
|
commit | commitdiff | tree |
2009-08-27 |
reimar | Simplify and fix ass border calculations for -vo gl...
|
commit | commitdiff | tree |
2009-08-27 |
reimar | Make panscan cover the same range in -wid -fs mode...
|
commit | commitdiff | tree |
2009-08-27 |
reimar | Disable -keepaspect with -wid in w32_common code.
|
commit | commitdiff | tree |
2009-08-27 |
reimar | Fix aspect_fit to work correctly when borders need...
|
commit | commitdiff | tree |
2009-08-27 |
reimar | Forgotten changes to aspect code to handle -wid with...
|
commit | commitdiff | tree |
2009-08-27 |
reimar | First attempts at supporting -fs with -wid, -vo gl...
|
commit | commitdiff | tree |
2009-08-26 |
reimar | Reindent
|
commit | commitdiff | tree |
2009-08-26 |
reimar | Retry deciding to get audio parameters several times...
|
commit | commitdiff | tree |
2009-08-23 |
reimar | Reuse ds_get_packet in ds_get_packet_pts
|
commit | commitdiff | tree |
2009-08-21 |
reimar | Add suport for detecting and demuxing DVB teletext...
|
commit | commitdiff | tree |
2009-08-19 |
reimar | OpenAL: untested support for 8-channel audio.
|
commit | commitdiff | tree |
2009-08-19 |
reimar | Change ao_dart to use AVFifoBuffer instead of its own...
|
commit | commitdiff | tree |
2009-08-19 |
reimar | Free initial swscale context, too. Avoids a valgrind...
|
commit | commitdiff | tree |
2009-08-19 |
reimar | Remove useless casts of malloc return value.
|
commit | commitdiff | tree |
2009-08-17 |
reimar | Fix incompatible pointer types warning, also seems...
|
commit | commitdiff | tree |
2009-08-17 |
reimar | Fix 100l broken flag check found due to compiler warning.
|
commit | commitdiff | tree |
2009-08-17 |
reimar | Set demuxer->filepos in mf demuxer, since the stream_tell...
|
commit | commitdiff | tree |
2009-08-17 |
reimar | Get rid of rawaudio control code again that only duplicates...
|
commit | commitdiff | tree |
2009-08-17 |
reimar | Handle demuxers that never set filepos by using stream_tell.
|
commit | commitdiff | tree |
2009-08-16 |
reimar | Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_P...
|
commit | commitdiff | tree |
2009-08-16 |
reimar | Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_...
|
commit | commitdiff | tree |
2009-08-12 |
reimar | make codec-cfg reuse the proper defined constants for...
|
commit | commitdiff | tree |
2009-08-12 |
reimar | 100l, fix compilation again and make codec-cfg.c use...
|
commit | commitdiff | tree |
2009-08-12 |
reimar | 1000l, RGB48BE does _not_ use 49 bit/pixel, probably...
|
commit | commitdiff | tree |
2009-08-11 |
reimar | Explain how formats must be ordered in fmt_list so...
|
commit | commitdiff | tree |
2009-08-11 |
reimar | fmt_table should be const as well.
|
commit | commitdiff | tree |
2009-08-08 |
reimar | 100l, av_fifo_generic_read does not return anything...
|
commit | commitdiff | tree |
2009-08-07 |
reimar | Add a giant hack to the x264 encoder module to ensure...
|
commit | commitdiff | tree |
2009-07-09 |
reimar | Disable libavcodec AAC encoder, there are too many...
|
commit | commitdiff | tree |
2009-06-28 |
reimar | Print information about chapters with -identify.
|
commit | commitdiff | tree |
2009-06-28 |
reimar | Make set_property chapter 0-based like all other chapter...
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Use memcpy_pic2 instead of reimplementing it.
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Close /dev/tty again on uninit.
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Fix indentation broken in last patch
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Get rid of completely pointless vt_doit variable
|
commit | commitdiff | tree |
2009-06-26 |
reimar | 10l, use fopen directly instead of open + fdopen
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Use a single err_out in fb_preinit, also fixes a leak...
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Use FFALIGN and FFMAX3
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Remove useless casts
|
commit | commitdiff | tree |
2009-06-26 |
reimar | fbdev: remove pointless ()
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Replace incorrect use of strncpy by av_strlcpy.
|
commit | commitdiff | tree |
2009-06-26 |
reimar | Use the RESET_GEOMETRY macro in one more place instead...
|
commit | commitdiff | tree |
2009-06-26 |
reimar | 100l, RESET_GEOMETRY must reset values to INT_MIN,...
|
commit | commitdiff | tree |