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
*
Split (picture|seq) parameter set decoding out of h264.c.
Michael Niedermayer
2010-01-12
5
-494
/
+534
*
Split SEI code off h264.c.
Michael Niedermayer
2010-01-12
5
-180
/
+219
*
Split direct mode (macro)block decoding off h264.c.
Michael Niedermayer
2010-01-12
4
-436
/
+481
*
Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert().
Michael Niedermayer
2010-01-12
1
-2
/
+2
*
Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer
Zuxy Meng
2010-01-12
1
-5
/
+2
*
Split h264 loop filter off h264.c.
Michael Niedermayer
2010-01-12
5
-745
/
+785
*
Move svq3.o to the correct spot.
Michael Niedermayer
2010-01-12
1
-2
/
+2
*
Get rid of #include "svq3.c"
Michael Niedermayer
2010-01-12
5
-224
/
+250
*
Better title for the file.
Michael Niedermayer
2010-01-12
1
-1
/
+1
*
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss...
Carl Eugen Hoyos
2010-01-12
1
-0
/
+2
*
AAC: use table for cbrtf(n)*n
Måns Rullgård
2010-01-11
1
-1
/
+6
*
AAC: escape_sequence is 21 bits max
Måns Rullgård
2010-01-11
1
-3
/
+3
*
fft-test: Add RDFT/IRDFT support.
Alex Converse
2010-01-11
1
-2
/
+52
*
fft-test: Replace do_mdct with a tf_transform enum and switch on it.
Alex Converse
2010-01-11
1
-11
/
+26
*
Fix two RLE buffer size calculations in TSCC decoder.
Kostya Shishkov
2010-01-11
1
-2
/
+3
*
10l: Fix forgotten variable rename from r14893 (fixes issue 1675).
Carl Eugen Hoyos
2010-01-11
1
-1
/
+1
*
Add missing internal.h to files calling ff_match_2uint16().
Alexander Strange
2010-01-11
3
-0
/
+3
*
Optimize ff_snow_horizontal_compose97i.
Michael Niedermayer
2010-01-11
1
-4
/
+30
*
Merge vertical_compose53iL0*()
Michael Niedermayer
2010-01-11
1
-0
/
+9
*
Optimize horizontal_compose53i() by inlining inv_lift() and optimizing the
Michael Niedermayer
2010-01-11
1
-36
/
+14
*
Add support for dirac in ogg
David Conrad
2010-01-11
1
-1
/
+2
*
Add a function to parse Dirac's sequence header
David Conrad
2010-01-11
2
-0
/
+341
*
Export fullrange flag and color information for h.264
David Conrad
2010-01-11
2
-6
/
+30
*
SIPR decoder for modes 8k5, 6k5 and 5k0.
Vladimir Voroshilov
2010-01-10
5
-1
/
+883
*
Deluxe Paint Animation decoder
Peter Ross
2010-01-10
4
-1
/
+201
*
Doxy for ff_match_2uint16().
Michael Niedermayer
2010-01-10
1
-0
/
+4
*
Fix implicit declaration warning.
Michael Niedermayer
2010-01-10
1
-0
/
+2
*
Add a function to match a 2 element vector of uint16_t and use it in h263 and...
Michael Niedermayer
2010-01-09
6
-33
/
+16
*
Make inter_level/run global again, msmpeg4 uses them.
Michael Niedermayer
2010-01-09
1
-2
/
+2
*
Make some tables static again, i mistakely thought they would be used in several
Michael Niedermayer
2010-01-09
3
-12
/
+6
*
Export get_slice_type() as ff_h264_get_slice_type().
Laurent Aimar
2010-01-09
3
-14
/
+18
*
Split H263 encoder and decoder from common code.
Michael Niedermayer
2010-01-09
15
-1990
/
+2076
*
Add support for hard-coded MDCT-related ff_sine_windows tables.
Reimar Döffinger
2010-01-09
14
-43
/
+152
*
Always initialize bit_depth_luma and bit_depth_chroma in the H264
Laurent Aimar
2010-01-09
1
-0
/
+2
*
update my email address
Peter Ross
2010-01-09
3
-3
/
+3
*
Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.
Michael Niedermayer
2010-01-08
4
-100
/
+106
*
Change local variable type from unsigned int to int in order to
Thilo Borgmann
2010-01-08
1
-1
/
+1
*
Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.
Michael Niedermayer
2010-01-08
5
-63
/
+63
*
Use h263 tables in msmpeg4v1 dont duplicate them halfway.
Michael Niedermayer
2010-01-08
2
-17
/
+3
*
Release cyuv/aura decoder buffer
Daniel Verkamp
2010-01-08
1
-2
/
+12
*
AAC: add a const to decode_spectrum_and_dequant() args
Måns Rullgård
2010-01-08
1
-1
/
+1
*
Rename most non static h263 tables so their name contains h263.
Michael Niedermayer
2010-01-08
6
-96
/
+96
*
Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability
Michael Niedermayer
2010-01-08
5
-24
/
+24
*
Rename DCtab_*, its a global variable and it helps understanding if mpeg4
Michael Niedermayer
2010-01-08
5
-18
/
+18
*
Snow : re-indent after r21093.
Jai Menon
2010-01-08
1
-74
/
+74
*
Snow : remove pointless 'if(1)'.
Jai Menon
2010-01-08
1
-2
/
+0
*
Remove useless line.
Michael Niedermayer
2010-01-08
1
-1
/
+0
*
Fix indention.
Michael Niedermayer
2010-01-08
1
-1
/
+1
*
Log unknown NAL code from correct context
Andreas Öman
2010-01-08
1
-1
/
+1
*
Snow : use non-NULL context for av_log.
Jai Menon
2010-01-08
1
-2
/
+2
[next]