- 09 Oct, 2006 3 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/demux/mpeg/mpga.c: oups, no need to free p_sys->p_block_in as it is freed by the packetizer.
-
Damien Fouilleul authored
- added missing video.toggleFullscreen() API
-
- 08 Oct, 2006 17 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Clément Stenac authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Christophe Mutricy authored
-
Jean-Paul Saman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* Don't skip SPS/PPS after all. Apparently there is sometimes proper data behind such a NAL, which makes this break. Unfortunately there doesn't seem to be a way to properly skip data in the mp4 mux.
-
Derk-Jan Hartman authored
-
Jean-Paul Saman authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 07 Oct, 2006 8 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/gui/wxwindows/menus.cpp: avoid using the C++ STL. This gets rid of weird crashes in the vector template.
-
Derk-Jan Hartman authored
* Improve the h264 rtp muxing even more. Should now be able to handle multiple h264 units in one block_t
-
Clément Stenac authored
-
Derk-Jan Hartman authored
-
Clément Stenac authored
+ temporarily re-enable vout-filter until video-filter is updated I include this so that it can get some testing and debugging, but it has some issues: * Several coding style / indentation problems that make the code quite hard to read * Use of config_Get/config_Put instead of vars * In my tests, it crashes as soon as bz-length is not == 0, which basically makes the attenuation effect inoperant
-
- 06 Oct, 2006 1 commit
-
-
Gildas Bazin authored
-
- 05 Oct, 2006 6 commits
-
-
Gildas Bazin authored
* src/misc/modules.c: only set b_force when we have b_strict. * src/input/demux.c: add m4v and h264 extensions.
-
Gildas Bazin authored
-
Sam Hocevar authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 04 Oct, 2006 5 commits
-
-
Damien Fouilleul authored
-
Damien Fouilleul authored
-
Damien Fouilleul authored
- use nearest integer value from integer division (i.e. round() ) in volume and time calculation, looks more accurate that way.
-
Damien Fouilleul authored
- Optimized clipping, removed the extra child window which prevented some buggy Intel DirectX drivers to render (can't handle too many sub-windows ?). Resizing looks smoother on IE, needs a lot of compatiblity checks on other apps such as VB, Delphi, etc... - Fixed initial volume setting
-
Damien Fouilleul authored
-