]> git.sesse.net Git - ffmpeg/history - libavcodec/hevc.c
lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields
[ffmpeg] / libavcodec / hevc.c
2015-09-07 Vittorio Giovaralavu: Drop the {minus,plus}1 suffix from AVComponentDes...
2015-08-21 Anton Khirnovhevcdsp: fix a function name
2015-08-21 Anton Khirnovhevc: avoid invalid shifts of negative values
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-13 Anton Khirnovhevc_parser: fix standalone build with the hevc decoder...
2015-07-12 Anton Khirnovhevc: handle a NULL sps in set_sps() properly
2015-07-12 Anton Khirnovhevc: do not pass an entire HEVCContext into export_str...
2015-07-12 Anton Khirnovhevc: improve a comment
2015-07-12 Anton Khirnovhevc: move splitting the packet into NALUs into a separ...
2015-07-12 Anton Khirnovhevc: eliminate the second call to hls_nal_unit()
2015-07-12 Anton Khirnovhevc: skip invalid/ignored NALUs when splitting the...
2015-07-12 Anton Khirnovhevc: remove HEVCContext usage from hevc_ps
2015-07-12 Andreas Cadhalpunhevc: check slice address length
2015-07-08 Anton Khirnovhevc: split bitstream unescaping to a separate file
2015-07-08 Anton Khirnovhevc_ps: split the code for parsing the SPS and exporti...
2015-06-01 Michael Niedermayerhevc: Fix HWACCEL_MAX for D3D11
2015-05-25 Steve LhommeD3D11va: add a Direct3D11 video decoder similar to...
2015-05-19 wm4hevc: make avcodec_decode_video2() fail if get_format...
2015-04-03 Anton Khirnovhevc: export stream parameters from extradata
2015-04-03 Anton Khirnovhevc: split out setting AVCodecContext parameters
2015-02-13 Peter Meerwaldhevc: Use generic av_clip function, not C implementation
2015-01-27 Hendrik LeppkesAdd DXVA2 HEVC HWAccel
2015-01-27 Hendrik Leppkeshevc: reindent after previous commit
2015-01-27 Hendrik Leppkeshevc: add hwaccel hooks
2015-01-27 Hendrik Leppkeshevc: store the short term rps flag and size in the...
2015-01-27 Hendrik Leppkeshevc: store the escaped/raw bitstream in HEVCNAL
2015-01-27 Hendrik Leppkeshevc: pass the full HEVCNAL struct to decode_nal_unit
2015-01-27 Anton Khirnovhevc: unref the current frame if frame_start() fails
2014-12-15 Vittorio Giovarahevc: always clip luma_log2_weight_denom
2014-11-21 Luca Barbatohevc: Spin the mv_mpv_mode calls in a stand alone function
2014-11-17 Anton Khirnovhevc: remove superfluous assignments and checks
2014-11-17 Anton Khirnovhevc: eliminate an unneeded intermediate variable
2014-11-17 Anton Khirnovhevc: reduce variable scope
2014-11-17 Anton Khirnovhevc: further reduce code duplication in hls_prediction...
2014-11-17 Anton Khirnovhevc: reduce code duplication in hls_prediction_unit()
2014-11-17 Anton Khirnovhevc: remove an unused function parameter
2014-11-17 Anton Khirnovhevc: remove a redundant line
2014-11-17 Anton Khirnovhevc: do not store rqt_root_cbf in the context
2014-11-17 Anton Khirnovhevc: do not store pcm_flag in the context
2014-11-13 Vittorio Giovaradisplay: fix order of operands
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-08-12 Christophe Gisquethevc: use intreadwrite
2014-08-12 Christophe Gisquethevc: reorder loops
2014-08-09 Anton Khirnovhevc: deobfuscate slice/tile boundary handling for DBF
2014-08-09 Anton Khirnovhevc: calculate the dbf strength in hls_pcm_sample...
2014-07-28 Anton Khirnovhevc: eliminate the last element from TransformTree
2014-07-28 Anton Khirnovhevc: eliminate unnecessary cbf_c{b,r} arrays
2014-07-28 Anton Khirnovhevc: do not store the transform inter_split flag in...
2014-07-28 Anton Khirnovhevc: simplify splitting the transform tree blocks
2014-07-28 Anton Khirnovhevc: eliminate an unnecessary array
2014-07-11 Gildas Cocherelhevc: implement pic_output_flag handling
2014-07-11 Mickaël Raulethevc: set the keyframe flag on output frames
2014-07-11 Mickaël Raulethevc: Replace nal type chek with equivalent IS_IRAP...
2014-07-09 Vittorio Giovarahevc: parse display orientation SEI message
2014-07-03 Luca Barbatohevc: Use the local context variable when needed
2014-06-23 Diego Biurrundsputil: Split bswap*_buf() off into a separate context
2014-06-20 Justin RugglesAdd av_image_check_sar() and use it to validate SAR
2014-05-19 Anton Khirnovhevc: templatize intra_pred
2014-03-09 Michael Niedermayerhevc: Do not turn 32bit timebases into negative numbers
2014-03-09 Michael Niedermayerhevc: use av_mallocz() for allocating tab_ipm
2014-02-19 Luca Barbatohevc: Always consider VLC NALU type mismatch fatal
2014-02-04 Anton Khirnovhevc: check that the VCL NAL types are the same for...
2014-02-01 Luca Barbatohevc: Reject impossible slice segment
2014-01-21 Luca Barbatohevc: Bound check cu_qp_delta
2014-01-21 Luca Barbatohevc: Bound check slice_qp
2014-01-21 Luca Barbatohevc: Prevent some integer overflows
2014-01-21 Michael Niedermayerhevc: Fix modulo operations
2014-01-09 Guillaume Martreshevc: fix decoding of one PU wide files
2013-12-20 Mickaël Raulethevc: support luma bit depth != chroma bit depth for...
2013-12-20 Gildas Cocherelhevc: store profile and level in AVCodecContext
2013-12-20 Gildas Cocherellavc: add HEVC profiles names
2013-12-11 Guillaume Martreshevc: set time_base when possible
2013-12-11 Gildas Cocherelhevc: store the VPS list as an AVBufferRef, just like...
2013-12-11 Michael Niedermayerhevc: do not dereference pointer before NULL check...
2013-12-09 Vittorio Giovarahevc: parse frame packing arrangement SEI messages...
2013-11-15 Ronald S. Bultjelavc: Edge emulation with dst/src linesize
2013-11-04 Jan Ekströmhevc: Use parsed VUI colorimetry in avcodec
2013-10-31 Guillaume MartresAdd HEVC decoder