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-08-03avcodec: add new Videotoolbox hwaccel.Sebastien Zwickert
2015-07-03Merge commit '80f955c90867561dcce769216bc497e13281eb38'Michael Niedermayer
2015-07-03vda: Check the correct pointer for buffer allocationLuca Barbato
2015-05-13Merge commit 'e7c5e17d4fbd7c83fb331bf327e25ebd8e6a8623'Michael Niedermayer
2015-05-13vda: Make output CVPixelBuffer format configurableStefano Pigozzi
2015-04-29Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'Michael Niedermayer
2015-04-29h264: use properly allocated AVFramesAnton Khirnov
2015-04-02avcodec/vda_h264: try to fix buildMichael Niedermayer
2015-04-02vda: fix h264 decoding for avcC,vda wants the entire bufferRainer Hochecker
2015-01-07Merge commit '2cef68da69a17ed09c313ba3c3850ec1cc0a80e0'Michael Niedermayer
2015-01-05vda: error out if decoded CVPixelBuffer is emptyStefano Pigozzi
2014-05-12avcodec/vda_h264: fix bistream typoMichael Niedermayer
2014-05-12avcodec/vda_h264: fix null pointer dereferenceMichael Niedermayer
2014-05-12Merge commit '67afcefb35932b420998f6f3fda46c7c85848a3f'Michael Niedermayer
2014-05-12Merge commit '31a46750c7eafe6bce6a3e4f09853cd0a585292b'Michael Niedermayer
2014-05-11lavc: Add new VDA hwaccelAnton Khirnov
2014-05-11vda: use hwaccel private data for internal bitstream bufferAnton Khirnov
2014-01-27vda: fix crash when a frame is dropped.Xidorn Quan
2013-11-03h264: reduce whitespace differences to libavMichael Niedermayer
2013-05-27avcodec/vda_h264: use av_buffer to manage buffersXidorn Quan
2013-03-13Merge commit '202c2acc40a6de8758b44ab3f5c85ab250079734'Michael Niedermayer
2013-03-13Merge commit 'adfa53d67c7a3318157ea9d95e8bdcfb77139452'Michael Niedermayer
2013-03-12vda: remove async decoder leftoversLuca Barbato
2013-03-09lavc: remove disabled FF_API_VDA_ASYNC cruftAnton Khirnov
2013-03-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-05hwaccel: consistent name prefixes for start_frame/end_frame/decode_sliceDiego Biurrun
2013-02-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-18Fix "bistream" typo and add a check in tools/patcheck.Clément Bœsch
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-16vda_h264.c: Change header inclusion order.Carl Eugen Hoyos
2012-08-14vda: better frame allocation.Sebastien Zwickert
2012-08-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-14vda: better frame allocationSebastien Zwickert
2012-08-14vda: Merge implementation into one fileSebastien Zwickert
2012-08-14vda: support synchronous decodingSebastien Zwickert
2012-08-14vda: Reuse the bitstream buffer and reallocate it only if neededSebastien Zwickert
2012-08-14vda: merge implementation into one file.Sebastien Zwickert
2012-08-14vda: support synchronous decoding.Sebastien Zwickert
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-11-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-28Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun
2011-11-15vda: get correctly the frame from h264 context.Sebastien Zwickert
2011-11-15vda: reordering headers inclusion.Sebastien Zwickert
2011-11-14hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert
2011-11-11vda: use fast reallocation.Sebastien Zwickert
2011-11-02HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.Sebastien Zwickert