- 24 May, 2014 2 commits
-
-
Nidhi Makhijani authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Nidhi Makhijani authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 19 May, 2014 4 commits
-
-
Janne Grunau authored
-
Vittorio Giovara authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
All encoders should output proper timestamps now.
-
- 18 May, 2014 11 commits
-
-
Anton Khirnov authored
This mirrors the demuxer behaviour and avoids accessing AVCodecContext.codec, which should not be done in muxers.
-
Anton Khirnov authored
Also, return a proper error code.
-
Anton Khirnov authored
It is not supposed to be set from outside of libavcodec. Set average framerate instead.
-
Anton Khirnov authored
-
Anton Khirnov authored
Do not call an AVCodecContext 'stream', that is highly confusing. Also, add a local variable for the current AVStream in the loop over all streams.
-
Anton Khirnov authored
Do not leave a non-zero extradata_size set on failure
-
Anton Khirnov authored
coded_frame is not meant to be changed from outside of lavc, and is not used for decoding. Set AVCodecContext.field_order instead.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Pad it with the required amount of zeros, check for malloc failure.
-
- 17 May, 2014 1 commit
-
-
nu774 authored
Fix incorrect wSamplesPerBlock(=0) written for ADPCM_IMA_WAV Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 16 May, 2014 2 commits
-
-
Martin Storsjö authored
Most HLS implementation only support these codecs. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Hendrik Leppkes authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 15 May, 2014 2 commits
-
-
Anton Khirnov authored
There should not be any valid reason anymore for passing completely empty packets to lavf. OTOH side data-only packets can be useful.
-
Anton Khirnov authored
Use it instead of checking CODEC_FLAG_BITEXACT in the first stream's codec context. Using codec options inside lavf is fragile and can easily break when the muxing codec context is not the encoding context.
-
- 14 May, 2014 1 commit
-
-
Anton Khirnov authored
-
- 13 May, 2014 1 commit
-
-
Janne Grunau authored
Instead of setting FFLIBS in each library Makefile configure exports FFLIBS-$library in config.mak.
-
- 08 May, 2014 1 commit
-
-
Martin Storsjö authored
As pointed out by Reimar Döffinger. CC: libav-stable@libav.org Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 06 May, 2014 1 commit
-
-
Uwe L. Korn authored
Support the URL scheme where the playpath is in an RTMP URL is passed as the slist argument and the app is given infront of the query part of the URL: rtmp://host[:port]/[app]?slist=[playpath] (other arguments in the query part are stripped as they are not used) Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 03 May, 2014 2 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
-
- 01 May, 2014 6 commits
-
-
Anton Khirnov authored
That field will be deprecated and the value that is written there is not particularly useful.
-
Anton Khirnov authored
Also, stop using AVCodecContext.codec_name as fallback, since it will be deprecated. Changes the result of the lavf-asf test (and its associated seektest), since 'msmpeg4v3' gets written instead of just 'msmpeg4'.
-
Anton Khirnov authored
That field is undocumented, of dubious use, and will be deprecated.
-
Anton Khirnov authored
Stop using the undocumented to-be-deprecated AVCodecContext.codec_name field.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 30 Apr, 2014 6 commits
-
-
Anton Khirnov authored
-
Luca Barbato authored
Makes the two protocols nearly seamless. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
The option now behaves as expected.
-
Luca Barbato authored
Useful for debugging mostly.
-