summaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffmpeg: update print_report to use AVBPrint APITobias Rapp2018-03-051-26/+22
* fftools/ffmpeg: fix progress log message in case pts is not availableTobias Rapp2018-03-051-8/+17
* fftools/ffmpeg: replace call to av_strerror with av_err2strTobias Rapp2018-02-271-8/+2
* Don't complain about codec2's 700 bit/s modes in ffmpeg.cTomas Härdin2018-02-241-1/+2
* avformat/mpegts: set AV_DISPOSITION_DEPENDENT for mix_type=0 supplementary audioAman Gupta2018-02-231-0/+1
* fftools, tools, examples: migrate to AVFormatContext->urlMarton Balint2018-01-281-8/+8
* ffmpeg: Ignore SIGPIPEMark Thompson2018-01-251-0/+3
* ffmpeg: use thread wrappers for the thread message functionalityJames Almer2018-01-041-11/+8
* ffmpeg: Use codec hardware config to configure hwaccelsMark Thompson2017-11-261-23/+54
* ffmpeg: add return value check to supress the build warning.Jun Zhao2017-11-211-9/+19
* ffmpeg: remove usage of AVCodecContext accessorsJames Almer2017-11-151-1/+1
* ffmpeg: use explicitly requested hwaccel onlyTimo Rothenpieler2017-11-111-3/+4
* Merge commit 'a58873b11198d04670b7f98f5a8a749d742db7c5'James Almer2017-11-101-3/+5
* ffmpeg.c: fix code style in seek_to_startPeter Große2017-11-051-2/+5
* ffmpeg.c: fix calculation of input file duration in seek_to_start()Peter Große2017-11-051-2/+2
* ffmpeg: Fix flush packet stream copy input timestamp handlingMark Thompson2017-11-011-2/+2
* Merge commit '91622f6446b463abe6507ad2cd5d1fbf7e49c424'James Almer2017-10-311-3/+3
* Merge commit '4d56f7ab8f627aa140c1ede1bb61305f01cefcdd'James Almer2017-10-301-3/+9
* ffmpeg: Fix stored encoder metadata with -bitexactMichael Niedermayer2017-10-301-1/+1
* lavf: Remove AVFMT_RAWPICTURE.Carl Eugen Hoyos2017-10-261-40/+0
* ffmpeg: always init output stream before reaping filtersMarton Balint2017-10-181-0/+9
* ffmpeg.c: Fallback to duration_dts, when duration_pts can't be determined.Sasi Inguva2017-10-121-2/+7
* ffmpeg: always use single threaded decoding for attached picturesMarton Balint2017-10-081-0/+3
* Merge commit 'c95169f0ec68bdeeabc5fde8aa4076f406242524'James Almer2017-10-011-0/+4826
OpenPOWER on IntegriCloud