- 04 Mar, 2004 2 commits
-
-
Benjamin Pracht authored
Set intf-change to TRUE when toggling fullscreen with opengl vout, so that the sate of the fullscreen button gets updated. (Hope I've done it in the right place).
-
Sigmund Augdal Helberg authored
* Fixed a sse2 crash related to a non-16byte aligned pointer
-
- 03 Mar, 2004 33 commits
-
-
Cyril Deguet authored
* theme/skin.dtd: "" instead of "\0" for default values
-
Gildas Bazin authored
* extras/MacOSX/*: bumped revision number to 0.7.2-cvs.
-
Gildas Bazin authored
* ALL: changed the prototype of module_Need() to accept a "strict" boolean argument. If "strict" is true and a module name is provided then module_Need() will only look for the specified module If "strict" is false, then module_Need() will first look for the specified module and if it wasn't found, will continue with the other modules with the same "capability".
-
Sigmund Augdal Helberg authored
moved to share/ after the svn switch) share/Makefile.am: added some wince-related resource files to the distribution
-
Sigmund Augdal Helberg authored
* include vlc_httpd.h, fixes compilation
-
Laurent Aimar authored
* modules/control/http.c: added a playlist.uri field.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
* include/vlc_httpd.h src/misc/httpd.c: added new http daemon, it will allow http 1.1, redirection, RTSP, ...
-
Sam Hocevar authored
+ When using a local ffmpeg tree, add a path to the avformat headers.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Eric Petit authored
In fullscreen, crops the picture if necessary in order to fill the screen without black borders (e.g. you lose top and bottom parts of the picture when watching a 4:3 video on a 16:9 display). (Only implemented in OpenGL mode)
-
Laurent Aimar authored
-
Laurent Aimar authored
include/vlc_meta.h: added of cast for malloc because of [CENSURED] c++.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
to demux2.
-
Christophe Massiot authored
-
Laurent Aimar authored
-
Christophe Massiot authored
buffer. * modules/mux/mpeg/ts.c: - rename the caching= option into shaping= since it more adequately describes what it does - new use-key-frames option, if enabled then shaping= will be a maximum value, if the algorithm find a new GOP it will finish with the first picture of the next GOP (helps minimizing the dts delay) - fixed a bug where the calculated sending time could be later than the real DTS time (meaning the decoder wouldn't get the buffer in time)
-
Benjamin Pracht authored
- On the playlist window, turn loop/repeat/standard play selection into a popup - On the playlist window : if more than one group is defined, coolorize items according to the group they are belonging to. Currently, 8 colors are hard coded Please make remarks on the new layout / the colors chosen.
-
Christophe Massiot authored
- use AV_NOPTS_VALUE instead of 0 when it's available - reworked the hurry-up mode to start with disabling the B frames first - reworked the hurry-up mode to remove my thread mess - check that we don't feed ffmpeg with twice the same PTS (crashes ffmpeg) - correctly flag the picture types * modules/stream_out/transcode.c: - use AV_NOPTS_VALUE instead of 0 when it's available - copy block_t::i_flags to sout_buffer_t::i_flags (temporary)
-
Christophe Massiot authored
- split transrate.c - you can specify a maximum gop length on which to perform transrating, to avoid adding to much delay in the sout pipeline (shaping= option) - fixed a bug where you couldn't transrate a transcoded stream
-
Christophe Massiot authored
(temporary).
-
Christophe Massiot authored
block_t::i_flags.
-
Christophe Massiot authored
packets at once (less scheduling overhead) ; typically access=udp{group=5} will send 5 * 7 TS packets at once.
-
Christophe Massiot authored
(because others do it - no idea if it helps, though)
-
Laurent Aimar authored
-
- 02 Mar, 2004 5 commits
-
-
Derk-Jan Hartman authored
-
Christophe Massiot authored
- fixed the infamous "libmad is twice slower" bug - fixed libmad dynamic build - added a52 support to ffmpeg - remove libdvdnav
-
Olivier Teulière authored
- skins2/theme/skin.dtd: Removed Event and Rectangle tags - skins2/src/theme.cpp: Destroy curves explicitely - ALL: Anchors can be defined using a Bezier curve, which allows rectilinear anchors (but it is still possible to define anchors reduced to a single point). A "curved anchor" only attracts "single point anchors"
-
Derk-Jan Hartman authored
libmodplug working now. apparently it didn't like dynamic linking on OS X.
-
Derk-Jan Hartman authored
-