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-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
2012-11-14ffmpeg: fix audio timestamps on stream copy with -ssMichael Niedermayer
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-08Fix the packet duration when flushing the encoder.Thierry Foucu
2012-11-03Merge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'Michael Niedermayer
2012-10-30Merge commit '381dc1a5ec0925b281c573457c413ae643567086'Michael Niedermayer
2012-10-27ffmpeg: use av_rescale_delta() for audio stream copyMichael Niedermayer
2012-10-27ffmpeg: use av_rescale_delta() on the audio filter inputMichael Niedermayer
2012-10-27ffmpeg: trivial simplificationMichael Niedermayer
2012-10-26Merge commit '1b891d17c531e8a63c2974aab4bf997ce70746f3'Michael Niedermayer
2012-10-25ffmpeg: fix null ptr deref in psnr printing codeMichael Niedermayer