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-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
2014-11-22hevc: Spin the mv_mpv_mode calls in a stand alone functionLuca Barbato
2014-11-17hevc: remove superfluous assignments and checksAnton Khirnov
2014-11-17hevc: eliminate an unneeded intermediate variableAnton Khirnov
2014-11-17hevc: reduce variable scopeAnton 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: remove a redundant lineAnton 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-13display: fix order of operandsVittorio Giovara
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-08-12hevc: use intreadwriteChristophe Gisquet
2014-08-12hevc: reorder loopsChristophe Gisquet
2014-08-09hevc: deobfuscate slice/tile boundary handling for DBFAnton Khirnov
2014-08-09hevc: calculate the dbf strength in hls_pcm_sample() only if dbf is enabledAnton Khirnov
2014-07-28hevc: eliminate the last element from TransformTreeAnton Khirnov
2014-07-28hevc: eliminate unnecessary cbf_c{b,r} arraysAnton Khirnov
2014-07-28hevc: do not store the transform inter_split flag in the contextAnton Khirnov
2014-07-28hevc: simplify splitting the transform tree blocksAnton Khirnov
2014-07-28hevc: eliminate an unnecessary arrayAnton Khirnov
2014-07-11hevc: implement pic_output_flag handlingGildas Cocherel
2014-07-11hevc: set the keyframe flag on output framesMickaël Raulet
2014-07-11hevc: Replace nal type chek with equivalent IS_IRAP macroMickaël Raulet
2014-07-09hevc: parse display orientation SEI messageVittorio Giovara