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
*
Support reference picture defined by bitmask in MJPEG's SOS decoder
anatoly
2011-04-26
3
-11
/
+47
*
DCA/DTA encoder
Alexander E. Patrakov
2011-04-26
4
-1
/
+1133
*
bfi: store palette data in the context
Stefano Sabatini
2011-04-26
1
-0
/
+4
*
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-26
3
-146
/
+145
|
\
|
*
ac3: fix memleak in fixed-point encoder
Janne Grunau
2011-04-25
1
-1
/
+1
|
*
flashsv: Return more meaningful error values.
Diego Biurrun
2011-04-25
2
-4
/
+4
|
*
flashsv: Employ explicit AVCodec struct initializers.
Diego Biurrun
2011-04-25
2
-20
/
+19
|
*
cosmetics: K&R coding style and more whitespace for Flash Screen Video
Diego Biurrun
2011-04-25
2
-121
/
+121
*
|
Fix issue1503, this fix may be incomplete we need more samples to know for sure.
Michael Niedermayer
2011-04-26
1
-0
/
+7
*
|
wmadec: prevent null pointer call.
Michael Niedermayer
2011-04-26
1
-0
/
+5
*
|
fraps: do not set avctx->pix_fmt to none in decode_init()
Stefano Sabatini
2011-04-25
1
-1
/
+0
*
|
dca: allow selecting float output at runtime.
Reimar Döffinger
2011-04-25
1
-18
/
+10
*
|
vorbisdec: allow selecting float output at runtime.
Reimar Döffinger
2011-04-25
1
-15
/
+12
*
|
aacdec: Allow selecting float output at runtime.
Reimar Döffinger
2011-04-25
1
-28
/
+10
*
|
ac3dec: allow selecting float output at runtime.
Reimar Döffinger
2011-04-25
3
-27
/
+27
*
|
Warn if the source has unsupported (or no) channel layout.
Carl Eugen Hoyos
2011-04-25
1
-0
/
+22
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-25
1
-1
/
+1
|
\
|
|
*
vorbisdec: Employ proper printf format specifiers for uint_fast32_t.
Diego Biurrun
2011-04-25
1
-1
/
+1
*
|
Support fourcc auv2.
ami_stuff
2011-04-25
1
-0
/
+1
*
|
Fix indentation.
Reimar Döffinger
2011-04-25
2
-12
/
+12
*
|
Support PARSER_FLAG_COMPLETE_FRAMES for h261 and h263 parsers.
Reimar Döffinger
2011-04-25
2
-0
/
+8
*
|
CrystalHD: Add AVOption to configure hardware downscaling.
Philip Langdale
2011-04-24
1
-0
/
+67
*
|
Check for malloc failures in fraps decoder.
Reimar Döffinger
2011-04-24
1
-0
/
+4
*
|
Use av_fast_malloc instead of av_realloc in fraps decoder.
Reimar Döffinger
2011-04-24
1
-2
/
+3
*
|
HAM6/HAM8 support for IFF demuxer/decoder
Sebastian Vater
2011-04-24
1
-14
/
+262
*
|
permit decoding of multichannel ADPCM_EA_XAS
Peter Ross
2011-04-24
1
-0
/
+1
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-24
8
-20
/
+329
|
\
|
|
*
Replace more FFmpeg instances by Libav or ffmpeg.
Diego Biurrun
2011-04-23
2
-4
/
+4
|
*
vorbis: Rename decoder/encoder files to follow general file naming scheme.
Diego Biurrun
2011-04-23
4
-3
/
+3
|
*
aacenc: Fix whitespace after last commit.
Nathan Caldwell
2011-04-23
1
-10
/
+13
|
*
cook: Fix small typo in av_log_ask_for_sample message.
Diego Biurrun
2011-04-23
1
-1
/
+1
|
*
aacenc: Finish 3GPP psymodel analysis for non mid/side cases.
Nathan Caldwell
2011-04-23
2
-6
/
+303
|
*
Add some debug log messages to AAC extradata
Alex Converse
2011-04-22
1
-0
/
+9
*
|
In libx264 wrapper, fix side effect with has_b_frames, bframe_pyramid can be set
Baptiste Coudurier
2011-04-23
1
-1
/
+2
*
|
Set channel layout in flac decoder.
Carl Eugen Hoyos
2011-04-23
2
-1
/
+4
*
|
flicvideo: fix crash on flic files with invalid frame size
Stefano Sabatini
2011-04-23
1
-0
/
+5
*
|
flicvideo: increase error level and fix error message in CHECK_PIXEL_PTR()
Stefano Sabatini
2011-04-23
1
-2
/
+2
*
|
aac: add math.h needed for log2f()
Michael Niedermayer
2011-04-23
2
-0
/
+2
*
|
Fix compilation with libcelt on Apple OS X.
Carl Eugen Hoyos
2011-04-23
1
-0
/
+2
*
|
Fix compilation after version bump.
Carl Eugen Hoyos
2011-04-23
1
-1
/
+1
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-23
8
-20
/
+27
|
\
|
|
*
Use av_log_ask_for_sample() to request samples from users.
Diego Biurrun
2011-04-22
4
-5
/
+9
|
*
Make av_log_ask_for_sample() accept a variable number of arguments.
Diego Biurrun
2011-04-22
2
-3
/
+9
|
*
vqavideo: We no longer need to ask for version 1 samples.
Diego Biurrun
2011-04-22
1
-2
/
+0
|
*
aacdec: indentation cosmetics
Young Han Lee
2011-04-22
1
-10
/
+9
*
|
Rm duplicated define for OPT_STR.
Robert Leatherwood
2011-04-22
1
-9
/
+0
*
|
rv10: set flags, Fixes Ticket90
Michael Niedermayer
2011-04-22
1
-0
/
+2
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-22
18
-22
/
+72
|
\
|
|
*
Introduce slice threads flag.
Ronald S. Bultje
2011-04-21
11
-10
/
+20
|
*
Use av_log_ask_for_sample() where appropriate.
Diego Biurrun
2011-04-21
4
-11
/
+12
[next]