- 02 Dec, 2016 5 commits
-
-
James Almer authored
Fixes the test. Regression since 059a786cSigned-off-by:
James Almer <jamrial@gmail.com>
-
Vittorio Giovara authored
-
Michael Niedermayer authored
This would be simpler if codecpar supported AVOptions modern ffserver should be unaffected by this, older ffserver which required the muxer to directly access the encoder could have issues with this, but this direct access is just wrong and unsafe Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
This accesses the private encoder context, it should not be used by the current ffserver it may affect old ffserver versions but i believe there is consens that accessing the private encoder context from the muxer is completely wrong. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 01 Dec, 2016 2 commits
-
-
Michael Niedermayer authored
They have changed due to 12219039Reviewed-by:
"Reynaldo H. Verdejo Pinochet" <reynaldo@osg.samsung.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Paul B Mahol authored
-
- 30 Nov, 2016 6 commits
-
-
Reynaldo H. Verdejo Pinochet authored
Dropped incompatible/obsoleted HTML tag attributes Signed-off-by:
Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
-
Andreas Cadhalpun authored
This fixes producing swf and rm files as done by ffservertest. Reviewed-by:
Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
Andreas Cadhalpun authored
It randomly causes failures with an error like: "Failed to set value '-f' for option 'd': Error number -920332800 occurred" (The error number is different every time.) Reviewed-by:
Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
Andreas Cadhalpun authored
Not doing so makes debugging unnecessarily hard. Reviewed-by:
Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
Vittorio Giovara authored
-
Michael Niedermayer authored
Fixes Ticket3791 Reviewed-by:
"Reynaldo H. Verdejo Pinochet" <reynaldo@osg.samsung.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 29 Nov, 2016 4 commits
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Reviewed-by:
"Reynaldo H. Verdejo Pinochet" <reynaldo@osg.samsung.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Reviewed-by:
"Reynaldo H. Verdejo Pinochet" <reynaldo@osg.samsung.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 28 Nov, 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
tests/ffserver-regression.sh: Fix file truncation introduced in 508826f9Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Nov, 2016 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 24 Nov, 2016 3 commits
-
-
Martin Vignali authored
Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
Muhammad Faiz authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
Wan-Teh Chang authored
This is a follow-up to commit d84a2120, which added the libavutil/tests/cpu_init.c. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 23 Nov, 2016 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 18 Nov, 2016 2 commits
-
-
James Almer authored
Fixes remuxing apng streams coming from the apng demuxer, which sends extradata during init. Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
This reverts commit e0c6b320. Said commit changed the behavior of the demuxer and decoder in a non backwards compatible way. Demuxers should make extradata available at init if possible, and send new extradata as side data within a packet if needed. A better fix for the remuxing crash will follow. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 16 Nov, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 14 Nov, 2016 1 commit
-
-
Carl Eugen Hoyos authored
Based on 19be5fb7 by Luca Barbato.
-
- 13 Nov, 2016 1 commit
-
-
Nicolas George authored
The test is not supposed to cover audio. Also, using -vframes along with an audio stream depends on the exact order the frames are processed by filters, it is too much constraint to guarantee.
-
- 12 Nov, 2016 1 commit
-
-
James Almer authored
No need to run the whole fate-lavf set. fate-lavf-flv_fmt is enough to create the required source file. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 10 Nov, 2016 3 commits
-
-
Sasi Inguva authored
Signed-off-by:
Sasi Inguva <isasi@google.com> Reviewed-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Steven Liu authored
Add keyframe index metadata Used to facilitate seeking; particularly for HTTP pseudo streaming. 1. read live streaming or file by sequence 2. if use add_keyframe_index option, add a mark flag at the position, use to insert new context at the last step. 3. add the keyframes *offset* and *timestamp* into a list 4. if use add_keyframe_index option, shift the metadata data from mark flag offset 5. insert the keyframes *offset* and *timestamp* from the list by sequence 6. free the list 7. end. Add FATE test case; Reviewed-by:
Lou Logan <lou@lrcd.com> Signed-off-by:
Steven Liu <liuqi@gosun.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 09 Nov, 2016 3 commits
-
-
Luca Barbato authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Luca Barbato authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 06 Nov, 2016 1 commit
-
-
James Almer authored
This should be more useful for users since numerical values for channel layout can be confusing and unintuitive. Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 05 Nov, 2016 2 commits
-
-
Michael Niedermayer authored
This includes the absolute path Found-by: jamrial Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
This test tests some odd sample with odd aspect ratio Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-