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
...
*
libx264: add 'psy_rd' private option.
Anton Khirnov
2011-08-24
3
-4
/
+12
*
libx264: add 'aq_strength' private option.
Anton Khirnov
2011-08-24
3
-5
/
+9
*
libx264: add 'aq_mode' private option.
Anton Khirnov
2011-08-24
3
-3
/
+20
*
libx264: add 'cqp' private option.
Anton Khirnov
2011-08-24
3
-6
/
+13
*
libx264: add 'crf' private option.
Anton Khirnov
2011-08-24
4
-2
/
+21
*
lavc: remove vbv_delay option
Anton Khirnov
2011-08-24
1
-1
/
+0
*
Windows Media Image decoder (WMVP/WVP2)
Alberto Delmás
2011-08-23
10
-83
/
+425
*
ac3enc: remove outdated TODO comment for apply_channel_coupling()
Justin Ruggles
2011-08-22
1
-5
/
+0
*
libx264: only use ABR mode when the user explicitly set bitrate.
Anton Khirnov
2011-08-22
1
-6
/
+11
*
libx264: use medium preset by default.
Anton Khirnov
2011-08-22
1
-1
/
+1
*
mp2 encoder: make 128k the default bitrate.
Anton Khirnov
2011-08-22
1
-0
/
+7
*
lavc: add A|E|D flags to "ac" and "ar" options
Stefano Sabatini
2011-08-21
1
-2
/
+2
*
WavPack decoder: implement flush function
Kostya Shishkov
2011-08-21
1
-0
/
+10
*
h264: fix PCM intra-coded blocks in monochrome case
Jeff Downs
2011-08-19
1
-12
/
+34
*
h264: correct implicit weight table computation for long ref pics
Jeff Downs
2011-08-19
1
-9
/
+11
*
h264: correct the check for invalid long term frame index in MMCO decode
Jeff Downs
2011-08-19
1
-1
/
+1
*
aac: Only set sample rate and object type from ADTS if output hasn't been con...
Alex Converse
2011-08-18
1
-3
/
+3
*
aac: Set SBR and PS to unsignalled during headerless and ADTS initialization.
Alex Converse
2011-08-18
1
-0
/
+2
*
aac: Only output configure if audio was found.
Alex Converse
2011-08-18
1
-2
/
+5
*
h264: hide reference frame errors unless requested
Dustin Brody
2011-08-17
1
-1
/
+1
*
Move clipd macros to x86util.asm.
Ronald S. Bultje
2011-08-17
1
-33
/
+1
*
RV3/4 parser: remove unused variable 'off'
Kostya Shishkov
2011-08-17
1
-2
/
+0
*
Use parsers for RealVideo 3/4 to determine correct PTS
Kostya Shishkov
2011-08-17
3
-0
/
+101
*
rv10/20: tell decoder to use edge emulation
Kostya Shishkov
2011-08-17
1
-0
/
+1
*
lavc: add avcodec_get_type() for mapping codec_id -> type.
Anton Khirnov
2011-08-16
3
-2
/
+24
*
lavc: add audio flag to the 'b' option, deprecate 'ab'.
Anton Khirnov
2011-08-16
1
-2
/
+2
*
svq3: propagate codec memory allocation failure in context init
Dustin Brody
2011-08-15
1
-1
/
+4
*
Fix NASM include directive
Dave Yeo
2011-08-15
22
-41
/
+41
*
dsputil_mmx: Honor HAVE_AMD3DNOW
Alex Converse
2011-08-15
1
-5
/
+5
*
VC-1: fix reading of custom PAR.
Reimar Döffinger
2011-08-15
1
-2
/
+2
*
mpeg12: remove repeat-field code disabled since May 2002
Dustin Brody
2011-08-15
1
-12
/
+0
*
aacenc: Fix number of coefficients used in a LFE channel.
Nathan Caldwell
2011-08-13
1
-1
/
+7
*
aacenc: Fix a segfault with grouped psymodel.
Nathan Caldwell
2011-08-13
1
-1
/
+4
*
rv34: free+allocate buffer instead of reallocating it to preserve alignment
Kostya Shishkov
2011-08-12
1
-1
/
+2
*
h264: add missing brackets.
Ronald S. Bultje
2011-08-12
1
-3
/
+4
*
Move x86util.asm from libavcodec/ to libavutil/.
Ronald S. Bultje
2011-08-12
20
-561
/
+19
*
Move x86inc.asm to libavutil/.
Ronald S. Bultje
2011-08-12
23
-927
/
+22
*
libx264: Include hint for possible values for configuring libx264
Reinhard Tartler
2011-08-12
1
-4
/
+4
*
Add weighted motion compensation for RV40 B-frames
Kostya Shishkov
2011-08-11
4
-11
/
+96
*
RV3/4: calculate B-frame motion weights once per frame
Kostya Shishkov
2011-08-11
2
-5
/
+13
*
Move RV3/4-specific DSP functions into their own context
Kostya Shishkov
2011-08-11
10
-178
/
+253
*
mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqt
Dustin Brody
2011-08-11
3
-5
/
+15
*
h264: notice memory allocation failure
Dustin Brody
2011-08-11
1
-2
/
+8
*
ac3enc: add macros for option names to make them more understandable.
Justin Ruggles
2011-08-11
3
-76
/
+94
*
ac3enc: fix 'channel_coupling' option to actually allow 'auto'.
Justin Ruggles
2011-08-11
2
-3
/
+7
*
cavs: fix some crashes with invalid bitstreams
Mans Rullgard
2011-08-10
1
-3
/
+8
*
ac3enc: clip coupling coordinates during calculation
Justin Ruggles
2011-08-10
1
-2
/
+1
*
Remove incorrect info in documentation of AVCodecContext.bits_per_raw_sample.
Justin Ruggles
2011-08-10
1
-1
/
+0
*
lavc: fix parentheses placement in avcodec_open2().
Baptiste Coudurier
2011-08-10
1
-1
/
+1
*
lavc: make avcodec_init() static on next bump.
Anton Khirnov
2011-08-10
3
-8
/
+15
[prev]
[next]