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
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
2014-07-27doc/examples/muxing: add alloc_audio_frame() and use it to simplify code.Anton Khirnov
2014-07-27doc/examples/muxing: Move samples_count to OutputStreamMichael Niedermayer
2014-07-27doc/examples/muxing: free swr context at the endMichael Niedermayer
2014-07-27doc/examples/muxing: Support setting flags, for example for setting bitexactMichael Niedermayer
2014-07-27doc/examples/muxing: select a supported sample rate for the encoder, favor 44100Michael Niedermayer
2014-07-27doc/examples/muxing: pick a supported channel layout if stereo isnt supported...Michael Niedermayer
2014-07-26doc/examples/muxing: move swr context to OutputStreamMichael Niedermayer
2014-07-26Merge commit '884f7c975f0af25febe86660e87bf3b2165a0309'Michael Niedermayer
2014-07-26output example: convert audio to the format supported by the encoderAnton Khirnov
2014-07-26output example: set the stream timebaseAnton Khirnov
2014-07-11examples/output: Remove unused variableDiego Biurrun
2014-07-07transcoding: fix Doxygen file pathTimothy Gu
2014-06-29doc/examples/resampling_audio: use av_freep() for safteyMichael Niedermayer
2014-06-28doc/examples/muxing: remove unused variableMichael Niedermayer
2014-06-27Merge commit '182d3f8221c23716ea4eafa460bdb94968f71f26'Michael Niedermayer
2014-06-27Merge commit 'a7fcd4122b19b0f934020f4e261d0c44c4c32e11'Michael Niedermayer
2014-06-27Merge commit '6a927d7aaf5625e83a674072913b9e292a303fd1'Michael Niedermayer
2014-06-27Merge commit '63fd0d866c8300a8f251a15b1535e9ce40a407fb'Michael Niedermayer
2014-06-27Merge commit 'edd5f957646dcbf1bb55718bc7bf1e5481c25bcb'Michael Niedermayer
2014-06-27Merge commit '5e7b125b6ae36893dfd9cb5661c99b67363cbb38'Michael Niedermayer
2014-06-27Merge commit 'ac85f631c9a9cc59aaca1c8dd6894fb1f701c594'Michael Niedermayer
2014-06-26Merge commit '294daf71a7a1303b5ddd3cbefebed3b732d610f3'Michael Niedermayer
2014-06-26Merge commit '38d044429dabcd28928693240e955c6d4430cca9'Michael Niedermayer
2014-06-26output example: free the muxing format context properlyAnton Khirnov
2014-06-26output example: rewrite encoding logicAnton Khirnov
2014-06-26output example: store the scaling context in the stream contextAnton Khirnov
2014-06-26output example: use a macro instead of a static variableAnton Khirnov
2014-06-26output example: allocate the audio frame only onceAnton Khirnov
2014-06-26output example: use OutputStream for audio streams as wellAnton Khirnov
2014-06-26output example: use the new AVFrame API to allocate audio framesAnton Khirnov
2014-06-26output example: set output channel layoutAnton Khirnov
2014-06-26output example: use a struct to bundle the video stream variables togetherAnton Khirnov
2014-06-26output example: use the new AVFrame API for allocating the video frameAnton Khirnov
2014-06-20Merge commit '452860d7e056f9a894cac2fe52cdedeae4c38251'Michael Niedermayer
2014-06-20Use av_packet_rescale_ts() to simplify code.Anton Khirnov
2014-06-03fix various typosLou Logan
2014-04-23examples: rename avcodec.c to decoding_encoding.cStefano Sabatini
2014-04-08examples/transcoding: use av_malloc_array()Michael Niedermayer
2014-04-06examples/avio_reading: fix null dereference on errorMichael Niedermayer
2014-03-21doc/examples/avcodec: information regarding gop_size ignored if frame->pic-ty...Anshul Maheshwari