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
*
split up header parsing function
Justin Ruggles
2008-06-07
1
-32
/
+43
*
store exp_strategy for all blocks in decode context
Justin Ruggles
2008-06-07
2
-11
/
+11
*
store cpl_in_use for all blocks in decode context
Justin Ruggles
2008-06-07
2
-14
/
+19
*
cosmetics: add and align references to spec variable names
Justin Ruggles
2008-06-07
1
-20
/
+20
*
cosmetics: vertical align
Justin Ruggles
2008-06-07
1
-12
/
+12
*
use macro constants for array sizes in decode context
Justin Ruggles
2008-06-07
1
-11
/
+14
*
cosmetics: vertical align
Justin Ruggles
2008-06-07
1
-34
/
+34
*
cosmetics: reorder decode context fields into logical groups
Justin Ruggles
2008-06-07
1
-43
/
+71
*
move the decode context and some macro constants to a new file, ac3dec.h
Justin Ruggles
2008-06-07
2
-86
/
+123
*
move mix level tables from parser to decoder. have parser read bitstream valu...
Justin Ruggles
2008-06-07
2
-18
/
+18
*
add more gain levels and adjust mix level tables accordingly.
Justin Ruggles
2008-06-07
2
-12
/
+18
*
pass bap table to ff_ac3_bit_alloc_calc_bap()
Justin Ruggles
2008-06-07
4
-6
/
+11
*
set default mix levels regardless of bitstream id
Justin Ruggles
2008-06-07
1
-4
/
+4
*
cosmetics: indent
Justin Ruggles
2008-06-07
1
-1
/
+1
*
skip unsupported frame types and substream id's
Justin Ruggles
2008-06-07
1
-0
/
+7
*
read frame type from header info into decode context
Justin Ruggles
2008-06-07
1
-0
/
+2
*
get substreamid from ac3 parser
Justin Ruggles
2008-06-07
3
-1
/
+5
*
get the number of blocks from the ac3 parser and use in the ac3 decoder.
Justin Ruggles
2008-06-07
3
-6
/
+9
*
Remove my old email address
Roberto Togni
2008-06-07
1
-1
/
+1
*
Remove my old email address.
Roberto Togni
2008-06-07
1
-1
/
+1
*
Remove Fabrice's copyright from the Makefiles. They have been entirely
Diego Biurrun
2008-06-06
1
-4
/
+0
*
minor spelling/grammar fixes
Diego Biurrun
2008-06-06
1
-3
/
+3
*
Fix reading an element after the array.
Michael Niedermayer
2008-06-06
1
-1
/
+1
*
Remove *lpc_refl from the context. Only the value
Vitor Sessak
2008-06-05
1
-13
/
+13
*
Split function rms() in two (it does two unrelated things)
Vitor Sessak
2008-06-05
1
-6
/
+10
*
rename me=tesa
Loren Merritt
2008-06-05
1
-1
/
+1
*
add esa/dia compat me options and new tesa for libx264
Baptiste Coudurier
2008-06-05
3
-2
/
+8
*
x264 interlaced encoding option
Baptiste Coudurier
2008-06-04
1
-0
/
+2
*
cleanup, remove useless parentheses
Baptiste Coudurier
2008-06-04
1
-13
/
+13
*
return error on frame sync error
Justin Ruggles
2008-06-04
1
-1
/
+1
*
prevent crash when dba params are invalid
Justin Ruggles
2008-06-03
1
-2
/
+2
*
Sample tested and the code worked so the comment is removed
Benjamin Larsson
2008-06-03
1
-1
/
+0
*
small spelling/wording fixes
Diego Biurrun
2008-06-03
1
-4
/
+4
*
ff_fetch_timestamp() prototype
Michael Niedermayer
2008-06-03
1
-0
/
+7
*
In mpeg1/2 timestamps are associated with the access unit which
Michael Niedermayer
2008-06-03
1
-0
/
+3
*
bump micro version after commit r13615
Aurelien Jacobs
2008-06-02
1
-1
/
+1
*
print correct mpeg-2 broken_link value, and print closed_gop
Baptiste Coudurier
2008-06-02
1
-3
/
+4
*
Remove warning that could never be triggered.
Vitor Sessak
2008-06-02
1
-10
/
+5
*
indent
Michael Niedermayer
2008-06-02
1
-6
/
+6
*
Only store timestamps when there are timestamps.
Michael Niedermayer
2008-06-02
1
-0
/
+2
*
Our MPEG-TS demuxer does not send complete PES packets but sends them
Michael Niedermayer
2008-06-02
1
-1
/
+2
*
Move new field to the end to avoid ABI breakage, I thought this struct
Michael Niedermayer
2008-06-02
1
-1
/
+1
*
cosmetic
Michael Niedermayer
2008-06-02
1
-1
/
+2
*
Allow matching timestamps to be removed by fetch_timestamp().
Michael Niedermayer
2008-06-02
1
-2
/
+4
*
Add off argument so that fetch_timestamp can search for timestamps
Michael Niedermayer
2008-06-02
1
-4
/
+4
*
Factorize fetch_timestamp() into its own function
Michael Niedermayer
2008-06-02
1
-11
/
+16
*
unused variable
Michael Niedermayer
2008-06-02
1
-7
/
+7
*
cosmetics, remove table_ prefix
Baptiste Coudurier
2008-06-02
1
-28
/
+28
*
indent
Michael Niedermayer
2008-06-02
1
-3
/
+3
*
Rename last_frame_offset to next_frame_offset.
Michael Niedermayer
2008-06-02
2
-6
/
+6
[next]