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-04avcodec/hevc: Update the USE_SAO_SMALL_BUFFER case for the alignment requirem...Christophe Gisquet
2015-02-04avcodec/hevc: Do not zero is_pcm on allocationChristophe Gisquet
2015-02-04avcodec/hevc: reduce memory for SAOFabrice Bellard
2015-02-02avcodec/hevc: adding support for monochrome sequences in hevcMickaël Raulet
2015-02-02x86: hevc/sao: aligned source buffersChristophe Gisquet
2015-01-30avcodec/hevc: Check for av_malloc failureMichael Niedermayer
2015-01-30avcodec/hevc: Replace more mallocs by av_malloc_array()Michael Niedermayer
2015-01-27Merge commit '443b71928b2f36362e805c037751e6c3c79ea4e8'Michael Niedermayer
2015-01-27Add DXVA2 HEVC HWAccelHendrik Leppkes
2015-01-27hevc: reindent after previous commitHendrik Leppkes
2015-01-27hevc: add hwaccel hooksHendrik Leppkes
2015-01-27hevc: store the short term rps flag and size in the contextHendrik Leppkes
2015-01-27hevc: store the escaped/raw bitstream in HEVCNALHendrik Leppkes
2015-01-27hevc: unref the current frame if frame_start() failsAnton Khirnov
2015-01-24hevc: pass the full HEVCNAL struct to decode_nal_unitHendrik Leppkes
2015-01-13avcodec/hevc: Fix handling of skipped_bytes() reallocation failuresMichael Niedermayer
2014-12-18avcodec/hevc: move qp_block_mask to where its usedMichael Niedermayer
2014-12-17avcodec/hevc: clear filter_slice_edges() on allocationMichael Niedermayer
2014-12-15avcodec/hevc: Print an error if luma_log2_weight_denom is out of rangeMichael Niedermayer
2014-12-15Merge commit 'b2bece5e9a4dd96142962c6798e187c77b88bbfa'Michael Niedermayer
2014-12-15hevc: always clip luma_log2_weight_denomVittorio Giovara
2014-12-11avcodec/hevc: Silence "warning: ref0/1 may be used uninitialized in this func...Michael Niedermayer
2014-11-22Merge commit 'cd975d5658a1cbe99939df75db59d5ae9fbcb4e0'Michael Niedermayer
2014-11-22hevc: Spin the mv_mpv_mode calls in a stand alone functionLuca Barbato
2014-11-17Merge commit 'eac3ac1fe0774b65316852616b2672702dbc3f31'Michael Niedermayer
2014-11-17Merge commit 'eb335f3c5ce37f2b93c993e28404d113bee843bc'Michael Niedermayer
2014-11-17Merge commit '84c0ece5fd9569c0f31804f02a199ecd0e7d13d8'Michael Niedermayer
2014-11-17Merge commit 'a7b365ae191f45a0d7ed7b34033d5d0cbdd47139'Michael Niedermayer
2014-11-17Merge commit '16c01fb4347312b6d29a6498dad627665b96a20e'Michael Niedermayer
2014-11-17Merge commit '2c6a7f9348378f887066fb1669c46b9485e8ef3e'Michael Niedermayer
2014-11-17Merge commit '920bca3e2332dced9c78bd14cfc2ff138188bd57'Michael Niedermayer
2014-11-17hevc: eliminate an unneeded intermediate variableAnton Khirnov
2014-11-17hevc: reduce variable scopeAnton Khirnov
2014-11-17hevc: remove superfluous assignments and checksAnton Khirnov
2014-11-17hevc: further reduce code duplication in hls_prediction_unit()Anton Khirnov
2014-11-17hevc: reduce code duplication in hls_prediction_unit()Anton Khirnov
2014-11-17hevc: remove an unused function parameterAnton Khirnov
2014-11-17hevc: do not store rqt_root_cbf in the contextAnton Khirnov
2014-11-17hevc: do not store pcm_flag in the contextAnton Khirnov
2014-11-17hevc: remove a redundant lineAnton Khirnov
2014-11-13Merge commit 'b1b1a7370e141c912e3d0bbaa668dcee05c3ad67'Michael Niedermayer
2014-11-13display: fix order of operandsVittorio Giovara
2014-11-11avcodec/hevc.c: for big negative mvy value, should wait line 0 of ref frame d...Changjiang Wei
2014-10-15Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-10-04avcodec/hevc: fix chroma transform_add sizeMichael Niedermayer
2014-10-01hevc: reuse edge emu buffer for coefficientsChristophe Gisquet
2014-09-27hevc: remove CodingTreeChristophe Gisquet
2014-09-24hevc: move intermediate bidir bufferChristophe Gisquet
2014-09-06avcodec/hevc: fix dead codeMickaël Raulet