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
*
Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than
Stefano Sabatini
2009-11-25
1
-1
/
+2
*
-DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho.
Diego Biurrun
2009-11-25
1
-0
/
+2
*
Add required header #include to fix 'make checkheaders'.
Diego Biurrun
2009-11-25
1
-0
/
+1
*
Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma
Ramiro Polla
2009-11-25
1
-3
/
+5
*
Support compiling against libtheora older than 1.1
David Conrad
2009-11-25
1
-0
/
+10
*
Make lsp2polyf() function non-static for upcoming usage in SIPR
Vitor Sessak
2009-11-24
2
-13
/
+15
*
Add weightp support in API for libx264.
Jason Garrett-Glaser
2009-11-24
3
-1
/
+13
*
Call ff_find_hwaccel() after calling avcodec_set_dimensions().
Reimar Döffinger
2009-11-24
1
-15
/
+16
*
WMA: extend exponent range to 95
Måns Rullgård
2009-11-24
1
-1
/
+11
*
Call avcodec_set_dimensions() instead of simply setting avctx->width/height
Kostya Shishkov
2009-11-24
1
-2
/
+3
*
Add missing include. Fix the following compiler warnings:
Vitor Sessak
2009-11-23
1
-0
/
+1
*
WMA: extend exponent table up to 75
Måns Rullgård
2009-11-23
1
-3
/
+10
*
Use avcodec_set_dimensions()
Michael Niedermayer
2009-11-23
1
-2
/
+1
*
Correct order of arguments for avcodec_check_dimensions().
Michael Niedermayer
2009-11-23
1
-1
/
+1
*
Make sure avcodec_set_dimensions() is used when rv20 changes resolution.
Michael Niedermayer
2009-11-23
1
-2
/
+3
*
Make sorting function used in TwinVQ a shared function
Vitor Sessak
2009-11-22
3
-12
/
+17
*
Set colorspace for libtheora encoding
David Conrad
2009-11-22
1
-1
/
+7
*
Support 4:2:2 and 4:4:4 subsampling in libtheora encoding
David Conrad
2009-11-22
1
-8
/
+17
*
Add support for two pass encoding in libtheora
David Conrad
2009-11-22
1
-18
/
+90
*
Update libtheora wrapper to use the 1.0 API
David Conrad
2009-11-22
1
-66
/
+42
*
Update dimensions in AVCodecContext when RV3/4 frame dimensions change
Kostya Shishkov
2009-11-22
1
-2
/
+2
*
10l: Fix inverted if-condition from r20448. Fixes issue 1562.
Alex Converse
2009-11-21
1
-1
/
+1
*
Factorize av_get_bit_rate (for future use outside of libavcodec).
Robert Krüger
2009-11-21
1
-44
/
+30
*
Allocate pictures with enough padding for jpeg.
Michael Niedermayer
2009-11-20
2
-3
/
+6
*
In win32 thread implementation do not access jobnr if the thread is asked
Reimar Döffinger
2009-11-20
1
-3
/
+4
*
Add codec id for Flash screen codec v2 and hook it up in FLV demuxer
Daniel Verkamp
2009-11-20
1
-0
/
+1
*
Indent
Ramiro Polla
2009-11-20
1
-16
/
+16
*
Implement missing case for decoding samples with large pivot value in APE
Kostya Shishkov
2009-11-20
1
-2
/
+18
*
cosmetics: break some long lines and insert few spaces
Kostya Shishkov
2009-11-20
1
-6
/
+7
*
10l trocadero: ZMBV encoder used zero score to detect whether block should be
Kostya Shishkov
2009-11-20
1
-10
/
+14
*
avoid integer overflow in dnxhd encoder, fixes #1557
Baptiste Coudurier
2009-11-20
1
-1
/
+3
*
clarify why the encoder is failing
Baptiste Coudurier
2009-11-19
1
-1
/
+2
*
Fix name for PIX_FMT_NV21 PixFmtInfo entry.
Stefano Sabatini
2009-11-19
1
-1
/
+1
*
Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set
Reimar Döffinger
2009-11-19
1
-1
/
+4
*
Revert r20548, it was a dream. It seems faad does not ouput the last frame
Baptiste Coudurier
2009-11-19
1
-1
/
+0
*
faad needs CODEC_CAP_DELAY, otherwise you miss last frame
Baptiste Coudurier
2009-11-18
1
-0
/
+1
*
Add functions to return library license and library configuration.
Diego Biurrun
2009-11-18
2
-0
/
+21
*
Use get_bits_left() instead of size_in_bits - get_bits_count().
Ronald S. Bultje
2009-11-16
11
-21
/
+21
*
Cosmetics: Fix indentation.
Carl Eugen Hoyos
2009-11-16
1
-3
/
+3
*
Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter.
Alex Converse
2009-11-15
1
-1
/
+1
*
Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.
Vitor Sessak
2009-11-15
2
-0
/
+62
*
Merge data tables from als_data.h with the decoder source to reduce
Thilo Borgmann
2009-11-14
2
-106
/
+73
*
Add long-term prediction to the ALS decoder.
Thilo Borgmann
2009-11-14
2
-2
/
+55
*
ac3dec: apply dynamic range compression to correct channels in dual-mono mode.
Justin Ruggles
2009-11-14
1
-1
/
+1
*
Reset rbsp buffer size when freeing its data buffer.
Mike Scheutzow
2009-11-13
1
-0
/
+2
*
Bump minor version after MPEG-4 Lossless commit
Vitor Sessak
2009-11-12
1
-1
/
+1
*
Bump minor version after applying ALS decoder.
Carl Eugen Hoyos
2009-11-12
1
-1
/
+1
*
Mark AOT_ALS as a supported MPEG-4 audio object type.
Alex Converse
2009-11-12
1
-1
/
+1
*
Cosmetics: Re-indent
Alex Converse
2009-11-12
1
-1
/
+1
*
Fix a __warn_memset_zero_len gcc-4.4 warning.
Alex Converse
2009-11-12
1
-0
/
+1
[next]