Peter Große
a58873b111
avconv: when using -loop option bail out if seek to start fails
...
Fixes an infinite loop when a demuxer fails to seek to the start of the input.
Signed-off-by: Peter Große <pegro@friiks.de>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2017-07-28 13:13:44 +02:00
Luca Barbato
91622f6446
avconv: Always initialize the opkt struct on streamcopy
2017-05-31 12:51:55 +02:00
Mark Thompson
4d56f7ab8f
avconv: Flush output BSFs when stream copy reaches EOF
...
Same as f64d1100a5
, for stream copy
rather than encode.
2017-05-16 22:23:14 +01:00
Mark Thompson
f64d1100a5
avconv: Flush output BSFs when encode reaches EOF
...
Before this, output bitstream filters would never see EOF and
therefore would not be able to flush any delayed packets.
2017-04-02 17:54:05 +01:00
Mark Thompson
d2e6dd32a4
avconv: Generic device setup
...
Not yet enabled for any hwaccels.
2017-03-20 23:15:43 +00:00
Diego Biurrun
c95169f0ec
build: Move cli tool sources to a separate subdirectory
...
This unclutters the top-level directory and groups related files together.
2017-02-21 16:10:51 +01:00