summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* Call do_video_stats when duplicating frameThierry Foucu2013-03-23
* ffmpeg: Correct inter stream timestamp discontinuitiesMichael Niedermayer2013-03-23
* ffmpeg: Replace -deinterlace (which was broken by the buffer ref stuff) with ...Michael Niedermayer2013-03-21
* ffmpeg: fix freeing of sub2video frame.Nicolas George2013-03-20
* Inform the user if a pix_fmt != yuv420p was chosen for x264 encoding.Carl Eugen Hoyos2013-03-19
* ffmpeg: remove unused variableMichael Niedermayer2013-03-12
* Merge commit '354468fc12dcf93e7fb4af552e18906771913273'Michael Niedermayer2013-03-12
|\
* | ffmpeg: re-enable use of buffersrc flags.Nicolas George2013-03-10
* | ffmpeg: port sub2video to AVFrame.Nicolas George2013-03-10
* | ffmpeg: do not give away our reference to the frame.Nicolas George2013-03-10
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
|\|
* | Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer2013-03-08
|\|
* | Close output codecs if input codec initialisation fails.Carl Eugen Hoyos2013-03-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-07
|\|
* | Deprecate deinterlaced in libavcodec.Ronald S. Bultje2013-03-03
* | ffmpeg: fix -stats -v 0Michael Niedermayer2013-03-03
* | ffmpeg: print maxrss "-benchmark" data even on errorsMichael Niedermayer2013-03-02
* | Merge commit 'df0229a7caa124dcfb84c34b48d316744c467311'Michael Niedermayer2013-03-01
|\|
* | ffmpeg: fix variable name in psnr printing codeMichael Niedermayer2013-03-01
* | ffmpeg: free last sub when using -fix_sub_duration.Nicolas George2013-02-27
* | ffmpeg: use a AVDictionary instead of the context to move swr parameters aroundMichael Niedermayer2013-02-24
* | Merge commit '5c7db097ebe1fb5c233cedd8846615074e7d6044'Michael Niedermayer2013-02-24
|\|
* | ffmpeg: Check for parameter changes at the output of the audio filter graphMichael Niedermayer2013-02-14
* | ffmpeg: fix streamcopy of lsf mp3.Michael Niedermayer2013-02-12
* | ffmpeg: do not call exit from exit_program()Michael Niedermayer2013-02-06
* | ffmpeg: implement -force_key_frames expression evalutionStefano Sabatini2013-01-27
* | ffmpeg: support filtering of unknown channel layouts.Nicolas George2013-01-26
* | ffmpeg: add -guess_layout_max option.Nicolas George2013-01-26
* | ffmpeg: copy tmcd track timebase parametersMichael Niedermayer2013-01-24
* | Merge commit 'd9bf716945046333c24580d538f450b516f15710'Michael Niedermayer2013-01-21
|\|
* | ffmpeg: accept "chapters" as forced key frames.Nicolas George2013-01-19
* | Use new function av_codec_get_tag2() in ffmpeg.c.Carl Eugen Hoyos2013-01-17
* | add note on windows piperogerdpack2013-01-06
* | ffmpeg: remove annoying logs and improve reporting in case of unavailable bit...Stefano Sabatini2012-12-27
* | Merge commit '77bd1bc73a1946b0f0ce09a7cbb242a65e138d06'Michael Niedermayer2012-12-20
|\|
* | ffmpeg: Fix shortest with libx264Michael Niedermayer2012-12-19
* | ffmpeg: replace magic number with VSYNC_CFRPeter Ross2012-12-16
* | ffmpeg: sub2video: use start and end time.Nicolas George2012-12-12
* | ffmpeg: small indent fix.Clément Bœsch2012-12-04
* | ffmpeg: use the correct variables in do_video_stats()Michael Niedermayer2012-12-04
* | Update video stats log during encode flushThierry Foucu2012-12-04
* | ffmpeg: fix mixed declarations and statements.Michael Niedermayer2012-11-24
* | ffmpeg: Correct starttime based on non discarded streams.Michael Niedermayer2012-11-24
* | ffmpeg: minor simplification of wraping codeMichael Niedermayer2012-11-24
* | ffmpeg: add setting of field_order flagTim Nicholson2012-11-22
* | ffmpeg: fix weird reindentStefano Sabatini2012-11-22
* | ffmpeg: print debug_ts off and off_time values with timestamp helper routinesStefano Sabatini2012-11-22
* | ensure comment blocks that contain doxygen commands start with double asterixPeter Ross2012-11-21
* | ffmpeg: rework debugging timestamp logs in process_input()Stefano Sabatini2012-11-20
* | ffmpeg: fix double ;;Michael Niedermayer2012-11-14