- 28 Mar, 2012 1 commit
-
-
Mans Rullgard authored
The $(dir) function used to construct OBJDIRS includes a trailing slash in the names returned, which GNU make 3.82 does not match to the slash-less 'doc' in the documentation dependencies, causing parallel build to fail. Adding a slash fixes this and still works with make 3.81. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 27 Mar, 2012 1 commit
-
-
Diego Biurrun authored
Now that a documentation generator is built in the doc directory, this is no longer necessary. Fixes the Make warning: Makefile:188: target `doc' given more than once in the same rule.
-
- 26 Mar, 2012 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 20 Mar, 2012 6 commits
-
-
Mans Rullgard authored
This fixes doc generation in build tree separate from source. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This allows specifying additional directories to search for @include files. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Martin Storsjö authored
The other fragmentation options (frag_duration, frag_size and frag_keyframe) are combined with OR, cutting fragments at the first of the conditions being fulfilled. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This enables reordering of UDP packets by default, unless the caller explicitly sets -max_delay 0. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
-
Anton Khirnov authored
Documentation for those will be generated automatically.
-
- 19 Mar, 2012 2 commits
-
-
Derek Buitenhuis authored
An obscure Japanese lossless video codec, originally intended for use with a remote desktop application. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
Kostya Shishkov authored
-
- 18 Mar, 2012 1 commit
-
-
Diego Biurrun authored
-
- 17 Mar, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 13 Mar, 2012 2 commits
-
-
Anton Khirnov authored
Add libcdio and fbdev, remove v4l1.
-
Anton Khirnov authored
-
- 07 Mar, 2012 1 commit
-
-
Luca Barbato authored
Update the examples and remove stale information. Video4linux support had been already removed.
-
- 06 Mar, 2012 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
Useful for testing.
-
Anton Khirnov authored
-
- 05 Mar, 2012 1 commit
-
-
Justin Ruggles authored
This is a utility function for the user to get the frame duration based on the codec id, frame size in bytes, and various AVCodecContext parameters.
-
- 04 Mar, 2012 1 commit
-
-
Anton Khirnov authored
-
- 02 Mar, 2012 1 commit
-
-
Mashiat Sarker Shakkhar authored
Decodes 16-bit WMA Lossless encoded files. 24-bit is not supported yet. Bitstream parser written by Andreas Öman with contributions from Baptiste Coudurier and Ulion. Includes a number of bug-fixes from Benjamin Larsson, Michael Niedermayer and Konstantin Shishkov, shine and polish by Diego Biurrun. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 01 Mar, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 29 Feb, 2012 1 commit
-
-
Anton Khirnov authored
-
- 28 Feb, 2012 1 commit
-
-
Luca Barbato authored
Provide a way to wrap around the segment index so pseudostreaming live through a web server and html5 browser is simpler. Also ensure that 0 (disable) is a valid value across the options providing wrap around.
-
- 27 Feb, 2012 1 commit
-
-
Anton Khirnov authored
-
- 26 Feb, 2012 1 commit
-
-
Anton Khirnov authored
r_frame_rate should in theory have something to do with input framerate, but in practice it is often made up from thin air by lavf. So unless we are targeting a constant output framerate, it's better to just use input stream timebase. Brings back dropped frames in nuv and cscd tests introduced in cd1ad18a
-
- 25 Feb, 2012 1 commit
-
-
Justin Ruggles authored
Useful to return instead of -1 when the cause of the error is unknown, typically from an external library.
-
- 24 Feb, 2012 1 commit
-
-
John Van Sickle authored
The latter syntax is now invalid. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 23 Feb, 2012 1 commit
-
-
Diego Biurrun authored
This library does not fit into Libav as a whole and its code is just a maintenance burden. Furthermore it is now available as an external project, which completely obviates any reason to keep it around. URL: http://git.videolan.org/?p=libpostproc.git
-
- 20 Feb, 2012 2 commits
-
-
Justin Ruggles authored
This will allow parsers to export the duration of the current frame being output, if known, instead of using AVCodecContext.frame_size.
-
Justin Ruggles authored
-
- 17 Feb, 2012 1 commit
-
-
Aneesh Dogra authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 15 Feb, 2012 1 commit
-
-
Kostya Shishkov authored
-
- 14 Feb, 2012 4 commits
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Keep the old protocol name around for backwards compatibility until the next bump. Deprecate the method of implicitly assuming the nested protocol. For applehttp://server/path, it might have felt logical, but supporting hls://server/path isn't quite as intuitive. Therefore only support hls+http://server/path from now on. Using this protocol at all is discouraged, since the hls demuxer is more complete and fits into the architecture better. There have been cases where the protocol implementation worked better than the demuxer, but this should no longer be the case. Signed-off-by:
Martin Storsjö <martin@martin.st>
-