summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: When streamcopying, only add the input seek position when copying tim...Simon Thelen2015-12-051-1/+1
* ffmpeg: enable echoing with command and debug modesClément Bœsch2015-12-041-0/+18
* ffmpeg: Check pkt_dts for AV_NOPTS_VALUEMichael Niedermayer2015-12-041-4/+5
* ffmpeg: fix -copy_prior_start 0 with -copyts and input -ssRodger Combs2015-11-201-8/+7
* ffmpeg: preserve profile for audio stream copyMaksym Veremeyenko2015-11-201-0/+1
* ffmpeg: Simplify fps code related to delta0Bryan Huh2015-11-161-6/+5
* ffmpeg: Fixing typos and adding comments to fps codeBryan Huh2015-11-161-8/+8
* ffmpeg: Fix integer overflow with cur_dts being AV_NOPTS_VALUEMichael Niedermayer2015-11-111-1/+5
* ffmpeg: Print a warning if a pkt duration is already set before using the fra...Michael Niedermayer2015-11-111-0/+2
* ffmpeg: set muxer packet duration based on framerate only for CFRMichael Niedermayer2015-11-111-1/+2
* Merge commit '3efd71b4d0b4a73ccbbbdc092e6bbd54d92633f4'Hendrik Leppkes2015-11-101-0/+5
|\
* | ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format.Simon Thelen2015-11-091-0/+4
* | all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde2015-11-031-2/+1
* | ffmpeg: use log10 instead of log()/log(10)Ganesh Ajjanagadde2015-10-291-1/+1
* | Merge commit 'cd0e08813a0484002b5defbf557c859f123953ae'Hendrik Leppkes2015-10-291-2/+3
|\ \ | |/
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-7/+7
* | Merge commit 'a5d42043093a39636a1f4021a37dd9c612479f6f'Hendrik Leppkes2015-10-271-1/+0
|\ \ | |/
* | ffmpeg: add abort_on option to allow aborting on empty outputMarton Balint2015-10-221-0/+7
* | Merge commit 'fb472e1a11a4e0caed2c3c91da01ea8e35d9e3f8'Hendrik Leppkes2015-10-221-0/+5
|\ \ | |/
* | ffmpeg: exit on corrupt packets or decoded frames if exit_on_error flag is pr...Marton Balint2015-10-221-4/+16
* | ffmpeg: factorize checking decoder resultMarton Balint2015-10-221-15/+12
* | ffmpeg: exit on av_write_trailer failure if exit_on_error is setMarton Balint2015-10-221-0/+2
* | ffmpeg: log failed av_write_trailerMarton Balint2015-10-221-1/+3
* | ffmpeg: add deprecation guards around remaining AVFMT_RAWPICTURE usageHendrik Leppkes2015-10-141-1/+8
* | ffmpeg: remove trailing whitespace that sneaked into the previous mergeHendrik Leppkes2015-10-141-1/+1
* | Merge commit '16b0c929621f84983b83b9735ce973acb12723bc'Hendrik Leppkes2015-10-141-5/+103
|\ \ | |/
* | ffmpeg: modify tty state when stderr is redirectedGanesh Ajjanagadde2015-10-111-7/+1
* | ffmpeg: avoid possible undefined behaviorGanesh Ajjanagadde2015-10-091-1/+1
* | Merge commit '6064f697a321174232a3fad351afb21150c3e9e5'Hendrik Leppkes2015-09-121-1/+0
|\ \ | |/
* | Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes2015-09-051-7/+1
* | Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes2015-09-051-1/+0
* | ffmpeg: Drop redundant ist checkMichael Niedermayer2015-09-041-1/+1
* | ffmpeg: force 128k default audio bitrate if nothing is specified and there is...Michael Niedermayer2015-08-281-0/+5
* | add missing FF_API_DESTRUCT_PACKET guardsAndreas Cadhalpun2015-08-221-1/+7
* | ffmpeg: use av_err2str()Michael Niedermayer2015-08-211-3/+7
* | ffmpeg: Use correct codec_id for av_parser_change() checkMichael Niedermayer2015-08-211-5/+4
* | ffmpeg: Check av_parser_change() for failureMichael Niedermayer2015-08-211-2/+7
* | ffmpeg: Check for RAWVIDEO and do not relay only on AVFMT_RAWPICTUREMichael Niedermayer2015-08-211-1/+3
* | ffmpeg: check avpicture_fill() return valueMichael Niedermayer2015-08-211-1/+5
* | Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-181-1/+1
* | ffmpeg: use av_buffersrc_add_frame instead of av_buffersrc_add_refAndreas Cadhalpun2015-08-161-5/+1
* | ffmpeg: Use the decoders dimensions in sub2video_get_blank_frame()Michael Niedermayer2015-08-151-2/+2
* | ffmpeg: Use actual frame dimensions in checks in sub2video_update()Michael Niedermayer2015-08-151-2/+1
* | ffmpeg: Print sub2video: rectangle coordinates in case of overflowsMichael Niedermayer2015-08-151-1/+3
* | ffmpeg: replace deprecated av_log_ask_for_sample with av_logAndreas Cadhalpun2015-08-121-6/+7
* | ffmpeg: switch swscale option handling to AVDictionary similar to what the ot...Michael Niedermayer2015-08-081-0/+1
* | ffmpeg: remove access to private FILE struct members on WindowsHendrik Leppkes2015-08-041-4/+0
* | ffmpeg: avoid scanf in keyboard command parsingHendrik Leppkes2015-08-041-2/+10
* | Revert "ffmpeg: modify tty state when stderr is redirected"Michael Niedermayer2015-07-301-1/+1
* | ffmpeg: modify tty state when stderr is redirectedGanesh Ajjanagadde2015-07-301-1/+1
OpenPOWER on IntegriCloud