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
*
Refactor the 'fmt ' tag search and parsing
Tomas Härdin
2011-05-17
1
-18
/
+39
*
ffmpeg: reset top_field_first in opt_input_file().
Michael Niedermayer
2011-05-17
1
-0
/
+1
*
Ogg demuxer: give meaningful error codes and warnings.
Nicolas George
2011-05-17
1
-19
/
+27
*
Merge branch 'master' of git.videolan.org:ffmpeg
Compn
2011-05-16
12
-99
/
+54
|
\
|
*
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-17
12
-99
/
+54
|
|
\
|
|
*
ffmpeg: fix -aspect cli option
Baptiste Coudurier
2011-05-16
1
-15
/
+14
|
|
*
Restructure video filter implementation in ffmpeg.c.
Michael Niedermayer
2011-05-16
1
-59
/
+80
|
|
*
ffplay: remove audio_write_get_buf_size() forward declaration
Stefano Sabatini
2011-05-16
1
-9
/
+7
|
|
*
lavfi: print key-frame and picture type information in ff_dlog_ref()
Stefano Sabatini
2011-05-16
1
-2
/
+4
|
|
*
mathops: remove ancient confusing comment
Mans Rullgard
2011-05-16
1
-3
/
+0
|
|
*
cws2fws: Improve error message wording.
Diego Biurrun
2011-05-16
1
-2
/
+2
|
|
*
tools: Check the return value of write().
Diego Biurrun
2011-05-16
2
-4
/
+17
|
|
*
mpegaudio: move OUT_FMT macro to mpegaudiodec.c
Mans Rullgard
2011-05-16
2
-2
/
+2
|
|
*
mpegaudio: remove OUT_MIN/MAX macros
Mans Rullgard
2011-05-16
2
-3
/
+1
|
|
*
Add missing #includes to mp3_header_(de)compress bsf
Mans Rullgard
2011-05-16
2
-0
/
+2
|
|
*
dct: fix indentation
Mans Rullgard
2011-05-16
1
-15
/
+15
|
|
*
dct: bypass table allocation for DCT_II of size 32
Mans Rullgard
2011-05-16
1
-3
/
+6
|
|
*
h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64.
Gil Pedersen
2011-05-16
1
-0
/
+2
|
|
*
Remove unused header mpegaudio3.h.
Diego Biurrun
2011-05-16
2
-54
/
+0
*
|
|
update changelog with 9/10 bit H264 and FFV1 changes
Compn
2011-05-16
1
-0
/
+2
|
/
/
*
|
Add some forgotten const to function arguments in libavfilter & libavformat.
Michael Niedermayer
2011-05-17
6
-18
/
+18
*
|
Write channel_layout for multichannel aif files.
Carl Eugen Hoyos
2011-05-17
2
-1
/
+8
*
|
Fix ff_mov_write_chan() so it can be used by other muxers.
Carl Eugen Hoyos
2011-05-17
3
-12
/
+7
*
|
Fix some mov files with little endian audio (tickets 201 - 203).
Carl Eugen Hoyos
2011-05-17
1
-1
/
+1
*
|
iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples cor...
Stefano Sabatini
2011-05-17
7
-74
/
+152
*
|
iff: compact code setting metadata tags
Stefano Sabatini
2011-05-17
1
-15
/
+4
*
|
iff: fix bitrate computation for compressed audio stream
Stefano Sabatini
2011-05-17
1
-1
/
+1
*
|
iff: distinguish fields for audio and video compression
Stefano Sabatini
2011-05-17
1
-10
/
+12
*
|
imgutils: introduce internal image_get_linesize() and use it
Stefano Sabatini
2011-05-16
1
-14
/
+24
*
|
imgutils: make av_image_get_linesize() return AVERROR(EINVAL) for invalid pix...
Stefano Sabatini
2011-05-16
1
-0
/
+3
*
|
drawtext: specify union type for setting default options
Stefano Sabatini
2011-05-16
1
-29
/
+29
*
|
drawtext: reindent after the previous commit
Stefano Sabatini
2011-05-16
1
-20
/
+20
*
|
drawtext: fix strftime() text expansion
Stefano Sabatini
2011-05-16
1
-18
/
+27
*
|
rawdec: Allow overriding top field first.
Michael Niedermayer
2011-05-16
2
-0
/
+16
*
|
ffmpeg: initialize input_codec array earlier.
Michael Niedermayer
2011-05-16
1
-0
/
+6
*
|
cmdutils: Allocate private decoder context if its not allocated yet.
Michael Niedermayer
2011-05-16
1
-1
/
+12
*
|
pngdec: relax condition for setting monoblack pixel format
Stefano Sabatini
2011-05-16
1
-3
/
+2
*
|
Support decoding of 1bpp rawvideo in avi (ticket 205).
ami_stuff
2011-05-16
1
-0
/
+1
*
|
Support decoding of 2bpp rawvideo in avi (ticket 206).
ami_stuff
2011-05-16
1
-0
/
+1
*
|
Bump minor after adding a caf muxer.
Carl Eugen Hoyos
2011-05-16
1
-2
/
+2
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-16
4
-14
/
+6
|
\
|
|
*
aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding.
Justin Ruggles
2011-05-15
2
-4
/
+4
|
*
acelp: Remove unused gray_decode table.
Diego Biurrun
2011-05-15
1
-10
/
+0
|
*
dfa: Remove unused variable.
Diego Biurrun
2011-05-15
1
-1
/
+0
|
*
configure: Include AVX availability in summary output.
Diego Biurrun
2011-05-15
1
-0
/
+1
|
*
configure: use same CPPFLAGS in kFreeBSD as Linux
Reinhard Tartler
2011-05-15
1
-0
/
+1
*
|
configure: another try on fixing osx/mingw SDL
Hanspeter Niederstrasser
2011-05-16
1
-1
/
+1
*
|
av_picture_crop(): Support simple cases with packed pixels too.
Michael Niedermayer
2011-05-15
1
-1
/
+9
*
|
rawdec: propagate pict_type information to the output frame
Stefano Sabatini
2011-05-15
1
-0
/
+1
*
|
showinfo: replace "CRC" by "checksum"
Stefano Sabatini
2011-05-15
2
-10
/
+10
[next]