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-03dxva2_hevc: properly signal the num_delta_pocs from the SPS RPSHendrik Leppkes
2015-07-13avcodec/hevc: Simplify skipped_bytes_pos code furtherMichael Niedermayer
2015-07-13avcodec/hevc: Move skipped_bytes_pos_nal to HEVCNAL, simplify codeMichael Niedermayer
2015-07-13avcodec/hevc: Move skipped_bytes_pos_size_nal into HAVCNALMichael Niedermayer
2015-07-13avcodec/hevc: Remove skipped_bytes_nal, simplify codeMichael Niedermayer
2015-07-13Merge commit 'd82e1adc2019135a2fc45372e0ed0b5ef107cdd0'Michael Niedermayer
2015-07-12Merge commit 'ae05b4865514fd71b5e9431e93aa0d03d7ba7751'Michael Niedermayer
2015-07-12Merge commit 'b11acd57326db6c2cc1475dd0bea2a06fbc85aa2'Michael Niedermayer
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: remove HEVCContext usage from hevc_psAnton Khirnov
2015-07-09Merge commit '66acb76bb0492b263215ca9b4d927a7be39ace02'Michael Niedermayer
2015-07-09Merge commit '69ab9f53f901eac6a649e22d28cf093357870627'Michael Niedermayer
2015-07-09Merge commit 'fd124d8357b1becfde3ac8d5e3320127cf97a5b7'Michael Niedermayer
2015-07-09lavc: add Intel libmfx-based HEVC encoderAnton Khirnov
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-14avcodec/hevc: Track long and short term RPS size for VDPAUPhilip Langdale
2015-04-28avcodec/hevc: Remove current_spsMichael Niedermayer
2015-03-21Merge commit 'c929659bdd7d2d5848ea52e685a3164c7b901bb0'Michael Niedermayer
2015-03-21hevc: make the crop sizes unsignedAnton Khirnov
2015-02-06x86/hevc_mc: use aligned loadsMickaël Raulet
2015-02-04avcodec/hevc: Update the USE_SAO_SMALL_BUFFER case for the alignment requirem...Christophe Gisquet
2015-02-04avcodec/hevc: reduce memory for SAOFabrice Bellard
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: 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
2014-11-17Merge commit '2c6a7f9348378f887066fb1669c46b9485e8ef3e'Michael Niedermayer
2014-11-17Merge commit '920bca3e2332dced9c78bd14cfc2ff138188bd57'Michael Niedermayer
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-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-24hevc: remove unneeded buffer.Christophe Gisquet
2014-08-22hevc: move MAX_PB_SIZE declarationChristophe Gisquet
2014-08-12hevc: use intreadwriteChristophe Gisquet
2014-08-09hevc: deobfuscate slice/tile boundary handling for DBFAnton Khirnov
2014-07-28hevc: rename variable in boundary strength to b more explicitAnton Khirnov
2014-07-28Merge commit 'e76f2d11970484266e67a12961f2339a5c2fccf9'Michael Niedermayer
2014-07-28Merge commit '0daa2554636ba1d31f3162ffb86991e84eb938a8'Michael Niedermayer
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: eliminate an unnecessary arrayAnton Khirnov
2014-07-28hevc: eliminate unnecessary cbf_c{b,r} arraysAnton Khirnov
2014-07-28hevc: remove non necessary parameters to ff_hevc_set_qpyMickaël Raulet