git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
h264: move the parameter set definitions to a new header file
[ffmpeg.git]
/
libavcodec
/
h264_loopfilter.c
2016-06-21
Anton Khirnov
h264: move the parameter set definitions to a new heade...
blob
|
commitdiff
2016-06-21
Anton Khirnov
h264: rename h264.[ch] to h264dec.[ch]
blob
|
commitdiff
|
diff to current
2016-06-12
Anton Khirnov
h264: pass just the PPS to get_chroma_qp()
blob
|
commitdiff
|
diff to current
2016-05-04
Vittorio Giovara
cosmetics: Fix spelling mistakes
blob
|
commitdiff
|
diff to current
2016-04-24
Anton Khirnov
h264: decouple h264_ps from the h264 decoder
blob
|
commitdiff
|
diff to current
2015-07-27
Vittorio Giovara
lavc: AV-prefix all codec flags
blob
|
commitdiff
|
diff to current
2015-04-19
Vittorio Giovara
lavc: Replace av_dlog and tprintf with internal macros
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264_loopfilter: constify all uses of H264Context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move mb_field_decoding_flag into the per-slice...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move mb_xy into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move loopfilter parameters into the per-slice...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move [{top,left}_]cbp into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move the ref lists variables into the per-slice...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move {mv,ref}_cache into the per-slice context
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move non_zero_count_cache into the per-slice...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move some neighbour information into the per...
blob
|
commitdiff
|
diff to current
2015-03-21
Anton Khirnov
h264: move the quantizers into the per-slice context
blob
|
commitdiff
|
diff to current
2014-09-05
Diego Biurrun
Replace av_unused attributes by block structures
blob
|
commitdiff
|
diff to current
2014-03-16
Vittorio Giovara
h264 does not depend on mpegvideo any more
blob
|
commitdiff
|
diff to current
2014-03-16
Vittorio Giovara
mpegvideo: move mpegvideo formats-related defines to...
blob
|
commitdiff
|
diff to current
2014-02-20
Vittorio Giovara
h264: Lower bound check for slice offsets
blob
|
commitdiff
|
diff to current
2013-08-20
Diego Biurrun
avcodec: Remove some commented-out debug cruft
blob
|
commitdiff
|
diff to current
2013-03-21
Anton Khirnov
h264: add a parameter to the CHROMA444 macro.
blob
|
commitdiff
|
diff to current
2013-03-21
Anton Khirnov
h264: add a parameter to the CHROMA422 macro.
blob
|
commitdiff
|
diff to current
2013-03-21
Anton Khirnov
h264: add a parameter to the CABAC macro.
blob
|
commitdiff
|
diff to current
2013-03-21
Anton Khirnov
h264: add a parameter to the FIELD_PICTURE macro.
blob
|
commitdiff
|
diff to current
2013-03-21
Anton Khirnov
h264: add a parameter to the FRAME_MBAFF macro.
blob
|
commitdiff
|
diff to current
2013-03-21
Anton Khirnov
h264: add a parameter to the MB_FIELD macro.
blob
|
commitdiff
|
diff to current
2013-03-08
Anton Khirnov
lavc decoders: work with refcounted frames.
blob
|
commitdiff
|
diff to current
2013-02-15
Anton Khirnov
h264: deMpegEncContextize
blob
|
commitdiff
|
diff to current
2013-02-08
Diego Biurrun
dsputil: Move LOCAL_ALIGNED macros to libavutil
blob
|
commitdiff
|
diff to current
2012-10-01
Diego Biurrun
avcodec: Drop silly and/or broken printf debug output
blob
|
commitdiff
|
diff to current
2012-01-14
Diego Biurrun
cosmetics: Move static and inline attributes to more...
blob
|
commitdiff
|
diff to current
2011-10-21
Baptiste Coudurier
h264: 4:2:2 intra decoding support
blob
|
commitdiff
|
diff to current
2011-07-11
Jason Garrett-Glaser
H.264: add filter_mb_fast support for >8-bit decoding
blob
|
commitdiff
|
diff to current
2011-07-11
Jason Garrett-Glaser
H.264: avoid redundant alpha/beta calculations in loopf...
blob
|
commitdiff
|
diff to current
2011-07-11
Jason Garrett-Glaser
H.264: optimize intra/inter loopfilter decision
blob
|
commitdiff
|
diff to current
2011-07-10
Diego Biurrun
Eliminate FF_COMMON_FRAME macro.
blob
|
commitdiff
|
diff to current
2011-07-09
Jason Garrett-Glaser
H.264: fix filter_mb_fast with 4:4:4 + 8x8dct
blob
|
commitdiff
|
diff to current
2011-07-08
Jason Garrett-Glaser
H.264: improve qp_thresh check
blob
|
commitdiff
|
diff to current
2011-07-05
Jason Garrett-Glaser
H.264: make loopfilter bS const where applicable
blob
|
commitdiff
|
diff to current
2011-07-03
Jason Garrett-Glaser
H.264: template left MB handling
blob
|
commitdiff
|
diff to current
2011-07-03
Jason Garrett-Glaser
H.264: make filter_mb_fast support the case of unavaila...
blob
|
commitdiff
|
diff to current
2011-06-26
Jason Garrett-Glaser
H.264: make filter_mb_fast support 4:4:4
blob
|
commitdiff
|
diff to current
2011-06-22
Jason Garrett-Glaser
H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFF
blob
|
commitdiff
|
diff to current
2011-06-22
Jason Garrett-Glaser
H.264: fix 4:4:4 + deblocking + MBAFF
blob
|
commitdiff
|
diff to current
2011-06-14
Jason Garrett-Glaser
H.264: fix CODEC_FLAG_GRAY
blob
|
commitdiff
|
diff to current
2011-06-14
Jason Garrett-Glaser
4:4:4 H.264 decoding support
blob
|
commitdiff
|
diff to current
2011-06-13
Jason Garrett-Glaser
Roll back 4:4:4 H.264 for now
blob
|
commitdiff
|
diff to current
2011-06-13
Jason Garrett-Glaser
H.264: fix CODEC_FLAG_GRAY
blob
|
commitdiff
|
diff to current
2011-06-13
Jason Garrett-Glaser
4:4:4 H.264 decoding support
blob
|
commitdiff
|
diff to current
2011-05-10
Oskar Arvidsson
Add the notion of pixel size in h264 related functions.
blob
|
commitdiff
|
diff to current
2011-05-10
Oskar Arvidsson
Make the h264 loop filter bit depth aware.
blob
|
commitdiff
|
diff to current
2011-05-10
Ronald S. Bultje
h264: DSP'ize MBAFF loopfilter.
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2010-04-20
Diego Biurrun
Remove explicit filename from Doxygen @file commands.
blob
|
commitdiff
|
diff to current
2010-03-16
Måns Rullgård
Move H264 dsputil functions into their own struct
blob
|
commitdiff
|
diff to current
2010-03-06
Måns Rullgård
Remove DECLARE_ALIGNED_{8,16} macros
blob
|
commitdiff
|
diff to current
2010-02-18
Måns Rullgård
H264: use alias-safe macros
blob
|
commitdiff
|
diff to current
2010-02-17
Måns Rullgård
Use LOCAL_ALIGNED macro for local arrays
blob
|
commitdiff
|
diff to current
2010-02-13
Alexander Strange
h264: Remove unused variables.
blob
|
commitdiff
|
diff to current
2010-02-07
Michael Niedermayer
Fix CAVLC+8x8DCT+MBAFF loopfiltering.
blob
|
commitdiff
|
diff to current
2010-01-31
Michael Niedermayer
Get rid of a check in one direction that cant be true...
blob
|
commitdiff
|
diff to current
2010-01-30
Michael Niedermayer
Split first reference list comparission from mv compari...
blob
|
commitdiff
|
diff to current
2010-01-30
Michael Niedermayer
Replace h->left_type[0] by the local variable for it...
blob
|
commitdiff
|
diff to current
2010-01-30
Michael Niedermayer
slightly faster bit trickery.
blob
|
commitdiff
|
diff to current
2010-01-30
Michael Niedermayer
Replace ?: by branchless code.
blob
|
commitdiff
|
diff to current
2010-01-28
Michael Niedermayer
factorize first filter call out, this makes the code...
blob
|
commitdiff
|
diff to current
2010-01-28
Michael Niedermayer
Change wraper functions to always inline, they are...
blob
|
commitdiff
|
diff to current
2010-01-28
Michael Niedermayer
indent
blob
|
commitdiff
|
diff to current
2010-01-28
Michael Niedermayer
Restructure check_mv()
blob
|
commitdiff
|
diff to current
2010-01-28
Michael Niedermayer
Restructure if() in check_mv()
blob
|
commitdiff
|
diff to current
2010-01-28
Michael Niedermayer
Unroll loops in check_mv()
blob
|
commitdiff
|
diff to current
2010-01-28
Michael Niedermayer
Factor mv/ref compare code out.
blob
|
commitdiff
|
diff to current
2010-01-28
Michael Niedermayer
Simplify first edge filter condition.
blob
|
commitdiff
|
diff to current
2010-01-28
Michael Niedermayer
Cosmetics, mostly indention, 2 or so new fixme comments...
blob
|
commitdiff
|
diff to current
2010-01-28
Michael Niedermayer
Make the fast loop filter path work with unavailable...
blob
|
commitdiff
|
diff to current
2010-01-28
Michael Niedermayer
get rid of the start variable.
blob
|
commitdiff
|
diff to current
2010-01-28
Michael Niedermayer
Unroll main loop so the edge==0 case is seperate.
blob
|
commitdiff
|
diff to current
2010-01-27
Michael Niedermayer
Update comment.
blob
|
commitdiff
|
diff to current
2010-01-27
Michael Niedermayer
Use table to speedup access to non_zero_count in MBAFF...
blob
|
commitdiff
|
diff to current
2010-01-26
Michael Niedermayer
Optimize loop filtering of the left edge in MBAFF.
blob
|
commitdiff
|
diff to current
2010-01-26
Michael Niedermayer
remove unneeded check
blob
|
commitdiff
|
diff to current
2010-01-26
Michael Niedermayer
Use left_mb_xy from fill_caches instead of recalculatin...
blob
|
commitdiff
|
diff to current
2010-01-26
Michael Niedermayer
Simplify loop filter a little by using top/left_type.
blob
|
commitdiff
|
diff to current
2010-01-24
Michael Niedermayer
Remove all uses of slice_type* from the loop filter...
blob
|
commitdiff
|
diff to current
2010-01-23
Michael Niedermayer
Move +52 from the loop filter to the alpha/beta offsets...
blob
|
commitdiff
|
diff to current
2010-01-23
Michael Niedermayer
Set edges based on cbp and mv partitioning, not just...
blob
|
commitdiff
|
diff to current
2010-01-23
Michael Niedermayer
Optimize filter_mb_mbaff_edge*()
blob
|
commitdiff
|
diff to current
2010-01-23
Michael Niedermayer
Optmize 8x8dct check used to skip some borders in the...
blob
|
commitdiff
|
diff to current
2010-01-22
Måns Rullgård
Move array specifiers outside DECLARE_ALIGNED() invocations
blob
|
commitdiff
|
diff to current
2010-01-22
Michael Niedermayer
Gcc idiocy fixes related to filter_mb_edge*.
blob
|
commitdiff
|
diff to current
2010-01-21
Michael Niedermayer
Make calculation of mask_edge free of branches, faster...
blob
|
commitdiff
|
diff to current
2010-01-20
Alexander Strange
H.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t...
blob
|
commitdiff
|
diff to current
2010-01-20
Michael Niedermayer
Simplify/Optimize another of the mbaff loop filter...
blob
|
commitdiff
|
diff to current
2010-01-20
Michael Niedermayer
Only calculate the second chroma qp if it differs from...
blob
|
commitdiff
|
diff to current
2010-01-20
Michael Niedermayer
Set bS with 64bits at a time.
blob
|
commitdiff
|
diff to current
2010-01-20
Michael Niedermayer
Merge multiple IS_* macro uses where possible.
blob
|
commitdiff
|
diff to current
2010-01-20
Michael Niedermayer
Simplify and optimize intra code in h264_loopfilter.c
blob
|
commitdiff
|
diff to current
2010-01-20
Michael Niedermayer
Sightly simplify initialization of int start.
blob
|
commitdiff
|
diff to current
next