- 07 Sep, 2013 10 commits
-
-
Francois Cartegnie authored
Implements INFO LIST chunk. See OpenDML spec.
-
Francois Cartegnie authored
Current RIFF header builder was working with static sizes and was unable to handle extra metadata. This will also save more than 9.5KB on most files.
-
Francois Cartegnie authored
-
Ludovic Fauvet authored
Close #9275 #9328 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Suggestion from funman
-
Pierre Ynard authored
This should be more resilient to updates. Fixes #9217
-
Jean-Baptiste Kempf authored
Close #9329
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
- 06 Sep, 2013 6 commits
-
-
Francois Cartegnie authored
copy/paste...
-
Francois Cartegnie authored
-
Ben Littler authored
This patch should fix this sample: http://samples.ffmpeg.org/A-codecs/g726-test1.wavSigned-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Julian Scheel authored
The broadcom omx implementation has a vendor extension to fetch pixel aspect information from the decoder. Use this to pass proper aspect information with the pictures. Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 05 Sep, 2013 7 commits
-
-
Julian Scheel authored
Handle changes of aspect ratio through the Control handler. Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Martin Storsjö <martin@martin.st>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Makes version 1.14 happy.
-
Rémi Denis-Courmont authored
There is no use to CPU memory edges when decoding in hardware (arguably libavcodec should be "enhanced" to not add them in that case). This unbreaks VDPAU.
-
Steinar H. Gunderson authored
Some browsers, such as Firefox, are very picky about WebM streams needing to start with a keyframe. To be able to handle this correctly when streaming, the avformat mux needs to mark keyframe-containing blocks (or clusters, in Matroska terminology) as such even after they have been muxed. The next patch in the series will make httpd actually care about this flag. Unfortunately, as avformat does not actually propagate this status, we need to use some heuristics to figure out which blocks contain keyframes. The natural thing to do would be to say that when we write a keyframe, the block that comes back has to be a keyframe block, but the WebM/Matroska muxer thwarts this by having its own internal buffering of clusters, flushing the _previous_ cluster when we send it a keyframe. Thus, we need to explicitly send a flush (a NULL packet) before the one that comes back when we mux a keyframe. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steinar H. Gunderson authored
The previous value, 32 kB, causes formats like WebM to overflow and split the blocks, which has negative consequences for streaming. We're unlikely to have a memory crunch in this area, so increase it to something generous. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
- 04 Sep, 2013 4 commits
-
-
Rémi Denis-Courmont authored
API design bug in PulseAudio...
-
Rafaël Carré authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
livehttp: use playlist max duration instead segment max duration to calculate if we can remove segment in live case
-
- 03 Sep, 2013 10 commits
-
-
Timothy B. Terriberry authored
This macro is called _Z_OF on my system, not OF. But it's only there to support K&R function declarations, so just get rid of it entirely. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Timothy B. Terriberry authored
This macro is called _Z_OF on my system, not OF. But it's only there to support K&R function declarations, so just get rid of it entirely. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David R Robison authored
This should allow to balance the GPU load across multiple nVidia graphics cards. This patch introduces a new command line argument that allows the user to set the nVidia card affinity. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
But with the correct Integrity.
-
Timothy B. Terriberry authored
This fills in the initial vlc_meta_t object with more of the fields it knows about, ensuring fields that we can edit with taglib don't show up in the 'Extra metadata' panel. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Timothy B. Terriberry authored
This places them in the same order as they appear in vlc_meta.h to make it easier to see which ones are present and which ones are missing. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Timothy B. Terriberry authored
vorbis_ParseComment() supports several different methods of specifying the total number of tracks. Update the taglib module to support reading in the same set. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Timothy B. Terriberry authored
This propagates more of the data between a vlc_meta_t object and the taglib object used to write out new metadata. This should support everything except Setting, URL, NowPlaying, ArtworkURL, and TrackID. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 02 Sep, 2013 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-