summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAgeFilesLines
* Revert "cmdutils: make use of new iteration APIs"James Almer2018-02-081-43/+79
* lavc/bsf: make BSF iteration the same as other iteratorsJosh de Kock2018-02-061-1/+1
* cmdutils: make use of new iteration APIsJosh de Kock2018-02-061-79/+43
* ffprobe: remove usage of deprecation warning removal pragmasJames Almer2018-02-021-2/+0
* ffprobe: Initialize coded_width/heightZhong Li2018-02-021-0/+8
* fftools, tools, examples: migrate to AVFormatContext->urlMarton Balint2018-01-284-16/+16
* ffmpeg: Ignore SIGPIPEMark Thompson2018-01-251-0/+3
* fftools/ffmpeg_opt: Remove a write-only variable.Carl Eugen Hoyos2018-01-081-2/+0
* Remove the ffserver programRostislav Pehlivanov2018-01-065-5599/+2
* ffmpeg: use thread wrappers for the thread message functionalityJames Almer2018-01-043-17/+11
* ffplay: drop lock manager usewm42017-12-261-27/+0
* ffmpeg_opt: Constify hwaccel pointer.Carl Eugen Hoyos2017-11-291-1/+2
* ffmpeg: Check read_ffserver_streams() return valuePan Bian2017-11-281-0/+2
* ffmpeg: Use codec hardware config to configure hwaccelsMark Thompson2017-11-264-133/+251
* lavu,lavfi,ffmpeg: Remove experimental OpenCL APIMark Thompson2017-11-223-302/+0
* ffmpeg: add return value check to supress the build warning.Jun Zhao2017-11-211-9/+19
* ffmpeg: add ui64 type to SpecifierOptpkviet2017-11-201-0/+1
* ffmpeg: Allow "-to" on input files in addition to "-t"Vitaly _Vi Shukela2017-11-191-1/+16
* ffmpeg_filter: use nb_threads=1 on unused filtergraphDHE2017-11-191-0/+1
* ffplay: remove usage of AVCodecContext accessorsJames Almer2017-11-151-6/+6
* ffprobe: remove usage of AVCodecContext accessorsJames Almer2017-11-151-1/+1
* ffmpeg: remove usage of AVCodecContext accessorsJames Almer2017-11-152-4/+4
* ffmpeg: use explicitly requested hwaccel onlyTimo Rothenpieler2017-11-111-3/+4
* Merge commit 'a58873b11198d04670b7f98f5a8a749d742db7c5'James Almer2017-11-101-3/+5
* h264dec: add a NVDEC hwaccelAnton Khirnov2017-11-102-0/+5
* ffplay: use SDL2 audio APIMarton Balint2017-11-061-4/+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
* ffplay: only use hardware accelerated SDL texture formatsMarton Balint2017-11-041-4/+12
* ffplay: create the window and the renderer before starting playbackMarton Balint2017-11-041-32/+35
* Merge commit '908f737d6c2900b5d34319ca6ea1d1cb71221463'James Almer2017-11-011-1/+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
* ffmpeg: remove usage of deprecated getter functionsJames Almer2017-10-291-13/+9
* ffprobe: remove usage of deprecated getter functionsJames Almer2017-10-291-1/+1
* avformat: remove use of deprecated AVFMT_FLAG_KEEP_SIDE_DATA flagJames Almer2017-10-292-4/+0
* lavf: Remove AVFMT_RAWPICTURE.Carl Eugen Hoyos2017-10-261-40/+0
* ffserver: Fix off by 1 error in pathMichael Niedermayer2017-10-251-14/+10
* Merge commit 'b3739599bda740ac12d3dde31a331b744df99123'James Almer2017-10-232-10/+0
* ffmpeg: add -bitexact flag to simplify enabling bitexact mode in (de)muxer an...Michael Niedermayer2017-10-232-0/+17
* lavc: drop VDAClément Bœsch2017-10-233-48/+5
* ffserver: remove usage of deprecated rc_eq optionJames Almer2017-10-211-3/+1
* ffmpeg: always init output stream before reaping filtersMarton Balint2017-10-181-0/+9
* ffmpeg: remove hwaccel_lax_profile_check optionJun Zhao2017-10-162-4/+0
* 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
* build: fix compilation of tools with OpenCL enabledJames Almer2017-10-031-1/+1
* Merge commit 'c95169f0ec68bdeeabc5fde8aa4076f406242524'James Almer2017-10-0117-0/+27478