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-02-03avutil/mem: replace remaining void **/*** casts by memcpy()Michael Niedermayer
2015-02-02lavu/x86/x86inc: deprecate INIT_AVXJames Darnley
2015-02-02x264asm: warn when inappropriate instruction used in function with specified ...Anton Mitrofanov
2015-02-01Merge commit '60392480181f24ebf3ab48d8ac3614705de90152'Michael Niedermayer
2015-02-01mem: fix pointer pointer aliasing violationsRémi Denis-Courmont
2015-01-29lavu: Check av_dict_set allocationsLuca Barbato
2015-01-29libavutil: Added twofish symmetric block cipherSupraja Meedinti
2015-01-28avutil/aes: Rename crypt()Michael Niedermayer
2015-01-27Merge commit '728685f37ab333ca35980bd01766c78d197f784a'Michael Niedermayer
2015-01-27Add a side data type for audio service type.Anton Khirnov
2015-01-24avutil/pixdesc: rewrite AV_PIX_FMT_FLAG_PSEUDOPAL documentationMichael Niedermayer
2015-01-23avutil/buffer: factor buffer_replace() outMichael Niedermayer
2015-01-15avutil/pixfmt: Support the AV_PIX_FMT_GBRAP* formats with AV_HAVE_INCOMPATIBL...Michael Niedermayer
2015-01-15avutil/pixfmt: Document the duplicated AV_PIX_FMT_GBRAP* formatsMichael Niedermayer
2015-01-15Merge commit '0e6c7dfa650e8b0497bfa7a06394b7a462ddc33a'Michael Niedermayer
2015-01-15Merge commit 'e2ad0b66fa273c5c823978e8f601f2c0d9ee42f8'Michael Niedermayer
2015-01-14lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol
2015-01-14imgutils: create misc functions for dealing with buffersStefano Sabatini
2015-01-12avutil/opencl: don't include config.hJames Almer
2015-01-06Merge commit '07a0c0f0005072d115ace61e60f46be68582cc3a'Michael Niedermayer
2015-01-05opt: check memory allocationVittorio Giovara
2015-01-05Factorize avpriv_mirror() outMichael Niedermayer
2015-01-02avutil/camellia: cosmetic fixesGiorgio Vazzana
2015-01-02avutil/camellia: use K[2] instead of *K in generate_round_keys()Giorgio Vazzana
2015-01-02avutil/camellia: make LR128() more robustGiorgio Vazzana
2015-01-02avutil/camellia: fix documentation for av_camellia_crypt()Giorgio Vazzana
2015-01-02libavutil: Added Camellia symmetric block cipherSupraja Meedinti
2014-12-31x86/swr: add SSE2/AVX pack_8ch functionsJames Almer
2014-12-29avutil/rational: Check that av_reduce() returns values within the requested maxMichael Niedermayer
2014-12-28avutil/atomic: reuse ret to avoid dereferencing twice the same value.Clément Bœsch
2014-12-27avutil/hmac: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-27avutil/audio_fifo: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-27avutil/dict: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-19Add FFMPEG_VERSION into the binary libsMichael Niedermayer
2014-12-19libavutil: Added cbc mode to cast128Supraja Meedinti
2014-12-19Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e'Michael Niedermayer
2014-12-19Merge commit '5d839778b9f3edb682b7f71dde4f80f07c75b098'Michael Niedermayer
2014-12-19check memory errors from av_strdup()Vittorio Giovara
2014-12-19lavu: Refactor side data wipingLuca Barbato
2014-12-17libavutil: cosmetic: inserted spaces wherever necessarySupraja Meedinti
2014-12-15lavu/frame: fix malloc error path in av_frame_copy_props()wm4
2014-12-14thread: use "" instead of <> for including the w32pthreads wrapperAnton Khirnov
2014-12-13lavu/dict: check for malloc failureswm4
2014-12-09Merge commit '780cd20b00a69e26bbfffbb8eec16fbe999ea793'Michael Niedermayer
2014-12-09Merge commit 'f963f80399deb1a2b44c1bac3af7123e8a0c9e46'Michael Niedermayer
2014-12-09aarch64: Use .data.rel.ro for const data with relocationsMartin Storsjö
2014-12-09arm: Use .data.rel.ro for const data with relocationsMartin Storsjö
2014-12-08avutil/opt: Fix AV_OPT_TYPE_BINARY case in av_opt_is_set_to_default()Michael Niedermayer
2014-12-07avutil/opt: Check av_parse_video_rate()s return valueMichael Niedermayer
2014-12-07avutil/opt: Check av_parse_color() return valueMichael Niedermayer