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
...
*
adxenc: remove unneeded loops
Justin Ruggles
2012-01-03
1
-9
/
+0
*
adxenc: avoid stereo deinterleaving
Justin Ruggles
2012-01-03
1
-15
/
+7
*
adxenc: remove unnecessary setting of coded_frame->key_frame.
Justin Ruggles
2012-01-03
1
-1
/
+0
*
adxenc: log an error message and return AVERROR(EINVAL) for invalid channels
Justin Ruggles
2012-01-03
1
-2
/
+4
*
adxenc: cosmetics: pretty-printing
Justin Ruggles
2012-01-03
1
-41
/
+46
*
adxenc: change some data types
Justin Ruggles
2012-01-03
1
-6
/
+6
*
adxenc: remove unneeded log message
Justin Ruggles
2012-01-03
1
-2
/
+0
*
adxenc: remove unneeded comments
Justin Ruggles
2012-01-03
1
-38
/
+2
*
adx_parser: rewrite.
Michael Niedermayer
2012-01-03
1
-38
/
+27
*
adxdec: Validate channel count to fix a division by zero.
Justin Ruggles
2012-01-03
1
-1
/
+1
*
adxdec: Do not require extradata.
Michael Niedermayer
2012-01-03
1
-9
/
+26
*
alacdec: implement the 2-pass prediction type.
Justin Ruggles
2012-01-03
1
-16
/
+21
*
alacenc: implement the 2-pass prediction type.
Justin Ruggles
2012-01-03
1
-1
/
+10
*
alacenc: do not generate invalid multi-channel ALAC files
Justin Ruggles
2012-01-03
1
-0
/
+8
*
alacdec: fill in missing or guessed info about the extradata format.
Justin Ruggles
2012-01-03
1
-21
/
+17
*
utvideo: proper median prediction for interlaced videos
Kostya Shishkov
2012-01-03
1
-7
/
+94
*
dca: K&R formatting cosmetics
Shitiz Garg
2012-01-03
1
-257
/
+289
*
dct: K&R formatting cosmetics
Aneesh Dogra
2012-01-03
1
-61
/
+61
*
win32: detect number of CPUs using affinity
Daniel Verkamp
2012-01-03
1
-5
/
+6
*
snow: Restore three mistakenly removed casts.
Diego Biurrun
2012-01-03
1
-3
/
+3
*
mpegenc: use avctx->slices as number of slices
Janne Grunau
2012-01-02
6
-34
/
+40
*
v410enc: fix undefined signed left shift caused by integer promotion
Janne Grunau
2012-01-02
1
-1
/
+1
*
Fix a bunch of typos.
Diego Biurrun
2012-01-02
1
-2
/
+6
*
Drop some pointless void* return value casts from av_malloc() invocations.
Diego Biurrun
2012-01-02
2
-4
/
+4
*
wavpack: fix typos in previous cosmetic clean-up commit
Justin Ruggles
2012-01-02
1
-2
/
+2
*
wavpack: cosmetics: K&R pretty-printing
Justin Ruggles
2012-01-02
1
-322
/
+337
*
wavpack: determine sample_fmt before requesting a buffer
Hendrik Leppkes
2012-01-01
1
-13
/
+18
*
bmv audio: implement new audio decoding API
Justin Ruggles
2012-01-01
1
-9
/
+25
*
mpegaudiodec: skip all channels when skipping granules
Justin Ruggles
2012-01-01
1
-8
/
+11
*
bfi: K&R cosmetics
Aneesh Dogra
2012-01-01
1
-11
/
+12
*
bgmc: K&R cleanup
Aneesh Dogra
2012-01-01
1
-6
/
+6
*
rawdec: propagate pict_type information to the output frame
Stefano Sabatini
2012-01-01
1
-0
/
+1
*
rawdec: Support more QT 1bpp rawvideo files.
Piotr Bandurski
2012-01-01
1
-0
/
+1
*
threads: limit the number of automatic threads to MAX_AUTO_THREADS
Janne Grunau
2012-01-01
1
-5
/
+9
*
threads: set thread_count to 1 when thread support is disabled
Janne Grunau
2012-01-01
1
-0
/
+2
*
threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264
Janne Grunau
2012-01-01
4
-2
/
+9
*
mpegaudiodec: fix seeking.
Ronald S. Bultje
2011-12-31
1
-16
/
+18
*
mpegaudiodec: fix compilation when testing the unchecked bitstream reader
Justin Ruggles
2011-12-31
1
-1
/
+1
*
threads: add sysconf based number of CPUs detection
Janne Grunau
2011-12-31
1
-0
/
+7
*
threads: always include necessary headers for number of CPUs detection
Janne Grunau
2011-12-31
1
-2
/
+4
*
threads: default to automatic thread count detection
Janne Grunau
2011-12-31
2
-2
/
+2
*
cook: K&R formatting cosmetics
Shitiz Garg
2011-12-31
1
-364
/
+366
*
cosmetics: Drop unnecessary parentheses around return values.
Diego Biurrun
2011-12-30
8
-27
/
+27
*
libvorbis: K&R reformatting cosmetics
Diego Biurrun
2011-12-29
1
-73
/
+79
*
libmp3lame: K&R formatting cosmetics
Aneesh Dogra
2011-12-29
1
-89
/
+84
*
mpegvideo_enc: K&R cosmetics (line 1000-2000).
Aneesh Dogra
2011-12-29
1
-394
/
+531
*
indeo4: remove two unused variables
Kostya Shishkov
2011-12-29
1
-4
/
+7
*
lagarith: add decode support for arith rgb24 mode
Thad Ward
2011-12-29
1
-10
/
+22
*
v410dec: Check for sufficient input data. Fixes crash
Michael Niedermayer
2011-12-28
1
-0
/
+5
*
Indeo 4 decoder
Kostya Shishkov
2011-12-28
7
-3
/
+1362
[prev]
[next]