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
2015-09-06doc/examples/demuxing_decoding: simplify api_mode to refcountClément Bœsch
2015-09-05doc/examples/demuxing_decoding: Drop old api mode, because the code fails to ...Michael Niedermayer
2015-09-05Remove left-over FF_API_AVFILTERBUFFER cruftHendrik Leppkes
2015-09-04doc/examples/http_multiclient: Fix occured typoMichael Niedermayer
2015-08-28doc/examples/filtering_video: better demo ffmpeg filters; demos chaining the ...Harshit Mittal
2015-08-16doc/examples: rename avio_list_dir -> avio_dir_cmdMariusz Szczepańczyk
2015-08-15examples/avio_list_dir: add move and delete methodsMariusz Szczepańczyk
2015-08-01doc/example: Add http multi-client example codeStephan Holljes
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-06-15examples/demuxing_decoding: use properties from frame instead of video_dec_ctxAndreas Cadhalpun
2015-06-14doc: fix spelling errorsAndreas Cadhalpun
2015-06-13examples/decoding_encoding: Use the AVFrame width/height for processing image...Michael Niedermayer
2015-04-06examples/avio_list_dir: init/deinit networkLukasz Marek
2015-04-03doc/examples: Handle new types in avio_list_dirMariusz Szczepańczyk
2015-03-28doc/examples: add directory listing exampleLukasz Marek
2015-03-01Merge commit '990e4a6639d0714198583c2812b1074b5751898f'Michael Niedermayer
2015-02-28Add a QSV decoding example.Anton Khirnov
2015-02-10examples/demuxing_decoding: abort decoding when width, height or pix_fmt changeAndreas Cadhalpun
2015-01-31examples/demuxing_decoding: set stream_idx in open_codec_context only if no e...Andreas Cadhalpun
2015-01-29examples/filtering: extend comments about setting the filter graph endpointsStefano Sabatini
2015-01-27Merge commit '3a70c0c95feacb3844d05eebd579fc8189a77eee'Michael Niedermayer
2015-01-27Merge commit 'c9b19ac8928c6c9b7f25c3988177204f110d5e0e'Michael Niedermayer
2015-01-27Merge commit '749a89d1b8bb73b4d4f14c48f33259a1300c1761'Michael Niedermayer
2015-01-27examples/transcode_aac: generate proper PTS and set the muxer timebaseAndreas Unterweger
2015-01-27examples/transcode_aac: fix a typoAndreas Unterweger
2015-01-27examples/transcode_aac: properly select the output sample formatAndreas Unterweger
2015-01-10doc/examples: fix lib math dep for decoding_encodingAndreas Cadhalpun
2015-01-08doc/examples/transcoding: Use avio_closep() in examples as it avoids leaving ...Michael Niedermayer
2015-01-08idoc/examples/remuxing: Use avio_closep() in examples as it avoids leaving st...Michael Niedermayer
2015-01-08doc/examples/transcode_aac: Use avio_closep() in examples as it avoids leavin...Michael Niedermayer
2015-01-08doc/examples/muxing: Use avio_closep() in examples as it avoids leaving stale...Michael Niedermayer
2014-12-05doc/examples/filtering_video: fix frame ratePiotr Fusik
2014-12-04doc/examples/transcoding: check encoder before using itMichael Niedermayer
2014-11-25doc/examples/decoding_encoding: fix storing all channelsMichael Niedermayer
2014-11-22doc: fix the the typosMichael Niedermayer
2014-09-16doc/examples/transcoding: use av_packet_rescale_ts()Stefano Sabatini
2014-09-14doc/examples: remove unneeded NULL checksMichael Niedermayer
2014-08-18avcodec: export motion vectors in frame side data on demandClément Bœsch
2014-08-06transcode_aac: fix const return valueTimothy Gu
2014-08-03Merge commit '6a928293dd29c7f0dcf09107980a1d651c9957df'Michael Niedermayer
2014-08-03examples: filter_audio: Add missing mem.h header for av_freep()Diego Biurrun
2014-07-27doc/examples/muxing: fix "-flags" optionMichael Niedermayer
2014-07-27doc/examples/muxing: Exchange tmp_frame and frameMichael Niedermayer
2014-07-27doc/examples/muxing: mark correct frame as writeableMichael Niedermayer
2014-07-27doc/examples/muxing: Always use swr, simplifies code slightlyMichael Niedermayer