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
*
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
*
Add floating point audio decoding to WavPack decoder.
Laurent Aimar
2009-05-06
1
-8
/
+131
*
Prepare WavPack decoder to support floating point output.
Laurent Aimar
2009-05-06
1
-17
/
+17
*
cosmetics: line wrap and vertical alignment
Justin Ruggles
2009-05-06
1
-7
/
+6
*
ac3dec: Remove unneeded context variable, num_cpl_subbands. It is also
Justin Ruggles
2009-05-06
2
-8
/
+3
*
cosmetics: indentation after last commit
Justin Ruggles
2009-05-05
1
-2
/
+2
*
ac3dec: move channel remapping to outside of block loop
Justin Ruggles
2009-05-05
1
-3
/
+3
*
Extract colorspace fields from MPEG1/2.
Michael Niedermayer
2009-05-05
1
-3
/
+4
*
mpegaudio: enclose SUM8() macro args in parens when used
Måns Rullgård
2009-05-05
1
-8
/
+8
*
mpegaudio: avoid unnecessary copy in high-precision mode
Måns Rullgård
2009-05-05
1
-9
/
+9
*
mpegaudio: use av_clip()
Måns Rullgård
2009-05-05
1
-10
/
+2
*
Add colorspace fields to AVCodecContext.
Michael Niedermayer
2009-05-05
2
-0
/
+69
*
Cosmetics: Fix indentation after r18741.
Carl Eugen Hoyos
2009-05-05
1
-4
/
+4
*
Do not discard mp3 frames in the parser after a broken frame.
Michael Niedermayer
2009-05-05
1
-4
/
+0
*
Factorize out integer sample value decoding for WavPack.
Laurent Aimar
2009-05-05
1
-33
/
+26
*
PPC: implement MULH() in assembler
Måns Rullgård
2009-05-04
1
-0
/
+7
*
Do not scan for MP3 header after the given buffer and return skipped
Zdenek Kabelac
2009-05-04
1
-2
/
+4
*
Properly handle SILENCE frame. Patch by Kenan Gillet.
Kenan Gillet
2009-05-04
1
-1
/
+1
*
Remove dead assignments found by CSA
Benjamin Larsson
2009-05-03
2
-3
/
+1
*
Check whether extra bits block has enough data.
Laurent Aimar
2009-05-03
1
-0
/
+8
*
Remove dead assignments found by CSA
Benjamin Larsson
2009-05-02
3
-8
/
+0
*
Remove dead assignments found by CSA
Benjamin Larsson
2009-05-02
2
-9
/
+3
*
Decode extended bitstream for high-precision WavPack files.
Laurent Aimar
2009-05-02
1
-2
/
+50
*
Ignore first entry of intra matrixes if it is invalid.
Michael Niedermayer
2009-05-01
1
-0
/
+4
*
Factorize quantization matrix loading code out.
Michael Niedermayer
2009-05-01
1
-64
/
+23
*
Don't #if a function declaration and properly indent it.
Ramiro Polla
2009-04-30
1
-3
/
+1
*
mlpdec: Move MLP's filter_channel() to dsputils.
Ramiro Polla
2009-04-30
5
-26
/
+82
*
Export av_free_packet().
Ramiro Polla
2009-04-30
2
-8
/
+10
*
Add missing return statement to out-of-memory condition. Fixes the warning:
Diego Biurrun
2009-04-30
1
-1
/
+1
*
Drop unused libamr-nb fixed-point glue code.
Diego Biurrun
2009-04-29
1
-241
/
+2
[next]