projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
avcodec: Remove some commented-out debug cruft
[ffmpeg.git]
/
libavcodec
/
h264_cabac.c
2013-08-20
Diego Biurrun
avcodec: Remove some commented-out debug cruft
blob
|
commitdiff
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-21
Anton Khirnov
h264: add a parameter to the MB_MBAFF macro.
blob
|
commitdiff
|
diff to current
2013-03-08
Anton Khirnov
lavc decoders: work with refcounted frames.
blob
|
commitdiff
|
diff to current
2013-02-25
Diego Biurrun
Remove unnecessary dsputil.h #includes
blob
|
commitdiff
|
diff to current
2013-02-19
Ronald S. Bultje
h264: Don't store intra pcm samples in h->mb
blob
|
commitdiff
|
diff to current
2013-02-15
Anton Khirnov
h264: deMpegEncContextize
blob
|
commitdiff
|
diff to current
2013-01-23
Diego Biurrun
Drop DCTELEM typedef
blob
|
commitdiff
|
diff to current
2012-10-05
Ronald S. Bultje
h264: don't touch H264Context->ref_count[] during MB...
blob
|
commitdiff
|
diff to current
2012-10-01
Diego Biurrun
avcodec: Convert some commented-out printf/av_log insta...
blob
|
commitdiff
|
diff to current
2012-10-01
Diego Biurrun
avcodec: Drop some silly commented-out av_log() invocations
blob
|
commitdiff
|
diff to current
2012-06-23
Mans Rullgard
h264: use asm cabac reader under a generic condition
blob
|
commitdiff
|
diff to current
2012-04-28
Roland Scheidegger
h264: new assembly version of get_cabac for x86_64...
blob
|
commitdiff
|
diff to current
2012-04-28
Roland Scheidegger
h264: use one table instead of several for cabac functions
blob
|
commitdiff
|
diff to current
2012-04-05
Diego Biurrun
h264: Factorize declaration of mb_sizes array.
blob
|
commitdiff
|
diff to current
2012-03-28
Ronald S. Bultje
h264: fix cabac-on-stack after safe cabac reader.
blob
|
commitdiff
|
diff to current
2012-02-29
Ronald S. Bultje
h264: prevent overreads in intra PCM decoding.
blob
|
commitdiff
|
diff to current
2012-02-10
Ronald S. Bultje
h264: disallow constrained intra prediction modes for...
blob
|
commitdiff
|
diff to current
2012-01-12
Diego Biurrun
cabac: split cabac.h into declarations and function...
blob
|
commitdiff
|
diff to current
2011-12-27
Martin Storsjö
x86: Fix constraints for decode_significance*_x86
blob
|
commitdiff
|
diff to current
2011-12-21
Diego Biurrun
x86: Tighten register constraints for decode_significan...
blob
|
commitdiff
|
diff to current
2011-12-21
Diego Biurrun
h264_cabac: synchronize decode_significance_*_x86 condi...
blob
|
commitdiff
|
diff to current
2011-12-13
Luca Barbato
error_resilience: use the ER_ namespace
blob
|
commitdiff
|
diff to current
2011-12-12
Diego Biurrun
doxygen: misc consistency, spelling and wording fixes
blob
|
commitdiff
|
diff to current
2011-10-21
Baptiste Coudurier
h264: 4:2:2 intra decoding support
blob
|
commitdiff
|
diff to current
2011-07-28
Jason Garrett-Glaser
H.264: optimize CABAC x86 asm for Atom
blob
|
commitdiff
|
diff to current
2011-07-10
Diego Biurrun
Eliminate FF_COMMON_FRAME macro.
blob
|
commitdiff
|
diff to current
2011-07-08
Jason Garrett-Glaser
H.264: use fill_rectangle in CABAC decoding
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: faster write_back_*
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
4:4:4 H.264 decoding support
blob
|
commitdiff
|
diff to current
2011-05-10
Oskar Arvidsson
Add support for higher QP values in h264.
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-02
Stefano Sabatini
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2011-01-20
Ronald S. Bultje
Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it...
blob
|
commitdiff
|
diff to current
2011-01-20
Ronald S. Bultje
Set gray (128) U/V planes for chroma-less samples....
blob
|
commitdiff
|
diff to current
2011-01-15
Jason Garrett-Glaser
Remove evil timers that snuck their way into r26375.
blob
|
commitdiff
|
diff to current
2011-01-15
Jason Garrett-Glaser
Fix r26375 on non-x86.
blob
|
commitdiff
|
diff to current
2011-01-15
Jason Garrett-Glaser
H.264: Partially inline CABAC residual decoding
blob
|
commitdiff
|
diff to current
2011-01-15
Jason Garrett-Glaser
H.264/SVQ3: make chroma DC work the same way as luma DC
blob
|
commitdiff
|
diff to current
2011-01-14
Jason Garrett-Glaser
H.264: switch to x264-style tracking of luma/chroma...
blob
|
commitdiff
|
diff to current
2011-01-14
Jason Garrett-Glaser
H.264: split luma dc idct out and implement MMX/SSE2...
blob
|
commitdiff
|
diff to current
2010-04-20
Diego Biurrun
Remove explicit filename from Doxygen @file commands.
blob
|
commitdiff
|
diff to current
2010-03-30
Benoit Fouet
Replace @returns by @return.
blob
|
commitdiff
|
diff to current
2010-03-26
Alexander Strange
h264: Use + instead of | in some places
blob
|
commitdiff
|
diff to current
2010-03-26
Alexander Strange
h264: Remove unused function argument
blob
|
commitdiff
|
diff to current
2010-03-26
Alexander Strange
h264: Simplify decode_cabac_residual() specialization
blob
|
commitdiff
|
diff to current
2010-02-28
Michael Niedermayer
Remove some unneeded fill_rectangle() for 16x16 blocks.
blob
|
commitdiff
|
diff to current
2010-02-26
Zhou Zongyi
Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster.
blob
|
commitdiff
|
diff to current
2010-02-24
Michael Niedermayer
Change mvd_cache & mvd_table to 8bit, this is overall...
blob
|
commitdiff
|
diff to current
2010-02-24
Michael Niedermayer
Calculate mvd without abs()
blob
|
commitdiff
|
diff to current
2010-02-24
Michael Niedermayer
switch back to (amvd>2)+(amvd>32), its 5 cpu cycles...
blob
|
commitdiff
|
diff to current
2010-02-24
Michael Niedermayer
Factorize common code from the top of decode_cabac_mb_mvd()
blob
|
commitdiff
|
diff to current
2010-02-24
Michael Niedermayer
Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2)
blob
|
commitdiff
|
diff to current
2010-02-24
Michael Niedermayer
Replace ad-hoc fill rectangle by fill_rectangle().
blob
|
commitdiff
|
diff to current
2010-02-19
Michael Niedermayer
get rid of an if() 1 cpu cycle faster.
blob
|
commitdiff
|
diff to current
2010-02-19
Michael Niedermayer
Get rid of a local variable, 10 cpu cycles faster.
blob
|
commitdiff
|
diff to current
2010-02-18
Michael Niedermayer
Move abs() from decode_cabac_mb_mvd() to the code that...
blob
|
commitdiff
|
diff to current
2010-02-18
Michael Niedermayer
Speedup decode_cabac_field_decoding_flag() by 9 cpu...
blob
|
commitdiff
|
diff to current
2010-02-17
Michael Niedermayer
Move check for and call of predict_field_decoding_flag...
blob
|
commitdiff
|
diff to current
2010-02-16
Michael Niedermayer
2x faster ff_h264_init_cabac_states(), 4k cpu cycles...
blob
|
commitdiff
|
diff to current
2010-02-16
Michael Niedermayer
2 cpu cycles faster context calculation for decode_caba...
blob
|
commitdiff
|
diff to current
2010-02-16
Michael Niedermayer
Drop a few redundant slice_num checks.
blob
|
commitdiff
|
diff to current
2010-02-15
Michael Niedermayer
Drop compute_mb_neighbors() and move fill_decode_neighb...
blob
|
commitdiff
|
diff to current
2010-02-15
Michael Niedermayer
Split setting neighboring MBs from fill_decode_caches()
blob
|
commitdiff
|
diff to current
2010-02-15
Michael Niedermayer
Simplify decode_cabac_mb_intra4x4_pred_mode().
blob
|
commitdiff
|
diff to current
2010-02-15
Michael Niedermayer
Merge decode_cabac_mb_type_b() into calling code.
blob
|
commitdiff
|
diff to current
2010-02-15
Michael Niedermayer
Merge the single line function decode_cabac_mb_transfor...
blob
|
commitdiff
|
diff to current
2010-02-14
Michael Niedermayer
indent
blob
|
commitdiff
|
diff to current
2010-02-14
Michael Niedermayer
Merge decode_cabac_mb_dqp() with surronding code.
blob
|
commitdiff
|
diff to current
2010-02-14
Michael Niedermayer
Set sub_mb_type in direct_cache instead of just the...
blob
|
commitdiff
|
diff to current
2010-02-14
Michael Niedermayer
Store sub_mb_type in direct_cache/direct_table.
blob
|
commitdiff
|
diff to current
2010-02-14
Michael Niedermayer
Remove slice_table checks from decode_cabac_mb_cbp_luma...
blob
|
commitdiff
|
diff to current
2010-01-25
Michael Niedermayer
Optimize decode_cabac_field_decoding_flag().
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-18
Michael Niedermayer
Cosmetic, get rid of &x[0]
blob
|
commitdiff
|
diff to current
2010-01-17
Michael Niedermayer
Split fill_caches() between filter and decoder.
blob
|
commitdiff
|
diff to current
2010-01-17
Michael Niedermayer
Rearchitecturing the stiched up goose part 1
blob
|
commitdiff
|
diff to current
2010-01-16
Michael Niedermayer
Replace cabac checks in inline functions from h264...
blob
|
commitdiff
|
diff to current
2010-01-13
Michael Niedermayer
Split cabac decoding code out of h264.c.
blob
|
commitdiff
|
diff to current