index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
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
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add monochrome TIFF support
Kostya Shishkov
2008-12-22
1
-0
/
+3
*
Calculate line size variable correctly for lower bitdepths and use it for raw...
Kostya Shishkov
2008-12-22
1
-3
/
+3
*
Register TIFF tags for CCITT Group 3 and 4 compression options
Kostya Shishkov
2008-12-22
1
-0
/
+2
*
Remove a bunch of unused variables.
Diego Biurrun
2008-12-22
1
-5
/
+0
*
Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.
Diego Biurrun
2008-12-22
1
-1
/
+1
*
Fix incorrectly constructed Dirac parse units that caused A/V sync loss.
Anuradha Suraparaju
2008-12-22
3
-21
/
+193
*
Do not use full include path for headers in the same directory.
Diego Biurrun
2008-12-21
1
-1
/
+1
*
Change mpeg audio parser so it only sets frame_size, channels and bit_rate
Michael Niedermayer
2008-12-21
3
-12
/
+16
*
Silence the following icc warnings:
Carl Eugen Hoyos
2008-12-21
3
-3
/
+3
*
Include "libavutil/common.h" where we use llrint() in case ffmpeg's
Andreas Ă–man
2008-12-21
2
-0
/
+2
*
Fix PTS returned by the demuxers for mpeg4 without a decoder.
Michael Niedermayer
2008-12-21
2
-100
/
+101
*
Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().
Michael Niedermayer
2008-12-21
2
-5
/
+6
*
Fix detection of audio codec in K70707-ARIA229.flv.
Michael Niedermayer
2008-12-21
1
-1
/
+3
*
Remove useless code.
Michael Niedermayer
2008-12-21
1
-4
/
+2
*
Only execute clear_blocks() when needed.
Michael Niedermayer
2008-12-21
1
-4
/
+3
*
AAC: Reindent after last commit
Robert Swain
2008-12-21
1
-1
/
+1
*
AAC: Fix AAC prediction when used in conjunction with the CPE
Alex Converse
2008-12-21
2
-9
/
+15
*
AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig
Alex Converse
2008-12-21
1
-3
/
+4
*
Optimize get_dct8x8_allowed().
Michael Niedermayer
2008-12-20
2
-8
/
+5
*
RV30 decoder
Kostya Shishkov
2008-12-20
6
-2
/
+13
*
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
Carl Eugen Hoyos
2008-12-20
3
-10
/
+15
*
RV30 loop filter
Kostya Shishkov
2008-12-20
1
-0
/
+122
*
Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling'
Reynaldo H. Verdejo Pinochet
2008-12-20
1
-1
/
+6
*
Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions
Stefano Sabatini
2008-12-19
2
-0
/
+4
*
Cosmetics, change variable name "o2" to "o" in ffserver_opt_default().
Stefano Sabatini
2008-12-19
1
-2
/
+2
*
Remove calls to deprecated av_set_string2() with calls to
Stefano Sabatini
2008-12-19
3
-7
/
+8
*
H.264 loopfilter speed tweaks
Jason Garrett-Glaser
2008-12-19
2
-38
/
+46
*
Port x264 deblocking code to libavcodec.
Jason Garrett-Glaser
2008-12-19
3
-1
/
+775
*
Remove pointless malloc.h #include.
Diego Biurrun
2008-12-19
3
-9
/
+0
*
Remove pointless malloc.h #include.
Diego Biurrun
2008-12-19
1
-3
/
+0
*
Document new idct requirements.
Michael Niedermayer
2008-12-19
1
-0
/
+4
*
Fix decoding with the plain C idcts of
Michael Niedermayer
2008-12-19
1
-0
/
+2
*
a table for upcoming RV30 loop filtering
Kostya Shishkov
2008-12-19
1
-0
/
+7
*
Add automatic prefix handling to yasm functions. Does nothing now, but will
Jason Garrett-Glaser
2008-12-19
3
-14
/
+8
*
Replace /2 by >>1 in decode_cabac_mb_dqp()
Michael Niedermayer
2008-12-19
1
-2
/
+2
*
Simplify ctx update in decode_cabac_mb_dqp().
Michael Niedermayer
2008-12-19
1
-4
/
+1
*
Simplify ctx calculation in decode_cabac_mb_dqp()
Michael Niedermayer
2008-12-19
1
-4
/
+1
*
Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer.
Alexander Strange
2008-12-19
1
-1
/
+3
*
Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv
Alexander Strange
2008-12-19
1
-1
/
+2
*
Move filter_luma_intra into dsputil for later addition of asm.
Jason Garrett-Glaser
2008-12-19
3
-91
/
+63
*
Simplify chroma AC in CABAC residual decoding.
Jason Garrett-Glaser
2008-12-19
1
-19
/
+8
*
Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark shikari.
Michael Niedermayer
2008-12-19
1
-8
/
+2
*
Remove unacceptable NULL pointer hack from mc code.
Michael Niedermayer
2008-12-18
1
-3
/
+0
*
Check ref values in CABAC H.264 for validity.
Michael Niedermayer
2008-12-18
1
-7
/
+34
*
Move idct_(dc)add closer to where it is needed.
Michael Niedermayer
2008-12-18
1
-3
/
+3
*
indent
Michael Niedermayer
2008-12-18
1
-36
/
+36
*
Reorder ifs in chroma hl_decode_mb to avoid a duplicate transform_bypass
Michael Niedermayer
2008-12-18
1
-7
/
+11
*
s/h->cbp_table[mb_xy]/h->cbp/
Michael Niedermayer
2008-12-18
1
-4
/
+4
*
Faster CAVLC decoding of trailing_ones. Based on a patch by dark shikari.
Michael Niedermayer
2008-12-18
1
-3
/
+5
*
Replace i by trailing_ones, part of a patch by dark shikari.
Jason Garrett-Glaser
2008-12-18
1
-4
/
+3
[next]