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-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
2013-02-12ffmpeg: fix streamcopy of lsf mp3.Michael Niedermayer
2013-02-06ffmpeg: do not call exit from exit_program()Michael Niedermayer
2013-01-27ffmpeg: implement -force_key_frames expression evalutionStefano Sabatini
2013-01-26ffmpeg: support filtering of unknown channel layouts.Nicolas George
2013-01-26ffmpeg: add -guess_layout_max option.Nicolas George
2013-01-24ffmpeg: copy tmcd track timebase parametersMichael Niedermayer
2013-01-21Merge commit 'd9bf716945046333c24580d538f450b516f15710'Michael Niedermayer
2013-01-19ffmpeg: accept "chapters" as forced key frames.Nicolas George
2013-01-17Use new function av_codec_get_tag2() in ffmpeg.c.Carl Eugen Hoyos
2013-01-06add note on windows piperogerdpack
2012-12-27ffmpeg: remove annoying logs and improve reporting in case of unavailable bit...Stefano Sabatini
2012-12-20Merge commit '77bd1bc73a1946b0f0ce09a7cbb242a65e138d06'Michael Niedermayer
2012-12-19ffmpeg: Fix shortest with libx264Michael Niedermayer
2012-12-16ffmpeg: replace magic number with VSYNC_CFRPeter Ross
2012-12-12ffmpeg: sub2video: use start and end time.Nicolas George
2012-12-04ffmpeg: small indent fix.Clément Bœsch
2012-12-04ffmpeg: use the correct variables in do_video_stats()Michael Niedermayer
2012-12-04Update video stats log during encode flushThierry Foucu
2012-11-24ffmpeg: fix mixed declarations and statements.Michael Niedermayer
2012-11-24ffmpeg: Correct starttime based on non discarded streams.Michael Niedermayer
2012-11-24ffmpeg: minor simplification of wraping codeMichael Niedermayer
2012-11-22ffmpeg: add setting of field_order flagTim Nicholson
2012-11-22ffmpeg: fix weird reindentStefano Sabatini
2012-11-22ffmpeg: print debug_ts off and off_time values with timestamp helper routinesStefano Sabatini
2012-11-22ensure comment blocks that contain doxygen commands start with double asterixPeter Ross
2012-11-21ffmpeg: rework debugging timestamp logs in process_input()Stefano Sabatini
2012-11-14ffmpeg: fix double ;;Michael Niedermayer