- 08 Oct, 2006 9 commits
-
-
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 11 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
-
Felix Paul Kühne authored
-
Antoine Cellerier authored
-
Clément Stenac authored
-
Sam Hocevar authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
* major speed and memory improvements to the image handling (the panel launches noticebly faster now) and controls * coding style fixes - just FYI: The VLCFSVolumeSlider and VLCFSTimeSlider classes will be merged later on to add as little code duplication as possible.
-
- 03 Oct, 2006 2 commits
-
-
Derk-Jan Hartman authored
Re-enable mad decoder on OSX. It was disabled because it was a CPU hog, but the issue seems to no longer be a problem
-
Christophe Mutricy authored
-
- 02 Oct, 2006 2 commits
-
-
Rafaël Carré authored
-
Dennis van Amerongen authored
-
- 01 Oct, 2006 1 commit
-
-
Filippo Carone authored
-