- 30 Dec, 2012 6 commits
-
-
Ilkka Ollakka authored
avcodec contains codecs that don't like variable size frames, so feed avcodec with frame_size chunks and and handle leftovers ourself. This functionality was dropped when flushing was introduced and seemed to work without just fine, I was proven wrong.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
avcodec: aout_BitsPerSample uses vlc_fourcc_GetCodec itself, so no need to call it ourselves in here
-
- 29 Dec, 2012 6 commits
-
-
Denis Charmet authored
Doing it in the callback cause deadlocks.
-
Adrien Maglo authored
-
Adrien Maglo authored
-
Adrien Maglo authored
It seems that standard OpenGL 2.0 requires version number to be equal to 120 contrary to OpenGL ES 2.0 that requires it to be equal to 100.
-
Adrien Maglo authored
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 28 Dec, 2012 17 commits
-
-
Denis Charmet authored
This avoid leaks at segment changes.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
minor announcement stuff left to do
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Denis Charmet authored
-
Mirsal Ennaime authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 27 Dec, 2012 11 commits
-
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
* Request the sec:CaptionInfo and sec:CaptionInfoEx DIDL attributes * If one of the two caption attributes are present, build and add an input-slave option string which forces the subtitle demux * Add the sub-track-id option to input items with subtitles so the subtitles are immediately visible
-
Mirsal Ennaime authored
-
Mirsal Ennaime authored
-
David Fuhrmann authored
-
David Fuhrmann authored
When trying to set 1, VLC hangs...
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
macosx: video effects panel: synchronize text field and stepper values properly by using cocoa bindings This simplifies the code and fixes stepper responseness. This also fixes enabled state of some steppers.
-
David Fuhrmann authored
-
Felix Paul Kühne authored
For indentation, the outline table column needs to be set, which used to be the title column. This is not a bad choice, since it is only column populated by all items. However, one can't remove the outline table column easily, so I chose to disable the ability to remove it, something virtually all users don't want to do anyway.
-