projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
changes some function declarations from () to (void) as per ansi c.
[ffmpeg.git]
/
libavcodec
/
h264.c
2007-04-04
Stefan Huehner
changes some function declarations from () to (void...
blob
|
commitdiff
2007-03-29
Panagiotis Issaris
Fix compilation when using the --disable-opts parameter...
blob
|
commitdiff
|
diff to current
2007-03-14
Baptiste Coudurier
reindent after last commit
blob
|
commitdiff
|
diff to current
2007-03-14
Baptiste Coudurier
h264 complete frames parsing support
blob
|
commitdiff
|
diff to current
2007-03-03
Michael Niedermayer
check for no frame and prevent segfault
blob
|
commitdiff
|
diff to current
2007-03-02
Michael Niedermayer
support feeding individual NAL units to the decoder...
blob
|
commitdiff
|
diff to current
2007-02-27
Michel Bardiaux
Supply context to tprintf
blob
|
commitdiff
|
diff to current
2007-02-25
Reimar Döffinger
Add av_ prefix to clip functions
blob
|
commitdiff
|
diff to current
2007-02-25
Michael Niedermayer
rewrite find_frame_end()
blob
|
commitdiff
|
diff to current
2007-02-24
Alexander Strange
h264 optimization: common case hl_decode_mb patch by...
blob
|
commitdiff
|
diff to current
2007-02-21
Michael Niedermayer
output delayed frames
blob
|
commitdiff
|
diff to current
2007-02-21
Diego Biurrun
cosmetics: Fix a common typo, sepErate --> sepArate.
blob
|
commitdiff
|
diff to current
2007-02-19
Loren Merritt
simplify in fill_caches
blob
|
commitdiff
|
diff to current
2007-02-18
Michael Niedermayer
factorize more calls to fill_rectangle()
blob
|
commitdiff
|
diff to current
2007-02-18
Michael Niedermayer
factorize fill_rectangle() calls
blob
|
commitdiff
|
diff to current
2007-02-16
Michael Niedermayer
factorize fill_rectangle()
blob
|
commitdiff
|
diff to current
2007-02-16
Michael Niedermayer
replace list<2 checks by list<list_count
blob
|
commitdiff
|
diff to current
2007-02-16
Michael Niedermayer
fix 2nd ref_count check
blob
|
commitdiff
|
diff to current
2007-02-16
Michael Niedermayer
fix ref_count check
blob
|
commitdiff
|
diff to current
2007-02-16
Michael Niedermayer
factorize mv_cache and mvd_cache init
blob
|
commitdiff
|
diff to current
2007-02-16
Michael Niedermayer
simplify
blob
|
commitdiff
|
diff to current
2007-02-09
Francois Oligny...
always decode extradata when of non-avc stream (like...
blob
|
commitdiff
|
diff to current
2007-01-23
Michael Niedermayer
fix segfault with darkkben.free.fr/corrupted_h264.mp4
blob
|
commitdiff
|
diff to current
2007-01-23
Michael Niedermayer
flame
blob
|
commitdiff
|
diff to current
2007-01-23
Michael Niedermayer
check num_reorder_frames for validity
blob
|
commitdiff
|
diff to current
2007-01-23
Michael Niedermayer
adding assert to protect delayed_pic
blob
|
commitdiff
|
diff to current
2007-01-20
Michael Niedermayer
checking bitstream values and other related changes
blob
|
commitdiff
|
diff to current
2007-01-19
Alex Beregszaszi
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
blob
|
commitdiff
|
diff to current
2007-01-19
Guillaume Poirier
remove useless cast that makes code unreadable
blob
|
commitdiff
|
diff to current
2007-01-19
Francois Oligny...
harden h264 decoding to prevent some crashes when input...
blob
|
commitdiff
|
diff to current
2007-01-16
Reimar Döffinger
Avoid calling decode_slice when context_initialized...
blob
|
commitdiff
|
diff to current
2007-01-13
Michael Niedermayer
fix 16 CABAC_BIT * 10l bug introduced in r6578
blob
|
commitdiff
|
diff to current
2006-12-08
Måns Rullgård
rename always_inline to av_always_inline and move to...
blob
|
commitdiff
|
diff to current
2006-12-07
Panagiotis Issaris
Making rem6 and div6 globally visible and thus adding...
blob
|
commitdiff
|
diff to current
2006-12-07
Panagiotis Issaris
Removing unused code
blob
|
commitdiff
|
diff to current
2006-12-06
Panagiotis Issaris
Export symbols of several H.264 intra prediction functions
blob
|
commitdiff
|
diff to current
2006-12-05
Alexander Chemeris
fix crash when decoding a truncated H264 slice
blob
|
commitdiff
|
diff to current
2006-12-05
Panagiotis Issaris
Removing unused code
blob
|
commitdiff
|
diff to current
2006-12-05
Panagiotis Issaris
Change NAL unit type defines to an enum and move to...
blob
|
commitdiff
|
diff to current
2006-11-12
Måns Rullgård
rename cropTbl -> ff_cropTbl
blob
|
commitdiff
|
diff to current
2006-11-09
Panagiotis Issaris
Remove the H264Context parameter from decode_init_vlc...
blob
|
commitdiff
|
diff to current
2006-11-01
Michael Niedermayer
merge clip() into the alpha/beta/tc0 tables (10% faster...
blob
|
commitdiff
|
diff to current
2006-11-01
Reimar Döffinger
Reenable AMD64 optimizations for cabac accidentially...
blob
|
commitdiff
|
diff to current
2006-11-01
Diego Biurrun
Add ARCH_X86_32 as a new define for 32 bit x86 architec...
blob
|
commitdiff
|
diff to current
2006-10-29
Diego Biurrun
Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC...
blob
|
commitdiff
|
diff to current
2006-10-20
Michael Niedermayer
decode_significance_8x8_x86()
blob
|
commitdiff
|
diff to current
2006-10-19
Michael Niedermayer
slightly faster decode_cabac_mb_mvd()
blob
|
commitdiff
|
diff to current
2006-10-19
Michael Niedermayer
1 variable less in decode_cabac_residual() no speed...
blob
|
commitdiff
|
diff to current
2006-10-19
Michael Niedermayer
optimize sign decoding code in decode_residual()
blob
|
commitdiff
|
diff to current
2006-10-17
Michael Niedermayer
copy cabac context onto the stack for the c code in...
blob
|
commitdiff
|
diff to current
2006-10-17
Michael Niedermayer
x86 asm version of the decode significance loop (not...
blob
|
commitdiff
|
diff to current
2006-10-13
Michael Niedermayer
simplify escape decoding
blob
|
commitdiff
|
diff to current
2006-10-12
Michael Niedermayer
10l int vs uint8_t
blob
|
commitdiff
|
diff to current
2006-10-12
Michael Niedermayer
prevent "mb level" get_cabac() calls from being inlined...
blob
|
commitdiff
|
diff to current
2006-10-12
Michael Niedermayer
int->uint8_t for 2 tables
blob
|
commitdiff
|
diff to current
2006-10-11
Diego Biurrun
Rename ABS macro to FFABS.
blob
|
commitdiff
|
diff to current
2006-10-11
Loren Merritt
more prefetches, 2% faster h264
blob
|
commitdiff
|
diff to current
2006-10-11
Michael Niedermayer
make state transition tables global as they are constan...
blob
|
commitdiff
|
diff to current
2006-10-11
Michael Niedermayer
make lps_range a global table its constant anyway ...
blob
|
commitdiff
|
diff to current
2006-10-09
Michael Niedermayer
reverse remainder of the failed attempt to optimize...
blob
|
commitdiff
|
diff to current
2006-10-09
Michael Niedermayer
move outcommented START/STOP_TIMER to a hopefully bette...
blob
|
commitdiff
|
diff to current
2006-10-08
Michael Niedermayer
5% faster get_cabac()
blob
|
commitdiff
|
diff to current
2006-10-08
Diego Biurrun
output typo fixes
blob
|
commitdiff
|
diff to current
2006-10-07
Michael Niedermayer
refill cabac variables in 16bit steps, 3% faster get_ca...
blob
|
commitdiff
|
diff to current
2006-10-07
Diego Biurrun
Change license headers to say 'FFmpeg' instead of ...
blob
|
commitdiff
|
diff to current
2006-10-04
Loren Merritt
simplify write_back_motion for skip mbs
blob
|
commitdiff
|
diff to current
2006-10-01
Loren Merritt
approximate qpel functions: sacrifice some quality...
blob
|
commitdiff
|
diff to current
2006-09-27
Måns Rullgård
fix some signedness warnings
blob
|
commitdiff
|
diff to current
2006-08-29
Loren Merritt
slightly faster deblock
blob
|
commitdiff
|
diff to current
2006-08-28
Loren Merritt
mmx implementation of deblocking strength decision.
blob
|
commitdiff
|
diff to current
2006-07-27
Loren Merritt
10l in r5768 (broke mbaff)
blob
|
commitdiff
|
diff to current
2006-07-16
Loren Merritt
slightly faster h264 fill_caches()
blob
|
commitdiff
|
diff to current
2006-07-09
Måns Rullgård
--enable/disable parsers. Warning: some combinations...
blob
|
commitdiff
|
diff to current
2006-07-04
Michael Niedermayer
simplify intra prediction mode decoding
blob
|
commitdiff
|
diff to current
2006-07-01
Måns Rullgård
fill_mbaff_ref_list is missing a return statement,...
blob
|
commitdiff
|
diff to current
2006-06-12
Loren Merritt
h264: accept rbsp_trailing longer than 1 byte
blob
|
commitdiff
|
diff to current
2006-05-29
Michael Niedermayer
typo me thinks ...
blob
|
commitdiff
|
diff to current
2006-05-28
Loren Merritt
h264: MBAFF interlaced decoding
blob
|
commitdiff
|
diff to current
2006-05-28
Loren Merritt
h264: faster fill_rectangle()
blob
|
commitdiff
|
diff to current
2006-05-10
Michael Niedermayer
cosmetics (initalize variables where they are used)
blob
|
commitdiff
|
diff to current
2006-05-10
Michael Niedermayer
decoders should (IMHO) not duplicate frames, the applic...
blob
|
commitdiff
|
diff to current
2006-05-05
Loren Merritt
reinit quant matrices if pps is overwritten by another...
blob
|
commitdiff
|
diff to current
2006-04-30
Loren Merritt
warn on interlaced streams
blob
|
commitdiff
|
diff to current
2006-04-29
Loren Merritt
don't force asserts in release builds. 2% faster h264.
blob
|
commitdiff
|
diff to current
2006-03-25
Loren Merritt
10l in 1.199 (write_back_motion with B-pyramid + spatial)
blob
|
commitdiff
|
diff to current
2006-03-23
Loren Merritt
prefetch pixels for future motion compensation. 2-5...
blob
|
commitdiff
|
diff to current
2006-03-22
Loren Merritt
1.5x faster write_back_motion, 1-3% overall
blob
|
commitdiff
|
diff to current
2006-03-13
Michael Niedermayer
fixing coverity warnig CID: 253 (reading over the end...
blob
|
commitdiff
|
diff to current
2006-03-09
David S. Miller
Alignment fixes, caused problems on SPARC.
blob
|
commitdiff
|
diff to current
2006-03-08
Steve L'Homme
(f)printf --> av_log conversion
blob
|
commitdiff
|
diff to current
2006-03-07
Loren Merritt
h264_idct8_add_mmx
blob
|
commitdiff
|
diff to current
2006-03-04
Loren Merritt
keyframe flag was wrong if SEIs followed the keyframe
blob
|
commitdiff
|
diff to current
2006-02-25
Måns Rullgård
kill some warnings
blob
|
commitdiff
|
diff to current
2006-02-25
Loren Merritt
fix a memory leak on seeking.
blob
|
commitdiff
|
diff to current
2006-02-22
Loren Merritt
minor simplifications in cabac_mb_type
blob
|
commitdiff
|
diff to current
2006-02-16
Loren Merritt
don't arbitrarily limit delta_qp
blob
|
commitdiff
|
diff to current
2006-02-14
Loren Merritt
fix some crashes on negative nalsize.
blob
|
commitdiff
|
diff to current
2006-02-13
Loren Merritt
fix some crashes when missing frames
blob
|
commitdiff
|
diff to current
2006-02-10
Loren Merritt
h264: special case dc-only idct. ~1% faster overall
blob
|
commitdiff
|
diff to current
2006-02-08
Loren Merritt
slightly faster loopfilter
blob
|
commitdiff
|
diff to current
next