- 22 Feb, 2016 8 commits
-
-
Anton Khirnov authored
Instead of a linked list constructed at av_register_all(), store them in a constant array of pointers. Since no registration is necessary now, this removes some global state from lavf. This will also allow the urlprotocol layer caller to limit the available protocols in a simple and flexible way in the following commits.
-
Anton Khirnov authored
-
Anton Khirnov authored
They are only written to, never read.
-
Anton Khirnov authored
Now all IO should go through the IO callbacks and be interceptable by the caller.
-
Anton Khirnov authored
There is no real reason to treat them differently.
-
Anton Khirnov authored
avio_close() can only be called on AVIOContexts created by avio_open(2).
-
Anton Khirnov authored
It will in general not be available. Use block_align if known or fall back to av_get_audio_frame_duration().
-
Luca Barbato authored
Reported-By: Maxim Koitsov <maksbotan@gentoo.org>
-
- 20 Feb, 2016 1 commit
-
-
Diego Biurrun authored
-
- 19 Feb, 2016 10 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Luca Barbato authored
Some muxer might or might not fit incomplete mp3 frames in their packets. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Some muxer might or might not fit incomplete mp3 frames in their packets. Bug-Id: 899 CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Diego Biurrun authored
This reverts commits 2edc7187, a2bb771a, 21c750f2, 8e7bea6d.
-
- 18 Feb, 2016 15 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
The WTV demuxer depends on large parts of the MPEG-TS demuxer internals anyway and fails to build without it.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Vittorio Giovara authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Needed for enum AVCodecID
-
- 16 Feb, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 15 Feb, 2016 2 commits
-
-
Luca Barbato authored
Do not error out if some subcomponents cannot be enabled. Reported-By: RT|AO
-
Diego Biurrun authored
Also fix #endif comments in the FFT init code.
-
- 14 Feb, 2016 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-