index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
h264_loopfilter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-15
1
-50
/
+82
|
\
|
*
H.264: fix CODEC_FLAG_GRAY
Jason Garrett-Glaser
2011-06-13
1
-42
/
+56
|
*
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-13
1
-26
/
+44
|
*
Roll back 4:4:4 H.264 for now
Jason Garrett-Glaser
2011-06-13
1
-82
/
+50
|
*
H.264: fix CODEC_FLAG_GRAY
Jason Garrett-Glaser
2011-06-13
1
-42
/
+56
|
*
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-13
1
-26
/
+44
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-11
1
-165
/
+59
|
\
\
|
|
/
|
*
Add the notion of pixel size in h264 related functions.
Oskar Arvidsson
2011-05-10
1
-3
/
+3
|
*
Make the h264 loop filter bit depth aware.
Oskar Arvidsson
2011-05-10
1
-12
/
+18
|
*
h264: DSP'ize MBAFF loopfilter.
Ronald S. Bultje
2011-05-10
1
-122
/
+22
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
|
H264: replace pixel_size by pixel_shift
Michael Niedermayer
2011-04-10
1
-3
/
+3
*
|
Add the notion of pixel size in h264 related functions.
Oskar Arvidsson
2011-04-10
1
-3
/
+3
*
|
Make the h264 loop filter bit depth aware.
Oskar Arvidsson
2011-04-10
1
-36
/
+48
|
/
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Move H264 dsputil functions into their own struct
Måns Rullgård
2010-03-16
1
-10
/
+10
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-4
/
+4
*
H264: use alias-safe macros
Måns Rullgård
2010-02-18
1
-15
/
+18
*
Use LOCAL_ALIGNED macro for local arrays
Måns Rullgård
2010-02-17
1
-1
/
+1
*
h264: Remove unused variables.
Alexander Strange
2010-02-13
1
-3
/
+2
*
Fix CAVLC+8x8DCT+MBAFF loopfiltering.
Michael Niedermayer
2010-02-07
1
-1
/
+8
*
Get rid of a check in one direction that cant be true in it in that part
Michael Niedermayer
2010-01-31
1
-1
/
+1
*
Split first reference list comparission from mv comparission.
Michael Niedermayer
2010-01-30
1
-3
/
+4
*
Replace h->left_type[0] by the local variable for it we have.
Michael Niedermayer
2010-01-30
1
-2
/
+2
*
slightly faster bit trickery.
Michael Niedermayer
2010-01-30
1
-2
/
+2
*
Replace ?: by branchless code.
Michael Niedermayer
2010-01-30
1
-7
/
+4
*
factorize first filter call out, this makes the code somewhat
Michael Niedermayer
2010-01-28
1
-10
/
+4
*
Change wraper functions to always inline, they are faster now that way.
Michael Niedermayer
2010-01-28
1
-4
/
+4
*
indent
Michael Niedermayer
2010-01-28
1
-14
/
+14
*
Restructure check_mv()
Michael Niedermayer
2010-01-28
1
-6
/
+5
*
Restructure if() in check_mv()
Michael Niedermayer
2010-01-28
1
-2
/
+5
*
Unroll loops in check_mv()
Michael Niedermayer
2010-01-28
1
-14
/
+17
*
Factor mv/ref compare code out.
Michael Niedermayer
2010-01-28
1
-80
/
+26
*
Simplify first edge filter condition.
Michael Niedermayer
2010-01-28
1
-3
/
+1
*
Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazy
Michael Niedermayer
2010-01-28
1
-128
/
+128
*
Make the fast loop filter path work with unavailable left MBs.
Michael Niedermayer
2010-01-28
1
-4
/
+12
*
get rid of the start variable.
Michael Niedermayer
2010-01-28
1
-10
/
+7
*
Unroll main loop so the edge==0 case is seperate.
Michael Niedermayer
2010-01-28
1
-27
/
+121
*
Update comment.
Michael Niedermayer
2010-01-27
1
-1
/
+1
*
Use table to speedup access to non_zero_count in MBAFF with differing interla...
Michael Niedermayer
2010-01-27
1
-1
/
+11
*
Optimize loop filtering of the left edge in MBAFF.
Michael Niedermayer
2010-01-26
1
-8
/
+9
*
remove unneeded check
Michael Niedermayer
2010-01-26
1
-2
/
+0
*
Use left_mb_xy from fill_caches instead of recalculating it.
Michael Niedermayer
2010-01-26
1
-5
/
+3
*
Simplify loop filter a little by using top/left_type.
Michael Niedermayer
2010-01-26
1
-11
/
+9
*
Remove all uses of slice_type* from the loop filter, also remove its
Michael Niedermayer
2010-01-24
1
-5
/
+5
*
Move +52 from the loop filter to the alpha/beta offsets in the context.
Michael Niedermayer
2010-01-23
1
-15
/
+15
*
Set edges based on cbp and mv partitioning, not just skiped MBs.
Michael Niedermayer
2010-01-23
1
-2
/
+2
*
Optimize filter_mb_mbaff_edge*()
Michael Niedermayer
2010-01-23
1
-14
/
+8
*
Optmize 8x8dct check used to skip some borders in the loop filter.
Michael Niedermayer
2010-01-23
1
-1
/
+1
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-4
/
+4
[next]