summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | ffmpeg.c: remove all remaining coded_frame usesMichael Niedermayer2015-07-281-2/+3
* | ffmpeg: Use side data instead of coded_frame for error[] valuesMichael Niedermayer2015-07-281-3/+11
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-4/+4
|\ \ | |/
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-4/+4
|\ \ | |/
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-6/+6
|\ \ | |/
* | Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer2015-07-221-2/+2
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+3
|\ \ | |/
* | Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b'Michael Niedermayer2015-07-211-3/+10
|\ \ | |/
* | Merge commit '6d592fbd0d8e89ecade3fc93b36ea200213dc01c'Michael Niedermayer2015-07-191-5/+0
|\ \ | |/
* | Merge commit '1959351aecf09fc3e90208ff775f4849801dc13f'Michael Niedermayer2015-07-191-10/+0
|\ \ | |/
* | Merge commit 'ab7b038906f3e40ed474676d8e3029902a2078f5'Michael Niedermayer2015-07-191-57/+68
|\ \ | |/
* | Merge commit '6d5d9246042acb804a652e6fedfb7afe0ca85614'Michael Niedermayer2015-07-191-35/+0
|\ \ | |/
* | Merge commit '59245e0c5e10a849e67c632cccf4f677b2442e82'Michael Niedermayer2015-07-191-4/+0
|\ \ | |/
* | ffmpeg: Fix cleanup after failed allocation of output_filesMichael Niedermayer2015-07-141-1/+4
* | ffmpeg: Fix crash with ost->last_frame allocation failureMichael Niedermayer2015-07-141-1/+1
* | ffmpeg: Fix deallocating input threads with partly failed file allocationMichael Niedermayer2015-07-141-1/+1
* | ffmpeg: Fix cleanup with ost = NULLMichael Niedermayer2015-07-131-1/+6
* | ffmpeg: Use av_log to print benchmark output.Carl Eugen Hoyos2015-07-091-3/+3
* | ffmpeg: windows: respond to logoff and ctrl+break messages as wellrogerdpack2015-07-011-0/+41
OpenPOWER on IntegriCloud