index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix reading beyond buffer end on RA144Context.lpc_tables.
Francesco Lavra
2010-02-13
1
-3
/
+3
*
Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.
Michael Niedermayer
2010-02-13
3
-4
/
+3
*
Dont calculate any surrounding MVs for temporal MBs
Michael Niedermayer
2010-02-13
1
-4
/
+3
*
Simplify if()
Michael Niedermayer
2010-02-13
1
-1
/
+1
*
Init sub_mb_type cleanly.
Michael Niedermayer
2010-02-13
1
-2
/
+1
*
100l Forgoten hunk.unbreak compile before someone notices.
Michael Niedermayer
2010-02-13
1
-1
/
+0
*
Restructure spatial direct MV generation so that the zero predictior shortcut
Michael Niedermayer
2010-02-13
1
-65
/
+70
*
Split spatial and temporal direct MV generation.
Michael Niedermayer
2010-02-13
1
-3
/
+87
*
Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.
Ramiro Polla
2010-02-13
1
-1
/
+1
*
Special case for spatial direct MV predictor being 0.
Michael Niedermayer
2010-02-13
1
-1
/
+7
*
Pack MVs together from the begin for spatial direct, this simplifies the code
Michael Niedermayer
2010-02-13
1
-20
/
+17
*
Dont drop B frames without last_picture.
Michael Niedermayer
2010-02-12
1
-5
/
+0
*
Special case VP5/6 chroma alignment on x86 as well
David Conrad
2010-02-12
1
-1
/
+3
*
Don't pre-calculate first_pixel
David Conrad
2010-02-12
1
-75
/
+26
*
Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder
David Conrad
2010-02-12
1
-3
/
+39
*
Cosmetics: reindent
David Conrad
2010-02-12
1
-48
/
+48
*
Do loop filter per-row rather than per-frame
David Conrad
2010-02-12
1
-7
/
+12
*
Move apply_loop_filter above render_slice, it'll be used by the latter soon
David Conrad
2010-02-12
1
-64
/
+64
*
Export Theora colorspace info if present
David Conrad
2010-02-12
1
-2
/
+12
*
Theora 3.4 doesn't exist; these fields were misunderstandings of the spec
David Conrad
2010-02-12
1
-14
/
+2
*
Remove unused code that's moved elsewhere
David Conrad
2010-02-12
1
-54
/
+0
*
Try to support truncated h264 frames mixed with mpeg pes headers in mkv.
Michael Niedermayer
2010-02-12
3
-0
/
+13
*
Use int8_t instead of char, the signedness of char can differ between systems.
Reimar Döffinger
2010-02-12
1
-2
/
+2
*
WMAVoice decoder.
Ronald S. Bultje
2010-02-12
5
-1
/
+4596
*
Fix build with --disable-mdct
Måns Rullgård
2010-02-11
1
-0
/
+2
*
Move 'chksum' declaration to the only block where that variable is used
Kostya Shishkov
2010-02-11
1
-2
/
+1
*
Move band checksum verifying into preprocessor condition, so compiler won't
Kostya Shishkov
2010-02-11
1
-1
/
+3
*
Output the first AAC frame. This is needed for SBR conformance.
Alex Converse
2010-02-10
1
-6
/
+0
*
Enable SSE2 (put|avg)_pixels_16_sse2
David Conrad
2010-02-10
1
-2
/
+0
*
ARMv6 optimised pix_sum
Måns Rullgård
2010-02-09
2
-0
/
+27
*
ARMv6 optimised pix_norm1
Måns Rullgård
2010-02-09
2
-0
/
+34
*
ARMv6 optimised sse16
Måns Rullgård
2010-02-09
2
-0
/
+56
*
ARMv6 optimised diff_pixels
Måns Rullgård
2010-02-09
2
-0
/
+36
*
ARMv6 optimised get_pixels
Måns Rullgård
2010-02-09
2
-0
/
+25
*
ARMv6 optimised pix_abs8
Måns Rullgård
2010-02-09
2
-0
/
+36
*
ARMv6 optimised pix_abs16_y2
Måns Rullgård
2010-02-09
2
-0
/
+61
*
ARMv6 optimised pix_abs16_x2
Måns Rullgård
2010-02-09
2
-0
/
+58
*
ARMv6 optimised pix_abs16
Måns Rullgård
2010-02-09
2
-0
/
+36
*
ARMv6 optimised put_pixels functions except xy2 variants
Måns Rullgård
2010-02-09
2
-0
/
+280
*
Indeo 5 decoder
Kostya Shishkov
2010-02-09
5
-1
/
+1078
*
Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler.
Michael Niedermayer
2010-02-09
1
-9
/
+8
*
Set partitioning to 16x16 for spatial direct MBs with mixed interlacing.
Michael Niedermayer
2010-02-08
1
-0
/
+4
*
Detect spatial direct MBs partitioned smaller than 16x16 that can be partitioned
Michael Niedermayer
2010-02-08
1
-0
/
+5
*
Detect equal 4x4 blocks in spatial direct MBs.
Michael Niedermayer
2010-02-08
1
-1
/
+6
*
Remove an apparently unneeded && !FRAME_MBAFF.
Michael Niedermayer
2010-02-08
1
-1
/
+1
*
Branchless calculation of ref_offset.
Michael Niedermayer
2010-02-08
1
-3
/
+2
*
Remove incorrect fixme, i see no case that is missing.
Michael Niedermayer
2010-02-08
1
-2
/
+0
*
Replace call to pred_motion() in direct spatial mv pred by code
Michael Niedermayer
2010-02-08
1
-6
/
+28
*
Change xvid/divx/lavc build variables to be consistent to x264_build.
Michael Niedermayer
2010-02-08
2
-24
/
+29
*
Set x264_build so that checks are simpler.
Michael Niedermayer
2010-02-08
2
-3
/
+4
[next]