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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-05ffmpeg: don't overwrite av_bsf_receive_packet return value before checking itJames Almer
2016-11-04ffmpeg: Warn if thousands of frames are duplicated.Carl Eugen Hoyos
2016-11-04ffmpeg: Fix bsf corrupting merged side dataMichael Niedermayer
2016-11-03Merge commit '722ec3eb35bc152ce91d0a4502eca0df1c0086d0'Hendrik Leppkes
2016-10-22doc: fix spelling errorsAndreas Cadhalpun
2016-10-16ffmpeg: remove unused ist parameter in do_subtitle_out()Clément Bœsch
2016-10-14ffmpeg: Use av_fifo_freep() to avoid stale pointersMichael Niedermayer
2016-10-14ffmpeg_cleanup: fix crash with unrecognized codecJames Zern
2016-10-08Merge commit '398f015f077c6a2406deffd9e37ff34b9c7bb3bc'Hendrik Leppkes
2016-10-07ffmpeg: explicitly write headers for files with no streamsHendrik Leppkes
2016-10-07Merge commit '1c169782cae6c5c430ff62e7d7272dc9d0e8d527'Hendrik Leppkes
2016-10-07Merge commit 'beb62dac629603eb074a44c44389c230b5caac7c'Hendrik Leppkes
2016-10-07ffmpeg: remove unused and errorneous AVFrame timestamp checkHendrik Leppkes
2016-10-07ffmpeg: don't reconfigure terminal if we're not taking input from stdinRodger Combs
2016-10-01ffmpeg: use new encode APIwm4
2016-10-01ffmpeg: use new decode APIwm4
2016-10-01ffmpeg: move subframe warning to libavcodecwm4
2016-09-29ffmpeg: pass the hwaccel frames context to the decoderAnton Khirnov
2016-09-28Merge commit '6ed0f70f97c882813199b3bafd724ceeb43659de'James Almer
2016-09-27ffmpeg: stop using AVStream.codec on stream copyJames Almer
2016-09-25ffmpeg: fix memleak of encoder options AVDictionary on failureJames Almer
2016-09-25ffmpeg: Fix bistream typosMichael Niedermayer
2016-09-24ffmpeg: switch to the new BSF APIClément Bœsch
2016-09-21ffmpeg: switch to codecparClément Bœsch
2016-09-14lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpegClément Bœsch
2016-09-14ffmpeg: copy trailing_padding when using -acodec copyJon Toohill
2016-09-02ffmpeg: fix broken indent/style in write_frameClément Bœsch
2016-08-28ffmpeg: fix -stream_loop with -reMarton Balint
2016-08-17ffmpeg: Do not set too large bits_per_raw_sample.Carl Eugen Hoyos
2016-08-08cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes
2016-08-06Merge commit '90944ee3ab79081845ea1bd97eea475031ce0842'James Almer
2016-08-04Merge commit '5e1840622ce6e41c57d9c407604863d3f3dcc3ae'Timothy Gu
2016-08-04Merge commit '73c6ec6d659bab11ac424a4ba6ce3a56246295ee' into mergeTimothy Gu
2016-08-04Merge commit '49670e4218d34899a1c37abb7a11615efc16f757'Timothy Gu
2016-07-23ffmpeg.c: copy video profile when using stream_copyMark Reid
2016-07-17cosmetics: fix some misspelled wordsJames Almer
2016-06-25ffmpeg: do not use deprecated AVSubtitleRect.pictClément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-10ffmpeg: Add cuvid hwaccel supportTimo Rothenpieler
2016-05-16ffmpeg: Check that r_frame_rate is set before attempting to use itMichael Niedermayer
2016-05-10ffmpeg: copy color properties in case of -c:v copy.Ronald S. Bultje
2016-05-09Merge commit '5d273d3efac340ef8de445c955ff44c7abed4e8f'Derek Buitenhuis
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-11vp9: add superframe merging bitstream filter.Ronald S. Bultje
2016-03-11lavf: allow BSFs to drop packets.Ronald S. Bultje
2016-02-26ffmpeg: set sub_text_format to ass (without timing) by defaultClément Bœsch
2016-02-24Merge commit 'c15f6098b1b25689dd5e86aeb5ce69bc12efe1e1'Derek Buitenhuis
2016-02-19ffmpeg: init input streams before opening encodersMarton Balint
2016-02-18ffmpeg: Check best_effort_timestamp after rescaleMichael Niedermayer
2016-01-29ffmpeg: replace "flush Media" with "flush_media" in benchmark_all outputStefano Sabatini