projects
/
libav.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add myself as contributor.
[libav.git]
/
libavcodec
/
2010-02-13
Michael Niedermayer
Move more code under if(!IS_DIRECT(mb_type)).
tree
|
commitdiff
2010-02-13
David Conrad
Move CODEC_FLAG_GRAY check to outer loop
tree
|
commitdiff
2010-02-13
David Conrad
Move branch based on custom mode outside the loop
tree
|
commitdiff
2010-02-13
David Conrad
Directly check whether a fragment is coded for 4MV...
tree
|
commitdiff
2010-02-13
David Conrad
Eliminate fragment -> macroblock mapping array
tree
|
commitdiff
2010-02-13
David Conrad
Eliminate macroblock -> fragment mapping array
tree
|
commitdiff
2010-02-13
David Conrad
Eliminate superblock <-> macroblock mapping array
tree
|
commitdiff
2010-02-13
Thilo Borgmann
Support arithmetic decoding in ALS.
tree
|
commitdiff
2010-02-13
Michael Niedermayer
Skip some more code that isnt needed for direct MBs.
tree
|
commitdiff
2010-02-13
Francesco Lavra
Fix reading beyond buffer end on RA144Context.lpc_tables.
tree
|
commitdiff
2010-02-13
Michael Niedermayer
Move setting MB_TYPE_L0L1 for direct MBs up, this is...
tree
|
commitdiff
2010-02-13
Michael Niedermayer
Dont calculate any surrounding MVs for temporal MBs
tree
|
commitdiff
2010-02-13
Michael Niedermayer
Simplify if()
tree
|
commitdiff
2010-02-13
Michael Niedermayer
Init sub_mb_type cleanly.
tree
|
commitdiff
2010-02-13
Michael Niedermayer
100l Forgoten hunk.unbreak compile before someone notices.
tree
|
commitdiff
2010-02-13
Michael Niedermayer
Restructure spatial direct MV generation so that the...
tree
|
commitdiff
2010-02-13
Michael Niedermayer
Split spatial and temporal direct MV generation.
tree
|
commitdiff
2010-02-13
Ramiro Polla
Fix compilation with --enable-libgsm on Gentoo and...
tree
|
commitdiff
2010-02-13
Michael Niedermayer
Special case for spatial direct MV predictor being 0.
tree
|
commitdiff
2010-02-13
Michael Niedermayer
Pack MVs together from the begin for spatial direct...
tree
|
commitdiff
2010-02-12
Michael Niedermayer
Dont drop B frames without last_picture.
tree
|
commitdiff
2010-02-12
David Conrad
Special case VP5/6 chroma alignment on x86 as well
tree
|
commitdiff
2010-02-12
David Conrad
Don't pre-calculate first_pixel
tree
|
commitdiff
2010-02-12
David Conrad
Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder
tree
|
commitdiff
2010-02-12
David Conrad
Cosmetics: reindent
tree
|
commitdiff
2010-02-12
David Conrad
Do loop filter per-row rather than per-frame
tree
|
commitdiff
2010-02-12
David Conrad
Move apply_loop_filter above render_slice, it'll be...
tree
|
commitdiff
2010-02-12
David Conrad
Export Theora colorspace info if present
tree
|
commitdiff
2010-02-12
David Conrad
Theora 3.4 doesn't exist; these fields were misundersta...
tree
|
commitdiff
2010-02-12
David Conrad
Remove unused code that's moved elsewhere
tree
|
commitdiff
2010-02-12
Michael Niedermayer
Try to support truncated h264 frames mixed with mpeg...
tree
|
commitdiff
2010-02-12
Reimar Döffinger
Use int8_t instead of char, the signedness of char...
tree
|
commitdiff
2010-02-12
Ronald S. Bultje
WMAVoice decoder.
tree
|
commitdiff
2010-02-11
Måns Rullgård
Fix build with --disable-mdct
tree
|
commitdiff
2010-02-11
Kostya Shishkov
Move 'chksum' declaration to the only block where that...
tree
|
commitdiff
2010-02-11
Kostya Shishkov
Move band checksum verifying into preprocessor conditio...
tree
|
commitdiff
2010-02-10
Alex Converse
Output the first AAC frame. This is needed for SBR...
tree
|
commitdiff
2010-02-10
David Conrad
Enable SSE2 (put|avg)_pixels_16_sse2
tree
|
commitdiff
2010-02-09
Måns Rullgård
ARMv6 optimised pix_sum
tree
|
commitdiff
2010-02-09
Måns Rullgård
ARMv6 optimised pix_norm1
tree
|
commitdiff
2010-02-09
Måns Rullgård
ARMv6 optimised sse16
tree
|
commitdiff
2010-02-09
Måns Rullgård
ARMv6 optimised diff_pixels
tree
|
commitdiff
2010-02-09
Måns Rullgård
ARMv6 optimised get_pixels
tree
|
commitdiff
2010-02-09
Måns Rullgård
ARMv6 optimised pix_abs8
tree
|
commitdiff
2010-02-09
Måns Rullgård
ARMv6 optimised pix_abs16_y2
tree
|
commitdiff
2010-02-09
Måns Rullgård
ARMv6 optimised pix_abs16_x2
tree
|
commitdiff
2010-02-09
Måns Rullgård
ARMv6 optimised pix_abs16
tree
|
commitdiff
2010-02-09
Måns Rullgård
ARMv6 optimised put_pixels functions except xy2 variants
tree
|
commitdiff
2010-02-09
Kostya Shishkov
Indeo 5 decoder
tree
|
commitdiff
2010-02-09
Michael Niedermayer
Reorder and factorize mb_type ifs, 1 cpu cycle faster...
tree
|
commitdiff
2010-02-08
Michael Niedermayer
Set partitioning to 16x16 for spatial direct MBs with...
tree
|
commitdiff
2010-02-08
Michael Niedermayer
Detect spatial direct MBs partitioned smaller than...
tree
|
commitdiff
2010-02-08
Michael Niedermayer
Detect equal 4x4 blocks in spatial direct MBs.
tree
|
commitdiff
2010-02-08
Michael Niedermayer
Remove an apparently unneeded && !FRAME_MBAFF.
tree
|
commitdiff
2010-02-08
Michael Niedermayer
Branchless calculation of ref_offset.
tree
|
commitdiff
2010-02-08
Michael Niedermayer
Remove incorrect fixme, i see no case that is missing.
tree
|
commitdiff
2010-02-08
Michael Niedermayer
Replace call to pred_motion() in direct spatial mv...
tree
|
commitdiff
2010-02-08
Michael Niedermayer
Change xvid/divx/lavc build variables to be consistent...
tree
|
commitdiff
2010-02-08
Michael Niedermayer
Set x264_build so that checks are simpler.
tree
|
commitdiff
2010-02-07
Michael Niedermayer
Ooops, 10l forgot to commit h264.h.
tree
|
commitdiff
2010-02-07
Michael Niedermayer
Zero a/b only in the branch where they need to be zeroed.
tree
|
commitdiff
2010-02-07
Michael Niedermayer
Merge mv&ref related code for spatial direct MV code.
tree
|
commitdiff
2010-02-07
Michael Niedermayer
Precalculate a few variables for direct mv prediction...
tree
|
commitdiff
2010-02-07
Michael Niedermayer
Set direct MB partitioning for 16x8 and 8x16 colocated...
tree
|
commitdiff
2010-02-07
Michael Niedermayer
Factorize setting sub_mb_type out.
tree
|
commitdiff
2010-02-07
Michael Niedermayer
Remove FIXMEs for cases that are disallowed by the...
tree
|
commitdiff
2010-02-07
Michael Niedermayer
Check direct_8x8_inference_flag.
tree
|
commitdiff
2010-02-07
Michael Niedermayer
Skip the fill_colmap() case thats for MBAFF if we dont...
tree
|
commitdiff
2010-02-07
Michael Niedermayer
Fix CAVLC+8x8DCT+MBAFF loopfiltering.
tree
|
commitdiff
2010-02-07
Michael Niedermayer
Fix colocated map.
tree
|
commitdiff
2010-02-07
Michael Niedermayer
Fix reference selection for colocated MBs from frames...
tree
|
commitdiff
2010-02-07
Michael Niedermayer
Add assert(sps.direct_8x8_inference_flag) to FIXME...
tree
|
commitdiff
2010-02-07
Michael Niedermayer
ref_offset must be added after checking references...
tree
|
commitdiff
2010-02-06
Reimar Döffinger
Add include necessary for ff_set_qscale
tree
|
commitdiff
2010-02-06
Jai Menon
Avoid using an intermediate variable.
tree
|
commitdiff
2010-02-06
Jai Menon
Remove redundant use of numchannels since it is 1 for...
tree
|
commitdiff
2010-02-06
Jai Menon
alac.c : Use av_freep instead of av_free.
tree
|
commitdiff
2010-02-06
Michael Niedermayer
Long term references behave different from short term...
tree
|
commitdiff
2010-02-04
Jai Menon
Add ALAC 24 bps decoding support.
tree
|
commitdiff
2010-02-04
Michael Niedermayer
Fix large timebases.
tree
|
commitdiff
2010-02-04
Michael Niedermayer
Implement cool new vlc code.
tree
|
commitdiff
2010-02-03
Peter Ross
IFF PBM/ILBM bitmap decoder
tree
|
commitdiff
2010-02-03
Michael Niedermayer
Revert
tree
|
commitdiff
2010-02-02
Carl Eugen Hoyos
Fix r21223: AVup samples (issue 1685) need a buf offset...
tree
|
commitdiff
2010-02-01
Thilo Borgmann
Remove unnecessary fields in ALSSpecificConfig.
tree
|
commitdiff
2010-02-01
Michael Niedermayer
Set reordered_opaque during context alloc by default...
tree
|
commitdiff
2010-01-31
Daniel Verkamp
Update binkaudio to new DECLARE_ALIGNED syntax
tree
|
commitdiff
2010-01-31
Daniel Verkamp
libavcodec version bump for Bink codec IDs (r21536)
tree
|
commitdiff
2010-01-31
Peter Ross
Bink Audio decoder
tree
|
commitdiff
2010-01-31
Reimar Döffinger
Add include to fix implicit declaration of ff_mpeg4_ini...
tree
|
commitdiff
2010-01-31
Peter Ross
Add v210x decoder long name
tree
|
commitdiff
2010-01-31
Michael Niedermayer
Get rid of a check in one direction that cant be true...
tree
|
commitdiff
2010-01-31
Måns Rullgård
Blackfin: use SRAM only when CONFIG_SRAM is set
tree
|
commitdiff
2010-01-30
Michael Niedermayer
Flush the bitreservour.
tree
|
commitdiff
2010-01-30
Michael Niedermayer
Split first reference list comparission from mv compari...
tree
|
commitdiff
2010-01-30
Reimar Döffinger
Make the jump-table section-relative for x86_64 with...
tree
|
commitdiff
2010-01-30
Stefano Sabatini
Implement av_get_pix_fmt(), and deprecate avcodec_get_p...
tree
|
commitdiff
2010-01-30
Michael Niedermayer
Replace h->left_type[0] by the local variable for it...
tree
|
commitdiff
2010-01-30
Michael Niedermayer
slightly faster bit trickery.
tree
|
commitdiff
2010-01-30
Michael Niedermayer
Replace ?: by branchless code.
tree
|
commitdiff
next