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
*
mpeg12: fix non-standard use of "extern inline"
Måns Rullgård
2009-05-17
2
-3
/
+10
*
ac3dec: fix coupling range check. the start subband must be less than
Justin Ruggles
2009-05-16
1
-2
/
+2
*
Support for getting (i)MDCT output multiplied by a constant scaling factor.
Siarhei Siamashka
2009-05-16
15
-24
/
+26
*
Fix off-by-one error in MS RLE decoder which may result into writing past
Kostya Shishkov
2009-05-16
1
-1
/
+1
*
cosmetics: K&R coding style, indent correctly, break overly long lines
Diego Biurrun
2009-05-15
1
-120
/
+102
*
Replace 'x == 0' if conditions with '!x'.
Diego Biurrun
2009-05-15
1
-3
/
+3
*
cosmetics: Remove pointless {}.
Diego Biurrun
2009-05-15
1
-14
/
+1
*
Surround AMR_WB encoding code by appropriate #ifdefs.
Diego Biurrun
2009-05-15
1
-0
/
+4
*
cosmetics: Move some more code around to avoid #ifdeffery.
Diego Biurrun
2009-05-15
1
-9
/
+9
*
cosmetics: Move functions around so that encoding and decoding functions are
Diego Biurrun
2009-05-15
1
-66
/
+66
*
Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after
Diego Biurrun
2009-05-15
1
-4
/
+0
*
Add av_cold attribute to amr_nb decoding/encoding initialization functions.
Diego Biurrun
2009-05-15
1
-2
/
+2
*
Bugfix for bug introduced in the multichannel cook patchset.
Benjamin Larsson
2009-05-15
1
-2
/
+3
*
mlp: Simplify adressing of state and coeffs arrays for both filters by making
Ramiro Polla
2009-05-15
4
-12
/
+17
*
mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8.
Ramiro Polla
2009-05-15
1
-1
/
+2
*
Ensure that we don't read from invalid memory with B-frame qpel
David Conrad
2009-05-15
1
-2
/
+2
*
decode mpeg-2 closed gop first b frames, fix issue #824
Baptiste Coudurier
2009-05-15
3
-5
/
+17
*
change pic type to Picture* and remove casts
Baptiste Coudurier
2009-05-15
1
-5
/
+5
*
Document av_set_string3() returned error codes.
Stefano Sabatini
2009-05-14
1
-2
/
+5
*
Make av_set_string3() print a message in case of unknown option.
Stefano Sabatini
2009-05-14
1
-1
/
+3
*
Provide a context to av_log() calls in av_set_number2() and
Stefano Sabatini
2009-05-14
1
-2
/
+2
*
Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine")
Siarhei Siamashka
2009-05-14
1
-1
/
+1
*
Fix VBV delay for mpeg1/2 CBR.
Michael Niedermayer
2009-05-14
1
-2
/
+12
*
Use skip_bits_long() for large skips
David Conrad
2009-05-14
3
-3
/
+3
*
Subroutine to copy an AAC Program Config Element (PCE)
Alex Converse
2009-05-13
2
-0
/
+49
*
Cosmetics after last commit
Alex Converse
2009-05-13
1
-3
/
+1
*
Allow parsing and decoding of ADTS AAC files with channel config = 0
Alex Converse
2009-05-13
3
-9
/
+2
*
Move the ADTS header size to the parser's header file.
Alex Converse
2009-05-13
2
-5
/
+5
*
Add a quick description to the H.264 BSF
Alex Converse
2009-05-13
1
-0
/
+1
*
add casts to silence gcc warnings
Baptiste Coudurier
2009-05-13
1
-3
/
+3
*
add casts to silence gcc warnings
Baptiste Coudurier
2009-05-13
1
-4
/
+4
*
Fix bandwith vs. bandwiDth typo.
Diego Biurrun
2009-05-12
2
-5
/
+5
*
V210 Uncompressed 4:2:2 10-bit encoder and decoder
Baptiste Coudurier
2009-05-12
5
-1
/
+266
*
Support 16K samplerate in Nellymoser.
Alexander Chemeris
2009-05-11
2
-2
/
+5
*
Add a chroma_sample_location field to define positioning of chroma samples
David Conrad
2009-05-11
8
-1
/
+36
*
PPC: 32-bit asm for MAC64 and MLS64
Måns Rullgård
2009-05-11
1
-0
/
+30
*
sgi encoder does not support pal8
Baptiste Coudurier
2009-05-10
1
-1
/
+1
*
reindent
Baptiste Coudurier
2009-05-10
1
-6
/
+6
*
check for palette presence, fix crash with QT-BMP.mov, issue #1074
Baptiste Coudurier
2009-05-10
1
-0
/
+2
*
Remove dead nested assignment found by CSA
Benjamin Larsson
2009-05-10
1
-2
/
+1
*
update comment for rgb 16 bit in .mov
Baptiste Coudurier
2009-05-10
1
-2
/
+2
*
Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.
Diego Biurrun
2009-05-09
1
-0
/
+2
*
data parameter of dnxhd_encode_picture() should not be const.
Daniel Verkamp
2009-05-08
1
-1
/
+1
*
Correct x/ymin to avoid segfault due to out of picture reads.
Michael Niedermayer
2009-05-08
1
-4
/
+4
*
Add 8088flex TMV video decoder.
Daniel Verkamp
2009-05-06
4
-0
/
+105
*
Add CGA and palette data for 8088flex TMV decoder.
Daniel Verkamp
2009-05-06
2
-0
/
+184
*
mlpdec: Fix possible writing out of array bounds introduced by being
Ramiro Polla
2009-05-06
1
-0
/
+9
*
mlpdec: Split sync word error and MLP sync word check.
Ramiro Polla
2009-05-06
1
-3
/
+8
*
mlpdec: Fix indentation that got mangled from copy&paste.
Ramiro Polla
2009-05-06
1
-4
/
+4
*
Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' ...
Kostya Shishkov
2009-05-06
1
-1
/
+9
[next]