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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make read_line() do not depend on put_bits.h and speed up it.
Stefano Sabatini
2009-04-22
1
-6
/
+7
*
Add raw MLP muxer.
Ramiro Polla
2009-04-21
3
-1
/
+17
*
mlpdec: Don't overallocate buffers.
Ramiro Polla
2009-04-21
2
-5
/
+8
*
mlpdec: Validate num_primitive_matrices.
Ramiro Polla
2009-04-21
2
-0
/
+12
*
mlpdec: Validate max_channel and max_matrix_channel.
Ramiro Polla
2009-04-21
2
-0
/
+19
*
mlpdec: Restart header sync must be 0x31ea for MLP.
Ramiro Polla
2009-04-21
1
-2
/
+3
*
Add missing header inclusion guard.
Stefano Sabatini
2009-04-21
1
-0
/
+5
*
Implement a write_line() function.
Stefano Sabatini
2009-04-21
1
-0
/
+51
*
Remove consume_whitespace() and replace it with direct calls to
Stefano Sabatini
2009-04-21
1
-11
/
+8
*
Read extended channel configuration when extended AOT is BSAC.
Jai Menon
2009-04-21
2
-0
/
+3
*
Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATIC
Kostya Shishkov
2009-04-21
1
-8
/
+30
*
100l: VLC table array should not be const
Kostya Shishkov
2009-04-21
1
-1
/
+1
*
Remove redundant assignment. err is assigned in every switch case anyway. Issue
Robert Swain
2009-04-21
1
-1
/
+0
*
Fix a possibly exploitable buffer overflow.
Michael Niedermayer
2009-04-21
1
-2
/
+1
*
Set flag after VC-1 VLCs are initialized to avoid race condition
Kostya Shishkov
2009-04-21
1
-1
/
+1
*
Remove some useless assignments and variables found by Clang
Kostya Shishkov
2009-04-21
1
-17
/
+5
*
Make RV3/4 VLC tables use new static initialization method
Kostya Shishkov
2009-04-21
1
-17
/
+47
*
Planar 16bit 420 422 444 YUV support (output is only supported in some
Michael Niedermayer
2009-04-21
3
-2
/
+129
*
Add 420,422 and 444 planar 16bit per component pix formats.
Michael Niedermayer
2009-04-21
2
-0
/
+77
*
Merge gray->gray converters into planarCopy(), this should also make planarCo...
Michael Niedermayer
2009-04-21
1
-90
/
+37
*
Add macro to check for 16bit per sample.
Michael Niedermayer
2009-04-21
1
-0
/
+4
*
Make sure src/dst are NULL when they arent used, some code uses this to
Michael Niedermayer
2009-04-21
1
-5
/
+28
*
Use generic BE check instead of checking for gray16LE.
Michael Niedermayer
2009-04-20
1
-1
/
+1
*
add isBE()
Michael Niedermayer
2009-04-20
1
-0
/
+1
*
Fix crash when receiving from SDP
Luca Abeni
2009-04-20
1
-2
/
+7
*
Make rv40 decoder use new static VLC initialization method
Kostya Shishkov
2009-04-20
1
-8
/
+30
*
Compact and make constant two tables used by Musepack decoders
Kostya Shishkov
2009-04-20
2
-2
/
+2
*
Remove example programs with a wildcard expression.
Diego Biurrun
2009-04-20
1
-1
/
+1
*
ac3enc: log a warning message if the channel layout is not specified at
Justin Ruggles
2009-04-20
1
-0
/
+5
*
indent
Michael Niedermayer
2009-04-19
1
-5
/
+5
*
Only insert null packets into the video que if there is a video stream.
Michael Niedermayer
2009-04-19
1
-0
/
+2
*
Add zygo fourcc.
Michael Niedermayer
2009-04-19
1
-0
/
+1
*
Indent
Michael Niedermayer
2009-04-19
1
-2
/
+2
*
Do not discard truncated packets.
Michael Niedermayer
2009-04-19
1
-0
/
+3
*
Avoid 100% CPU useage at EOF.
Michael Niedermayer
2009-04-19
1
-0
/
+1
*
Make sure that video frames are flushed at EOF.
Michael Niedermayer
2009-04-19
1
-5
/
+7
*
Add channel layout support to the AC-3 encoder.
Justin Ruggles
2009-04-19
1
-17
/
+68
*
Add channel layout support to the AC-3 decoder and AC-3 parser.
Justin Ruggles
2009-04-19
8
-0
/
+27
*
Check that channel layout is compatible with number of channels for
Justin Ruggles
2009-04-19
3
-0
/
+15
*
Mark gsize variable as av_unused, fixes the warning:
Diego Biurrun
2009-04-19
1
-1
/
+1
*
Revert previous removal of gsize variable. It breaks seeking.
Diego Biurrun
2009-04-19
1
-0
/
+1
*
Remove unnecessary assignment, found by CSA.
Robert Swain
2009-04-19
1
-1
/
+1
*
Add LP zero synthesis filter. Patch by Kenan Gillet.
Kenan Gillet
2009-04-18
2
-0
/
+42
*
Remove 2 useless += at the end of rgb16to15(), found by CSA.
Michael Niedermayer
2009-04-18
1
-2
/
+0
*
mlpdec: Read context variable to local variable to make code cleaner.
Ramiro Polla
2009-04-18
1
-2
/
+2
*
mlpdec: {}- and whitespace-related cosmetics.
Ramiro Polla
2009-04-18
1
-28
/
+21
*
mlpdec: Use some context arrays with local variables in rematrix_channels().
Ramiro Polla
2009-04-18
1
-3
/
+5
*
truehd: Simplify rematrix_channels() as per Michael's original review.
Ramiro Polla
2009-04-18
1
-2
/
+4
*
mlpdec: Make read_matrix_params() take unsigned int substr for consistency.
Ramiro Polla
2009-04-18
1
-2
/
+3
*
mlpdec: Check for {matrix,filter}_changed as soon as they are incremented.
Ramiro Polla
2009-04-18
1
-15
/
+9
[next]