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