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
2017-04-08ffmpeg: use av_stream_new_side_data() in init_output_streamJames Almer
2017-04-07ffmpeg: use av_stream_new_side_data()James Almer
2017-04-07ffmpeg: Change duration to int64_tMichael Niedermayer
2017-04-03ffmpeg: make transcode_init_done atomic.Ronald S. Bultje
2017-03-30ffmpeg: Fix avframe memleakMichael Niedermayer
2017-03-30Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-27avformat, ffmpeg: deprecate old rotation APIwm4
2017-03-26ffmpeg: stop using deprecated codec flagsJames Almer
2017-03-22Merge commit '27085d1b47c3741cc0fac284c916127c4066d049'Clément Bœsch
2017-03-21ffmpeg: Initialize two stack variables.Carl Eugen Hoyos
2017-03-21ffmpeg: don't unnecessarily use a deprecated API functionwm4
2017-03-17ffmpeg: set the encoding framerate when the output is CFRAnton Khirnov
2017-03-15Merge commit 'e46a6fb7732a7caef97a916a4f765ec0f779d195'Clément Bœsch
2017-03-12Merge commit 'b0f36a0043d76436cc7ab8ff92ab99c94595d3c0'Clément Bœsch
2017-03-06ffmpeg: remove unnecessary hack for decoders which refuse to drainwm4
2017-03-03ffmpeg: delay processing of subtitles before filters are initializedwm4
2017-03-03ffmpeg_cuvid: adapt for recent filter graph initialization changesTimo Rothenpieler
2017-03-03ffmpeg: restructure sending EOF to filtersAnton Khirnov
2017-03-03ffmpeg: move flushing the queued frames to configure_filtergraph()Anton Khirnov
2017-03-03ffmpeg: init filtergraphs only after we have a frame on each inputAnton Khirnov
2017-03-03ffmpeg: do packet ts rescaling in write_packet()Anton Khirnov
2017-03-03ffmpeg: make sure packets put into the muxing FIFO are refcountedwm4
2017-02-27ffmpeg: Add a linebreak to an error message.Carl Eugen Hoyos
2017-02-06ffmpeg: Remove redundant null checkMichael Niedermayer
2017-02-02ffmpeg: Add a missing line break when requesting a sample.Carl Eugen Hoyos
2017-01-28ffmpeg.c: Add output file index and stream index to vstats file.Sasi Inguva
2017-01-19ffmpeg: pass output stream duration as a hint to the muxerTobias Rapp
2017-01-14ffmpeg: Add -time_base option to hint the time baseMichael Bradshaw
2017-01-12ffmpeg: use buffersink accessors.Nicolas George
2016-12-28ffmpeg: remove stop_encoding variable and related code, it is dead / unused codeMichael Niedermayer
2016-12-26ffmpeg: Check avcodec_parameters_to_context() for failureMichael Niedermayer
2016-12-01ffmpeg: assert return value is initializedTobias Rapp
2016-11-18ffmpeg: factor out sending frame to filtersClément Bœsch
2016-11-18ffmpeg: remove dead code out of the video filter loopClément Bœsch
2016-11-14Merge commit 'b55566db4c51d920a6496455bb30a608e5a50a41'Hendrik Leppkes
2016-11-13Merge commit '50722b4f0cbc5940e9e6e21d113888436cc89ff5'Hendrik Leppkes
2016-11-13Merge commit 'ba7397baef796ca3991fe1c921bc91054407c48b'Hendrik Leppkes
2016-11-13ffmpeg: add newline to avformat_write_header error messageMarton Balint
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