- 12 Feb, 2019 1 commit
-
-
Jun Zhao authored
Use av_ts2str() for AVFrame.pkt_dts/pts to avoid print the pkt_dts/pts as negative number like: "0, 3616613, -9223372036854775808, 1001, 3110400, 0x75e37a65" Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Jun Zhao <mypopydev@gmail.com>
-
- 14 Jan, 2019 1 commit
-
-
Rafaël Carré authored
This program only takes 2 arguments Remove comment that was never right Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 11 Dec, 2018 1 commit
-
-
Carl Eugen Hoyos authored
In system header /usr/include/sys/mstsave.h, aix defines NUMBER_OF_FRAMES, causing redefinition warnings.
-
- 20 Nov, 2018 2 commits
-
-
Peter Ross authored
nal buffer is 512 kilobytes Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Peter Ross authored
avformat/network.h is not required here. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 03 Nov, 2018 2 commits
-
-
Josh de Kock authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
Josh de Kock authored
Fixes ticket #7521 Signed-off-by: James Almer <jamrial@gmail.com>
-
- 27 Oct, 2018 1 commit
-
-
James Almer authored
Fixes memleaks. Signed-off-by: James Almer <jamrial@gmail.com>
-
- 26 Oct, 2018 1 commit
-
-
Josh de Kock authored
This test ensures that you are able to send N number of slice NALUs in slice threaded mode to be decoded simultaneously
-
- 26 Apr, 2018 1 commit
-
-
Clément Bœsch authored
-
- 02 Apr, 2018 1 commit
-
-
Josh de Kock authored
avdevice_register_all() is still required to register devices into lavf (this is required due to lavd being somewhat of a hack). Signed-off-by: Josh de Kock <josh@itanimul.li>
-
- 23 Apr, 2017 1 commit
-
-
Muhammad Faiz authored
Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
-
- 12 Mar, 2017 3 commits
-
-
James Almer authored
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Also propagate better error values. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
-
- 06 Dec, 2016 3 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 23 Jun, 2016 1 commit
-
-
Clément Bœsch authored
Fixes regression since 5d48e4ea
-
- 19 Jun, 2016 1 commit
-
-
Michael Niedermayer authored
The caps_internal field has moved without major bump and direct access causes crashes, found when testing 3.1 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 08 Dec, 2015 1 commit
-
-
Matthieu Bouron authored
-
- 07 Dec, 2015 2 commits
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
- 03 Dec, 2015 1 commit
-
-
Hendrik Leppkes authored
-
- 26 Nov, 2015 1 commit
-
-
Matthieu Bouron authored
-
- 27 Oct, 2015 1 commit
-
-
Hendrik Leppkes authored
-
- 24 Aug, 2015 1 commit
-
-
Ludmila Glinskih authored
Works only for flv, h263 and huffyuv decoders. Makes only one pass through the file (this should be changed to two passes) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 20 Aug, 2015 1 commit
-
-
Ludmila Glinskih authored
Works only with video stream. First pass without seeking -- counts crcs of a frames and store it in an array. After that it seeks a lot in different places and checks if crcs of these frames and crcs of frames in array are the same. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 08 Aug, 2015 1 commit
-
-
Ludmila Glinskih authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 29 Jun, 2015 1 commit
-
-
Ludmila Glinskih authored
Location of api-h264-test changed to special directory for api tests. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 28 Jun, 2015 1 commit
-
-
George Boyle authored
This ensures they are built before the tests are run. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 27 Jun, 2015 3 commits
-
-
Ludmila Glinskih authored
Add check for linesize. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
George Boyle authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
George Boyle authored
The intention of this change is to allow separation of API tests from the existing tests, and also to have a place for the API test source/executable files so they're not mixed in with the actual library code. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-