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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing CONFIG_AVFILTER check.
Takashi Mochizuki
2011-05-10
1
-0
/
+2
*
mpegaudiodec: group #includes more sanely
Mans Rullgard
2011-05-09
1
-2
/
+1
*
mpegaudio: remove #if 0 blocks
Mans Rullgard
2011-05-09
1
-55
/
+0
*
ffmpeg.c: reset avoptions after each input/output file.
Anton Khirnov
2011-05-09
2
-0
/
+5
*
ffmpeg.c: store per-output stream sws flags.
Anton Khirnov
2011-05-09
1
-8
/
+8
*
mpegaudio: remove CONFIG_MPEGAUDIO_HP option
Mans Rullgard
2011-05-09
7
-64
/
+6
*
mpegtsenc: Clear st->priv_data when freeing it
Martin Storsjö
2011-05-09
1
-1
/
+1
*
udp: Fix receiving RTP data over multicast
Martin Storsjö
2011-05-09
1
-6
/
+6
*
rtpproto: Remove an unused variable
Martin Storsjö
2011-05-09
1
-3
/
+1
*
regtest: fix wma tests
Mans Rullgard
2011-05-09
1
-2
/
+2
*
mpegaudio: remove CONFIG_AUDIO_NONSHORT
Mans Rullgard
2011-05-09
1
-8
/
+0
*
regtest: separate flags for encoding and decoding
Mans Rullgard
2011-05-09
4
-24
/
+27
*
log: Fix an oob array read.
Alex Converse
2011-05-08
1
-1
/
+1
*
cosmetics: trim trailing whitespace in postproc
Alex Converse
2011-05-08
1
-1
/
+0
*
Ban strncpy() it's too easy to misuse.
Alex Converse
2011-05-08
1
-0
/
+2
*
psymodel: Remove wrapper functions.
Nathan Caldwell
2011-05-08
3
-43
/
+25
*
aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch...
Nathan Caldwell
2011-05-08
1
-26
/
+25
*
regtest: remove redundant flags in jpg test
Mans Rullgard
2011-05-08
1
-1
/
+1
*
regtest: use run_ffmpeg in do_image_formats
Mans Rullgard
2011-05-08
1
-2
/
+1
*
regtest: simplify encoding functions
Mans Rullgard
2011-05-08
2
-65
/
+65
*
ffmpeg.c: check for interlaced flag in the correct place.
Anton Khirnov
2011-05-08
1
-1
/
+1
*
drawtext: add documentation for the shadow parameters
Stefano Sabatini
2011-05-07
1
-0
/
+11
*
drawtext: add shadow support.
Michael Niedermayer
2011-05-07
1
-6
/
+33
*
drawtext: factor draw_glyphs.
Michael Niedermayer
2011-05-07
1
-27
/
+41
*
drawtext: fix and optimize yuv blend.
Michael Niedermayer
2011-05-07
1
-4
/
+6
*
drawtext: get rid of divisions in the inner loop.
Michael Niedermayer
2011-05-07
1
-8
/
+8
*
drawtext: simplify chroma blend and fix chroma alpha.
Michael Niedermayer
2011-05-07
1
-3
/
+2
*
lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo
Stefano Sabatini
2011-05-07
6
-2
/
+805
*
mov: fix composition timestamps on movie fragments.
Yusuke Nakamura
2011-05-05
1
-13
/
+27
*
wmavoice: Use proper size in memeset().
Alex Converse
2011-05-05
1
-1
/
+1
*
configure: warn if pkg-config is missing
Mans Rullgard
2011-05-05
1
-0
/
+5
*
doc: Check standalone compilation before submitting new components.
Diego Biurrun
2011-05-04
1
-0
/
+5
*
Fix standalone compilation of pipe protocol.
Diego Biurrun
2011-05-04
1
-13
/
+13
*
Fix standalone compilation of ac3_fixed encoder.
Diego Biurrun
2011-05-04
1
-1
/
+1
*
Fix standalone compilation of binkaudio_dct / binkaudio_rdft decoders.
Diego Biurrun
2011-05-04
1
-2
/
+2
*
Fix standalone compilation of IMC decoder.
Diego Biurrun
2011-05-04
1
-1
/
+1
*
Fix standalone compilation of WTV demuxer.
Diego Biurrun
2011-05-04
2
-1
/
+3
*
Fix standalone compilation of MXPEG decoder.
Diego Biurrun
2011-05-04
1
-1
/
+1
*
flashsv: K&R cosmetics
Diego Biurrun
2011-05-04
1
-2
/
+2
*
matroskaenc: fix memory leak
Mans Rullgard
2011-05-04
1
-2
/
+2
*
vc1: make overlap filter for I-frames bit-exact.
Ronald S. Bultje
2011-05-04
5
-60
/
+311
*
vc1dec: use s->start/end_mb_y instead of passing them as function args.
Ronald S. Bultje
2011-05-04
1
-25
/
+26
*
Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."
Ronald S. Bultje
2011-05-04
5
-170
/
+39
*
Replace strncpy() with av_strlcpy().
Alex Converse
2011-05-03
7
-29
/
+32
*
indeo3: Eliminate use of long.
Alex Converse
2011-05-03
1
-11
/
+11
*
get_bits: make cache unsigned to eliminate undefined signed overflow.
Alex Converse
2011-05-03
1
-1
/
+1
*
asfdec: fix assert failure on invalid files
Uoti Urpala
2011-05-03
1
-0
/
+4
*
avfilter: check malloc return values.
Ronald S. Bultje
2011-05-03
1
-1
/
+25
*
mpegvideo: reindent.
Ronald S. Bultje
2011-05-03
1
-116
/
+111
*
nutenc: check malloc return values.
Ronald S. Bultje
2011-05-03
1
-0
/
+6
[next]