summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: update error message, and make use of av_err2str() to simplifyStefano Sabatini2013-04-101-3/+1
* Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-04-101-3/+3
|\
| * ffmpeg: use a rational for -aspect option.Nicolas George2013-04-091-3/+3
* | ffmpeg: print frame decoding error statisticMichael Niedermayer2013-04-101-0/+2
* | ffmpeg: dont exit 0 if fewer than 1/3 of the input could be decoded.Michael Niedermayer2013-04-101-0/+14
|/
* Add a work-around for msvc compilation until c99-to-c89 issue 7 is fixed.Carl Eugen Hoyos2013-04-041-2/+4
* ffmpeg: Fix forcing of the framerate for stream copy on inputMichael Niedermayer2013-04-021-1/+6
* ffmpeg: initialize got_output, this silences a compiler warning from iccMichael Niedermayer2013-04-011-1/+1
* Merge commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c'Michael Niedermayer2013-03-281-0/+1
|\
* | Call do_video_stats when duplicating frameThierry Foucu2013-03-231-1/+1
* | ffmpeg: Correct inter stream timestamp discontinuitiesMichael Niedermayer2013-03-231-0/+20
* | ffmpeg: Replace -deinterlace (which was broken by the buffer ref stuff) with ...Michael Niedermayer2013-03-211-46/+0
* | ffmpeg: fix freeing of sub2video frame.Nicolas George2013-03-201-1/+1
* | Inform the user if a pix_fmt != yuv420p was chosen for x264 encoding.Carl Eugen Hoyos2013-03-191-0/+7
* | ffmpeg: remove unused variableMichael Niedermayer2013-03-121-4/+0
* | Merge commit '354468fc12dcf93e7fb4af552e18906771913273'Michael Niedermayer2013-03-121-72/+74
|\ \ | |/
* | ffmpeg: re-enable use of buffersrc flags.Nicolas George2013-03-101-5/+9
* | ffmpeg: port sub2video to AVFrame.Nicolas George2013-03-101-15/+29
* | ffmpeg: do not give away our reference to the frame.Nicolas George2013-03-101-1/+2
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-3/+3
|\ \ | |/
* | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer2013-03-081-0/+1
|\ \ | |/
* | Close output codecs if input codec initialisation fails.Carl Eugen Hoyos2013-03-081-1/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-071-0/+4
|\ \ | |/
* | Deprecate deinterlaced in libavcodec.Ronald S. Bultje2013-03-031-2/+2
* | ffmpeg: fix -stats -v 0Michael Niedermayer2013-03-031-1/+4
* | ffmpeg: print maxrss "-benchmark" data even on errorsMichael Niedermayer2013-03-021-2/+7
* | Merge commit 'df0229a7caa124dcfb84c34b48d316744c467311'Michael Niedermayer2013-03-011-0/+2
|\ \ | |/
* | ffmpeg: fix variable name in psnr printing codeMichael Niedermayer2013-03-011-1/+1
* | ffmpeg: free last sub when using -fix_sub_duration.Nicolas George2013-02-271-0/+1
* | ffmpeg: use a AVDictionary instead of the context to move swr parameters aroundMichael Niedermayer2013-02-241-0/+1
* | Merge commit '5c7db097ebe1fb5c233cedd8846615074e7d6044'Michael Niedermayer2013-02-241-0/+1
|\ \ | |/
* | ffmpeg: Check for parameter changes at the output of the audio filter graphMichael Niedermayer2013-02-141-0/+6
* | ffmpeg: fix streamcopy of lsf mp3.Michael Niedermayer2013-02-121-1/+1
* | ffmpeg: do not call exit from exit_program()Michael Niedermayer2013-02-061-2/+1
* | ffmpeg: implement -force_key_frames expression evalutionStefano Sabatini2013-01-271-5/+60
* | ffmpeg: support filtering of unknown channel layouts.Nicolas George2013-01-261-1/+1
* | ffmpeg: add -guess_layout_max option.Nicolas George2013-01-261-0/+2
* | ffmpeg: copy tmcd track timebase parametersMichael Niedermayer2013-01-241-0/+6
* | Merge commit 'd9bf716945046333c24580d538f450b516f15710'Michael Niedermayer2013-01-211-1/+1
|\ \ | |/
* | ffmpeg: accept "chapters" as forced key frames.Nicolas George2013-01-191-7/+45
* | Use new function av_codec_get_tag2() in ffmpeg.c.Carl Eugen Hoyos2013-01-171-1/+2
* | add note on windows piperogerdpack2013-01-061-1/+3
* | ffmpeg: remove annoying logs and improve reporting in case of unavailable bit...Stefano Sabatini2012-12-271-13/+11
* | Merge commit '77bd1bc73a1946b0f0ce09a7cbb242a65e138d06'Michael Niedermayer2012-12-201-14/+5
|\ \ | |/
* | ffmpeg: Fix shortest with libx264Michael Niedermayer2012-12-191-3/+2
* | ffmpeg: replace magic number with VSYNC_CFRPeter Ross2012-12-161-1/+1
* | ffmpeg: sub2video: use start and end time.Nicolas George2012-12-121-3/+17
* | ffmpeg: small indent fix.Clément Bœsch2012-12-041-1/+1
* | ffmpeg: use the correct variables in do_video_stats()Michael Niedermayer2012-12-041-4/+2
* | Update video stats log during encode flushThierry Foucu2012-12-041-0/+5
OpenPOWER on IntegriCloud