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
2016-10-16hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov
2016-09-29hevc: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-07-18hevc: Add AVX2 DC IDCTJames Almer
2016-07-18hevc: Add coefficient limiting to speed up IDCTMickaël Raulet
2016-07-18hevc: Add DC IDCTMickaël Raulet
2016-07-18hevc: Separate adding residual to prediction from IDCTAlexandra Hájková
2016-07-15hevc: offer DXVA2 for 10bit 420Anton Khirnov
2016-05-05Mark read-only tables as staticDiego Biurrun
2016-03-28h2645_parse: add support for parsing h264Anton Khirnov
2016-03-28h2645_parse: add a function for uninitializing the packetAnton Khirnov
2016-03-28hevc_parse: rename into h2645_parseAnton Khirnov
2016-02-13vdpau: Support for VDPAU accelerated HEVC decodingPhilip Langdale
2016-02-13hevc: Track long and short term RPS size for VDPAUPhilip Langdale
2015-12-12lavc: add profiles to AVCodecDescriptorAnton Khirnov
2015-12-05hevcdsp: add x86 SIMD for MCAnton Khirnov
2015-12-05hevc: change the stride of the MC buffer to be in bytes instead of elementsAnton Khirnov
2015-12-05hevcdsp: split the pred functions by widthAnton Khirnov
2015-12-05hevcdsp: split the epel functions by widthAnton Khirnov
2015-12-05hevcdsp: split the qpel functions by width instead of by the subpixel fractionAnton Khirnov
2015-10-08cabac: Make CABAC states hardcodedAnton Khirnov
2015-10-04hevc: Simplify logical checkVittorio Giovara
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-08-21hevcdsp: fix a function nameAnton Khirnov
2015-08-21hevc: avoid invalid shifts of negative valuesAnton Khirnov
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-13hevc_parser: fix standalone build with the hevc decoder disabledAnton Khirnov
2015-07-12hevc: handle a NULL sps in set_sps() properlyAnton Khirnov
2015-07-12hevc: do not pass an entire HEVCContext into export_stream_params()Anton Khirnov
2015-07-12hevc: improve a commentAnton Khirnov
2015-07-12hevc: move splitting the packet into NALUs into a separate functionAnton Khirnov
2015-07-12hevc: eliminate the second call to hls_nal_unit()Anton Khirnov
2015-07-12hevc: skip invalid/ignored NALUs when splitting the packetAnton Khirnov
2015-07-12hevc: remove HEVCContext usage from hevc_psAnton Khirnov
2015-07-12hevc: check slice address lengthAndreas Cadhalpun
2015-07-09hevc: split bitstream unescaping to a separate fileAnton Khirnov
2015-07-09hevc_ps: split the code for parsing the SPS and exporting it into the contextAnton Khirnov
2015-06-01hevc: Fix HWACCEL_MAX for D3D11Michael Niedermayer
2015-05-25D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme
2015-05-19hevc: make avcodec_decode_video2() fail if get_format() failswm4
2015-04-03hevc: export stream parameters from extradataAnton Khirnov
2015-04-03hevc: split out setting AVCodecContext parametersAnton Khirnov
2015-02-13hevc: Use generic av_clip function, not C implementationPeter Meerwald
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: pass the full HEVCNAL struct to decode_nal_unitHendrik Leppkes
2015-01-27hevc: unref the current frame if frame_start() failsAnton Khirnov
2014-12-15hevc: always clip luma_log2_weight_denomVittorio Giovara