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
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
RV40 loop filter
Kostya Shishkov
2008-11-29
1
-0
/
+238
*
Invoke future RV30/40 loop filter for already decoded rows instead of
Kostya Shishkov
2008-11-29
2
-2
/
+5
*
Do not duplicate AAN DCT tables in dct-test.c.
Diego Biurrun
2008-11-28
2
-13
/
+3
*
Add missing '-test' in name of imgresample test.
Diego Biurrun
2008-11-28
1
-1
/
+1
*
Fix RV40 chroma MC
Kostya Shishkov
2008-11-27
1
-13
/
+23
*
Only build the imgresample test if the old scaler was enabled.
Diego Biurrun
2008-11-26
1
-1
/
+2
*
Automatically check the dependencies for the AAN DCT tables.
Diego Biurrun
2008-11-26
1
-18
/
+19
*
Move aanscales tables to their own file; fixes compilation without encoders.
Diego Biurrun
2008-11-26
5
-42
/
+99
*
cosmetics: Rename aanscales to ff_aanscales, it will soon be externally visible.
Diego Biurrun
2008-11-26
1
-9
/
+9
*
Move encoder-specific quantize_c and related tables to the H.264 encoder.
Diego Biurrun
2008-11-26
3
-136
/
+138
*
Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq (x86_64),
Reimar Döffinger
2008-11-25
1
-3
/
+10
*
snow: move scratch buffer from stack to malloced buffer in context
Måns Rullgård
2008-11-25
1
-2
/
+6
*
Disable unused code for now to allow 'make checkheaders' to pass.
Diego Biurrun
2008-11-24
1
-0
/
+3
*
Add missing headers to get 'make checkheaders' closer to passing.
Diego Biurrun
2008-11-24
1
-0
/
+2
*
svq1enc: move scratch buffer from stack to context to ensure alignment
Måns Rullgård
2008-11-24
1
-1
/
+5
*
flashsv: use skip_bits_long() where required
Måns Rullgård
2008-11-24
1
-1
/
+1
*
move decoder initialization in separate function, earlier failure detection
Baptiste Coudurier
2008-11-24
1
-5
/
+17
*
Make non-void replacement functions actually return a value.
Diego Biurrun
2008-11-24
1
-2
/
+2
*
Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.
Diego Biurrun
2008-11-24
2
-6
/
+6
*
Use golomb_to_pict_type instead of its duplicate, slice_type_map.
Diego Biurrun
2008-11-24
1
-2
/
+1
*
cosmetics: Align table for better readability.
Diego Biurrun
2008-11-24
1
-16
/
+16
*
Some BMP files have file size declared in the header equal to headers size
Kostya Shishkov
2008-11-24
1
-6
/
+10
*
Give more meaningful message on BMP header parsing error
Kostya Shishkov
2008-11-24
1
-1
/
+1
*
Add known BMP header sizes.
Kostya Shishkov
2008-11-24
1
-3
/
+9
*
Add shift argument to MULL() macro
Måns Rullgård
2008-11-24
5
-22
/
+18
*
AAC: Cosmetics after last commit
Robert Swain
2008-11-24
1
-3
/
+3
*
AAC: Frequency domain prediction and hence Main profile support
Alex Converse
2008-11-24
4
-2
/
+153
*
Strong filtering function for future RV40 loop filter
Kostya Shishkov
2008-11-23
1
-0
/
+104
*
ARM: move dct_unquantize_h263_*_armv5te asm to separate file
Måns Rullgård
2008-11-23
3
-110
/
+122
*
cosmetics: indentation, prettyprinting
Diego Biurrun
2008-11-22
1
-768
/
+768
*
cosmetics: consistent function declarations
Diego Biurrun
2008-11-22
1
-17
/
+23
*
cosmetics: Put statements after 'if' on their own line.
Diego Biurrun
2008-11-22
1
-3
/
+6
*
Trivial, Cosmetics
Reynaldo H. Verdejo Pinochet
2008-11-22
1
-3
/
+3
*
Trivial, Cosmetics
Reynaldo H. Verdejo Pinochet
2008-11-22
1
-94
/
+118
*
More OKed parts of the QCELP decoder
Kenan Gillet
2008-11-21
2
-8
/
+144
*
Cosmetic: Fix typo
Vitor Sessak
2008-11-21
1
-1
/
+1
*
Move H.264 tables that are only useful for encoding to h264enc.c.
Diego Biurrun
2008-11-21
2
-15
/
+13
*
Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gathered
Diego Biurrun
2008-11-20
1
-16
/
+15
*
SH4: fix IDCT
Måns Rullgård
2008-11-20
1
-13
/
+12
*
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
Diego Biurrun
2008-11-20
1
-3
/
+2
*
Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.
Diego Biurrun
2008-11-20
1
-3
/
+3
*
cosmetics: indentation
Diego Biurrun
2008-11-20
1
-7
/
+7
*
Use standard OBJS-$(HAVE_MMX) trick for MMX objects instead
Diego Biurrun
2008-11-20
1
-2
/
+2
*
Fix typo in table value.
Kenan Gillet
2008-11-20
1
-1
/
+1
*
33l Fix applying residue condition in RV30/40 decoder
Kostya Shishkov
2008-11-20
1
-2
/
+2
*
Eliminate direct use of s->current_picture in RV30/40 decoder
Kostya Shishkov
2008-11-20
1
-7
/
+6
*
Use wider margins for edge emulation in RV30/40
Kostya Shishkov
2008-11-20
1
-4
/
+4
*
SH4: fix memzero_align8()
Måns Rullgård
2008-11-20
1
-7
/
+8
*
SH4: add macros for setting and restoring FPSCR.PR bit
Måns Rullgård
2008-11-20
1
-0
/
+44
*
SH4: remove some commented out blocks of code
Måns Rullgård
2008-11-20
3
-75
/
+1
[next]