Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-03ffmpeg: drop old non monotone dts workaround.Michael Niedermayer
2013-05-03ffmpeg: set correct log context for non monotone dts workaround warningsMichael Niedermayer
2013-05-03ffmpeg: port loglevel selection code to new dts workaround codeMichael Niedermayer
2013-05-03ffmpeg: fix pts handling in the non monotone dts workaroundMichael Niedermayer
2013-05-03ffmpeg: fix the used maximum dts in the monotone dts workaroundMichael Niedermayer
2013-05-03ffmpeg: use a max variable to hold the maximum dtsMichael Niedermayer
2013-05-03ffmpeg: Check dts before use in non monotone dts workaroundMichael Niedermayer
2013-05-03ffmpeg: limit non monotone workaround to audio & video streamsMichael Niedermayer
2013-05-03ffmpeg: move non monotone prevention code downMichael Niedermayer
2013-05-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-03Merge commit 'b4a5a292274f904f404f40f826c51e6fc9cfb8fe'Michael Niedermayer
2013-05-02ffmpeg: fix segfault with random outputMichael Niedermayer
2013-05-01Merge commit '8cd472d3f947a6233e7dc628f0dc71c74e62413a'Michael Niedermayer
2013-05-01Merge commit 'a83c0da539fb07260310bc3b34056239d2b138b2'Michael Niedermayer
2013-04-19ffmpeg: make -aspect work with -vcodec copy.Nicolas George
2013-04-14ffmpeg: show error message in case of av_buffersrc_add_frame_flags() failureStefano Sabatini
2013-04-12Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'Michael Niedermayer
2013-04-12Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer
2013-04-10ffmpeg: update error message, and make use of av_err2str() to simplifyStefano Sabatini
2013-04-10Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
2013-04-10ffmpeg: print frame decoding error statisticMichael Niedermayer
2013-04-10ffmpeg: dont exit 0 if fewer than 1/3 of the input could be decoded.Michael Niedermayer
2013-04-09ffmpeg: use a rational for -aspect option.Nicolas George
2013-04-04Add a work-around for msvc compilation until c99-to-c89 issue 7 is fixed.Carl Eugen Hoyos
2013-04-02ffmpeg: Fix forcing of the framerate for stream copy on inputMichael Niedermayer
2013-04-01ffmpeg: initialize got_output, this silences a compiler warning from iccMichael Niedermayer
2013-03-28Merge commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c'Michael Niedermayer
2013-03-23Call do_video_stats when duplicating frameThierry Foucu
2013-03-23ffmpeg: Correct inter stream timestamp discontinuitiesMichael Niedermayer
2013-03-21ffmpeg: Replace -deinterlace (which was broken by the buffer ref stuff) with ...Michael Niedermayer
2013-03-21ffmpeg: fix freeing of sub2video frame.Nicolas George
2013-03-19Inform the user if a pix_fmt != yuv420p was chosen for x264 encoding.Carl Eugen Hoyos
2013-03-12ffmpeg: remove unused variableMichael Niedermayer
2013-03-12Merge commit '354468fc12dcf93e7fb4af552e18906771913273'Michael Niedermayer
2013-03-10ffmpeg: re-enable use of buffersrc flags.Nicolas George
2013-03-10ffmpeg: port sub2video to AVFrame.Nicolas George
2013-03-10ffmpeg: do not give away our reference to the frame.Nicolas George
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'Michael Niedermayer
2013-03-08Close output codecs if input codec initialisation fails.Carl Eugen Hoyos
2013-03-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-04Deprecate deinterlaced in libavcodec.Ronald S. Bultje
2013-03-03ffmpeg: fix -stats -v 0Michael Niedermayer
2013-03-02ffmpeg: print maxrss "-benchmark" data even on errorsMichael Niedermayer
2013-03-01Merge commit 'df0229a7caa124dcfb84c34b48d316744c467311'Michael Niedermayer
2013-03-01ffmpeg: fix variable name in psnr printing codeMichael Niedermayer
2013-02-27ffmpeg: free last sub when using -fix_sub_duration.Nicolas George
2013-02-24ffmpeg: use a AVDictionary instead of the context to move swr parameters aroundMichael Niedermayer
2013-02-24Merge commit '5c7db097ebe1fb5c233cedd8846615074e7d6044'Michael Niedermayer
2013-02-15ffmpeg: Check for parameter changes at the output of the audio filter graphMichael Niedermayer