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
*
lavfi: make vsrc_buffer.h header public
Stefano Sabatini
2011-05-22
3
-2
/
+5
*
Fix compilation with --disable-yasm.
Vitor Sessak
2011-05-22
1
-0
/
+2
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-22
58
-387
/
+500
|
\
|
*
ffmpeg: get rid of the -vglobal option.
Anton Khirnov
2011-05-21
1
-8
/
+1
|
*
dct32: Add AVX implementation of 32-point DCT
Vitor Sessak
2011-05-21
4
-119
/
+224
|
*
dct32: Change pass 6 permutation to allow for AVX implementation
Vitor Sessak
2011-05-21
1
-49
/
+49
|
*
dct32: port SSE 32-point DCT to YASM
Vitor Sessak
2011-05-21
3
-297
/
+291
|
*
multiple inclusion guard cleanup
Diego Biurrun
2011-05-21
51
-76
/
+97
|
*
avio: document buffer must created with av_malloc() and friends
Can Wu
2011-05-21
1
-0
/
+1
|
*
avio: check AVIOContext malloc failure
Can Wu
2011-05-21
1
-0
/
+2
|
*
swscale: point out an alternative to sws_getContext
Clément Bœsch
2011-05-21
1
-0
/
+1
|
*
svq3: Do initialization after parsing the extradata
Ronald S. Bultje
2011-05-21
1
-9
/
+10
|
*
add changelog entries for 0.7_beta2
Reinhard Tartler
2011-05-21
1
-0
/
+4
|
*
mp3lame: add #include required for AV_RB32 macro.
Ronald S. Bultje
2011-05-20
1
-0
/
+1
*
|
mpeg2dec: Fix lowres 3
Michael Niedermayer
2011-05-22
1
-2
/
+4
*
|
lavfi: bump minor and add changelog entry after the split filter addition
Stefano Sabatini
2011-05-22
2
-1
/
+2
*
|
vf_split: add documentation to filters.texi
Stefano Sabatini
2011-05-22
1
-0
/
+15
*
|
vf_split: give more meaningful names to the output pads
Stefano Sabatini
2011-05-22
1
-2
/
+2
*
|
vf_split: define draw_slice() before end_frame()
Stefano Sabatini
2011-05-22
1
-6
/
+6
*
|
vf_split: add description
Stefano Sabatini
2011-05-22
1
-0
/
+1
*
|
vf_split: fix various nits
Stefano Sabatini
2011-05-22
1
-15
/
+17
*
|
wmadec: avoid infinit loop.
Michael Niedermayer
2011-05-22
1
-1
/
+1
*
|
DirectShow capture: Fix build
Ramiro Polla
2011-05-21
1
-2
/
+2
*
|
matroska: switch stereo mode from int to string and add support in the demuxe...
Kirill Gavrilov
2011-05-21
3
-4
/
+161
*
|
matroska: cosmetics
Kirill Gavrilov
2011-05-21
2
-25
/
+26
*
|
Create a stereo_mode metadata tag to specify the stereo 3d video layout using...
Alok Ahuja
2011-05-21
2
-1
/
+38
*
|
libavfilter: vf_split from soc.
Bobby Bingham
2011-05-21
3
-0
/
+65
*
|
DirectShow capture support
Ramiro Polla
2011-05-21
11
-2
/
+1820
*
|
Fix channel_layout documentation.
Carl Eugen Hoyos
2011-05-21
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-21
18
-91
/
+104
|
\
|
|
*
configure: make executable again
Mans Rullgard
2011-05-20
1
-0
/
+0
|
*
LATM/AAC: Free previously initialized context on reinit.
Ronald S. Bultje
2011-05-20
1
-0
/
+1
|
*
configure: Do not unconditionally add -Wall to host CFLAGS.
Diego Biurrun
2011-05-20
1
-1
/
+2
|
*
configure: Set OS/2 objformat to a.out.
Dave Yeo
2011-05-20
1
-0
/
+1
|
*
Add support for a.out object format to assembler macros.
Dave Yeo
2011-05-20
4
-3
/
+14
|
*
fate: disable threading for encoding
Mans Rullgard
2011-05-20
1
-1
/
+1
|
*
fate: add comment field
Mans Rullgard
2011-05-20
1
-1
/
+1
|
*
fate: allow overriding default build and install dirs
Mans Rullgard
2011-05-20
1
-2
/
+2
|
*
mpegtsenc: Add an AVClass pointer to the private data
Martin Storsjö
2011-05-20
1
-0
/
+1
|
*
mpegaudio: clean up #includes
Mans Rullgard
2011-05-20
3
-3
/
+1
|
*
mpegaudio: move all header parsing to mpegaudiodecheader.[ch]
Mans Rullgard
2011-05-20
6
-80
/
+79
*
|
ffserver: dont just crash
Mike William
2011-05-21
2
-5
/
+6
*
|
fix ffserver's SIGSEGV
Maksym Veremeyenko
2011-05-21
2
-0
/
+2
*
|
avoptions: Support getting flag values using av_get_int
Martin Storsjö
2011-05-21
1
-1
/
+2
*
|
preset dir for win32
Gianluigi Tiesi
2011-05-21
3
-1
/
+20
*
|
Merge remote-tracking branch 'ffmpeg-mt/master'
Michael Niedermayer
2011-05-21
4
-22
/
+55
*
|
Add a flag to disable side data merging.
Michael Niedermayer
2011-05-21
3
-2
/
+4
*
|
Merge/split side data.
Michael Niedermayer
2011-05-21
4
-3
/
+89
*
|
Encoding alac with more than two channels is not supported.
Carl Eugen Hoyos
2011-05-21
1
-0
/
+5
*
|
vf_libopencv: prefer opencv/cxcore.h over cxtypes.h
Stefano Sabatini
2011-05-20
2
-2
/
+2
[next]