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-07-07ffmpeg: Fix typos in the comment for decode() ("." vs. "->")Wan-Teh Chang
2017-06-24ffmpeg: Flush output BSFs when encode reaches EOFMark Thompson
2017-06-20ffmpeg: remove misleading and incorrect warning messageswm4
2017-06-15ffmpeg: Generic device setupMark Thompson
2017-05-25ffmpeg: remove bsf extradata propagation hackJames Almer
2017-05-10ffmpeg: add enc_time_base optionerankor
2017-05-02ffmpeg: count packets when queuedMuhammad Faiz
2017-04-23ffmpeg: do not report EOF on filters as an error.Nicolas George
2017-04-23ff*: do not use AVFrame accessorMuhammad Faiz
2017-04-22ffmpeg; check return code of avcodec_send_frame when flushing encodersMarton Balint
2017-04-18ffmpeg: Clear fifo pointer on deallocationMichael Niedermayer
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