aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Port feature from corevideo: remember half/double size settings and reapplyGravatar reimar2009-08-28
* Make aspect switching work again (used the wrong variable and alwaysGravatar reimar2009-08-28
* Fix implicit declaration of mp_input_.. functions.Gravatar reimar2009-08-28
* 1l, use sizeof for snprintf size instead of hard-coding the current value.Gravatar reimar2009-08-28
* Reuse the osx_common convert_key function to convert OSX keycodes to MPlayerGravatar reimar2009-08-28
* Move aspect change handling from vo_quartz to osx_common.Gravatar reimar2009-08-28
* Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.Gravatar reimar2009-08-28
* Use the standard MPlayer aspect handling instead of reimplementing our own in...Gravatar reimar2009-08-28
* Remove unused movie_aspect extern declaration.Gravatar reimar2009-08-27
* Use lookup_keymap_table function with data structure instead of huge switch-caseGravatar reimar2009-08-27
* Enable calc_src_dst_rects for windowed aspect and panscan.Gravatar reimar2009-08-27
* Remove panscan related conditions and code that only breaks future windowedGravatar reimar2009-08-27
* Make gl2 code capable of windowed aspect and panscan (no user option to enabl...Gravatar reimar2009-08-27
* Add infrastructure and test code to enable aspect scaling and panscan in wind...Gravatar reimar2009-08-27
* Fix video placement with -vo gl2 -fs -wid.Gravatar reimar2009-08-27
* -vo gl2 resize does not need to modify its arguments, so pass int instead of ...Gravatar reimar2009-08-27
* Simplify -vo gl ass border etc. dimension calculation one bit more.Gravatar reimar2009-08-27
* Remove useless code that has no effect.Gravatar reimar2009-08-27
* Simplify and fix ass border calculations for -vo gl and -wid -fs mode.Gravatar reimar2009-08-27
* Make panscan cover the same range in -wid -fs mode as in normal mode.Gravatar reimar2009-08-27
* Disable -keepaspect with -wid in w32_common code.Gravatar reimar2009-08-27
* Fix aspect_fit to work correctly when borders need to be added on top andGravatar reimar2009-08-27
* Forgotten changes to aspect code to handle -wid with -fs.Gravatar reimar2009-08-27
* First attempts at supporting -fs with -wid, -vo gl on X11 only so farGravatar reimar2009-08-27
* Expand wid explanation.Gravatar cehoyos2009-08-27
* ReindentGravatar reimar2009-08-26
* Retry deciding to get audio parameters several times on errors, this avoidsGravatar reimar2009-08-26
* Adjust documentation about filtering out whitespace changes from 'svn diff'.Gravatar diego2009-08-26
* Fix DTS in least one Bluray sample with demuxer lavf.Gravatar cehoyos2009-08-26
* Fix AC3 in least one Bluray sample with demuxer lavf.Gravatar cehoyos2009-08-26
* Use a buffer of about half a second, instead of sizing it to haveGravatar cladisch2009-08-24
* swscale-example: Rename src->ref so as to not confuse with src being used in ...Gravatar ramiro2009-08-23
* swscale-example: Use SWS_BILINEAR instead of hardcoded value.Gravatar ramiro2009-08-23
* Reuse ds_get_packet in ds_get_packet_ptsGravatar reimar2009-08-23
* Fix inconsistent indentation.Gravatar ramiro2009-08-22
* Add suport for detecting and demuxing DVB teletext streams (nothing beyond th...Gravatar reimar2009-08-21
* Check return values of sws_allocVec() and sws_getConstVec().Gravatar ramiro2009-08-20
* OpenAL: untested support for 8-channel audio.Gravatar reimar2009-08-19
* Fix channel reordering when using 24-bit samples by adding breaks to casesGravatar tack2009-08-19
* Change ao_dart to use AVFifoBuffer instead of its own fifo implementation, too.Gravatar reimar2009-08-19
* Fix detection of mips arch on NetBSD/sgimips.Gravatar diego2009-08-19
* Free initial swscale context, too. Avoids a valgrind warning.Gravatar reimar2009-08-19
* Remove useless casts of malloc return value.Gravatar reimar2009-08-19
* Introduce and use sws_allocVec().Gravatar ramiro2009-08-19
* Reuse sws_getConstVec() where possible.Gravatar ramiro2009-08-19
* Cosmetics: adjust alignment.Gravatar tack2009-08-18
* Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,Gravatar tack2009-08-18
* Fix incompatible pointer types warning, also seems to fix mis-compilation wit...Gravatar reimar2009-08-17
* Fix 100l broken flag check found due to compiler warning.Gravatar reimar2009-08-17
* Set demuxer->filepos in mf demuxer, since the stream_tell fallback is notGravatar reimar2009-08-17