- 25 Feb, 2017 1 commit
-
-
Anton Khirnov authored
Currently it incorrectly compares bits with bytes. Also, move the check right before where it's relevant, so that the correct number of remaining bits is used. CC: libav-stable@libav.org
-
- 02 Feb, 2017 1 commit
-
-
Alexandra Hájková authored
-
- 31 Jan, 2017 1 commit
-
-
Diego Biurrun authored
-
- 03 Nov, 2016 1 commit
-
-
Diego Biurrun authored
libavcodec/svq3.c:627:29: warning: unused function 'dctcoef_get' [-Wunused-function]
-
- 21 Jun, 2016 2 commits
-
-
Anton Khirnov authored
The SVQ3 decoder has been decoupled from the H.264 decoder, so it can now use its own data type.
-
Anton Khirnov authored
This is more consistent with the naming of other decoders.
-
- 25 May, 2016 1 commit
-
-
Diego Biurrun authored
-
- 04 May, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 28 Mar, 2016 21 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Use the SVQ3Context variable instead
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Remove now unnecesary call to ff_h264_alloc_tables()
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
This will allow removing the H264Context dependency in the future.
-
Anton Khirnov authored
It is shared with svq3.
-
Anton Khirnov authored
This will allow removing the H264Context dependency in the future.
-
Anton Khirnov authored
This function depends on the h264 internals and is so tiny that just copying the code out is the simplest replacement.
-
Anton Khirnov authored
Stop using the H264Context ones, to allow removing the H264Context dependency.
-
Anton Khirnov authored
There is no need for them to be extern anymore.
-
Anton Khirnov authored
The ~100 lines of shared code is not worth the pain of svq3 messing with h264 internals.
-
- 25 Mar, 2016 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 16 Mar, 2016 1 commit
-
-
Luca Barbato authored
The AVPacket.data should be considered read-only.
-
- 27 Jul, 2015 2 commits
-
-
Vittorio Giovara authored
Express bitfields more simply. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Convert doxygen to multiline and express bitfields more simply. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 29 Apr, 2015 1 commit
-
-
Anton Khirnov authored
-
- 05 Apr, 2015 1 commit
-
-
Anton Khirnov authored
They are no longer initialized in ff_h264_decode_init() since 43fd3dd8, so svq3 needs to initialize the manually. Fixes svq3 decoding, broken since 43fd3dd8.
-
- 21 Mar, 2015 4 commits
-
-
Anton Khirnov authored
While it is a per-frame variable, it is only really used in the low-level decoding code, so it is more efficient to store it in the slice context.
-
Anton Khirnov authored
Also change the method for allocating them. Instead of two possible alloc calls from different places, just ensure they are allocated at the start of each slice. This should be simpler and less bug-prone than the previous method.
-
Anton Khirnov authored
-
Anton Khirnov authored
-