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
*
Fix visual artifacts in 4XM decoding on big-endian system
Vitor Sessak
2010-11-12
1
-7
/
+24
*
adpcm: Replace any of the leaf nodes in the heap
Martin Storsjö
2010-11-12
1
-12
/
+4
*
Reindent
Martin Storsjö
2010-11-12
1
-12
/
+12
*
adpcm: Store the trellis nodes in a heap instead of a sorted array
Martin Storsjö
2010-11-12
1
-8
/
+29
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
71
-212
/
+212
*
10l: dx shouldn't exist.
Alex Converse
2010-11-12
1
-1
/
+1
*
10l: vorbisdec: declare dy
Alex Converse
2010-11-12
1
-1
/
+1
*
vorbisdec: Fix floor1 decoding
Gregory Maxwell
2010-11-12
1
-3
/
+3
*
MJPEG/AVI1 to JPEG/JFIF bitstream filter.
Nicolas George
2010-11-11
3
-0
/
+115
*
Remove bitrate tolerance from libx264 interface
Jason Garrett-Glaser
2010-11-11
1
-3
/
+0
*
In avcodec_pix_fmt_string() use local variable pixdesc rather than
Stefano Sabatini
2010-11-10
1
-3
/
+3
*
Make avcodec_pix_fmt_string() use the information in the pixel format
Stefano Sabatini
2010-11-10
1
-5
/
+4
*
Simplify: Remove impossible condition.
Nicolas Kaiser
2010-11-09
1
-1
/
+1
*
Move internal function ff_set_systematic_pal() to libavcore, and
Stefano Sabatini
2010-11-09
5
-42
/
+11
*
Reindent after last commit.
Thilo Borgmann
2010-11-08
1
-2
/
+2
*
Allow clean initialization of lut_status array by changing type to signed int.
Thilo Borgmann
2010-11-08
3
-14
/
+17
*
Use hierarchic names convention (prefix them with av_expr) for the
Stefano Sabatini
2010-11-08
1
-3
/
+3
*
Optimize / simplify avcodec_get_pix_fmt_name() check.
Stefano Sabatini
2010-11-07
1
-1
/
+1
*
Use av_pix_fmt_descriptors information in avcodec_pix_fmt_string().
Stefano Sabatini
2010-11-07
1
-1
/
+1
*
Make avpicture_fill() return a meaningful error code.
Stefano Sabatini
2010-11-07
1
-4
/
+5
*
Remove alpha information from avcodec_pix_fmt_string(), as that
Stefano Sabatini
2010-11-07
1
-6
/
+3
*
aaclatm: Eliminate dummy packets due to muxlength calculation.
Alex Converse
2010-11-07
1
-2
/
+2
*
Fix indentation.
Reimar Döffinger
2010-11-06
1
-35
/
+35
*
Improve PGS parsing: the "state" field is not relevant to us,
Reimar Döffinger
2010-11-06
1
-15
/
+17
*
try to give TrueSpeech decoder tables more sensible names
Kostya Shishkov
2010-11-06
2
-13
/
+13
*
Fix FFv1 decoder buffer releasing.
Stefano Sabatini
2010-11-04
1
-3
/
+7
*
aacdec: consume the audio specific config during LATM parsing
Janne Grunau
2010-11-04
1
-0
/
+2
*
H.264 decode: support cropping up to 28 pixels in interlaced mode.
Reimar Döffinger
2010-11-03
4
-4
/
+4
*
Remove usage of deprecated libavcodec/audioconvert.h functions.
Stefano Sabatini
2010-11-03
3
-7
/
+10
*
Fix aspect for 24bpp TM1 samples.
Reimar Döffinger
2010-11-03
1
-0
/
+1
*
Fix decoding of 24 bpp TM1 (except for aspect).
Reimar Döffinger
2010-11-03
1
-6
/
+10
*
100l, calculate mb_change_bits_row_size from the update width.
Reimar Döffinger
2010-11-03
1
-5
/
+5
*
Support mid-stream resolution/format changes for TM1.
Reimar Döffinger
2010-11-03
1
-5
/
+17
*
Add av_get_bits_per_sample_fmt() to libavcore/samplefmt.h and
Stefano Sabatini
2010-11-02
2
-18
/
+8
*
Implement functions:
Stefano Sabatini
2010-11-02
3
-42
/
+15
*
Move sample format definitions from libavcodec to libavcore.
Stefano Sabatini
2010-11-02
1
-13
/
+16
*
Allow mono encoding with LAME.
Thierry Foucu
2010-11-02
1
-2
/
+1
*
aacdec: change type of data in decode_audio_specific_config parameters
Janne Grunau
2010-11-02
1
-1
/
+1
*
Add single stream LATM/LOAS decoder
Janne Grunau
2010-11-02
5
-1
/
+403
*
aacdec: pass avctx as logging context for decode_audio_specific_config
Janne Grunau
2010-11-02
1
-19
/
+30
*
aacdec: refactor the actual aac decoding code into its own function
Janne Grunau
2010-11-02
1
-23
/
+34
*
aacdec: return consumed bits in decode_audio_specific_config
Janne Grunau
2010-11-02
1
-2
/
+2
*
aacdec: add MPEG4AudioConfig as parameter for decode_audio_specific_config
Janne Grunau
2010-11-02
1
-13
/
+16
*
dnxhd_mmx: prefer xmm registers below xmm6 when they are available
Ramiro Polla
2010-11-02
1
-5
/
+5
*
Fix possibly exploitable out of buffer writes in msrle_decode_pal4().
Michael Niedermayer
2010-11-02
1
-1
/
+1
*
Fix possibly exploitable buffer overrun in msrle_decode_8_16_24_32().
Michael Niedermayer
2010-11-02
1
-2
/
+3
*
remove impossible condition from msrle_decode_pal4()
Michael Niedermayer
2010-11-02
1
-4
/
+2
*
fix indent
Michael Niedermayer
2010-11-02
1
-26
/
+26
*
dsputil: Use explicit movzbl instead of movzx
İsmail Dönmez
2010-11-01
1
-1
/
+1
*
aacenc: Correct spreading calculation for high spreading.
Nathan Caldwell
2010-11-01
1
-1
/
+1
[next]