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
*
Make av_fill_image_linesizes() return a meaningful error core rather
Stefano Sabatini
2010-07-30
1
-1
/
+1
*
Rename av_fill_image_linesizes() internal variables max_plane_step and
Stefano Sabatini
2010-07-30
1
-9
/
+9
*
Make avpicture_fill() directly call av_fill_image_linesizes() and
Stefano Sabatini
2010-07-30
1
-2
/
+2
*
Make avfilter_default_get_video_buffer() use functions in
Stefano Sabatini
2010-07-30
2
-5
/
+5
*
Make pkgconfig_generate() explicitly return 0 in instead of returning
Jean-Daniel Dupas
2010-07-30
1
-1
/
+1
*
Add APIchanges entry for the libavcore/imgutils.h addition.
Stefano Sabatini
2010-07-29
1
-0
/
+4
*
Move fill_image_linesize() and fill_image_data_ptr() from
Stefano Sabatini
2010-07-29
6
-144
/
+225
*
Fix compilation in x86_64. I broke it with r24580.
Vitor Sessak
2010-07-29
1
-2
/
+2
*
Extend show_protocols() to make it print information about input,
Stefano Sabatini
2010-07-29
1
-2
/
+11
*
Translate libmpeg2 MMX IDCT to plain asm
Vitor Sessak
2010-07-29
1
-208
/
+237
*
avidec: demux ASS and SRT tracks out of GAB2 chunks
Aurelien Jacobs
2010-07-29
1
-2
/
+123
*
add seeking support in ASS demuxer
Aurelien Jacobs
2010-07-29
1
-1
/
+41
*
Implement ffprobe -show_packets.
Stefano Sabatini
2010-07-28
3
-0
/
+54
*
Check for udp_set_remote_url error.
Reimar Döffinger
2010-07-28
1
-1
/
+2
*
Warn about "/** text" comments.
Michael Niedermayer
2010-07-28
1
-0
/
+1
*
Make sure "Last message repeated" is printed.
Michael Niedermayer
2010-07-28
1
-0
/
+1
*
Revert commit:
Stefano Sabatini
2010-07-28
1
-24
/
+24
*
Add my GPG fingerprint and add myself as ffprobe.c maintainer.
Stefano Sabatini
2010-07-28
1
-0
/
+4
*
rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, too
Martin Storsjö
2010-07-28
1
-4
/
+3
*
Require libswscale only if the scale filter is used.
Stefano Sabatini
2010-07-28
1
-1
/
+2
*
Remove reference to the unexisting movie filter and the corresponding
Stefano Sabatini
2010-07-28
2
-8
/
+0
*
In wav muxer, always flush in write_trailer, fix pipe output
Baptiste Coudurier
2010-07-28
1
-0
/
+2
*
Skip short padding in id3v2.
Alexander Kojevnikov
2010-07-28
1
-1
/
+5
*
Map rc_buffer_size to and c_initial_buffer_occupancy to their libvpx
James Zern
2010-07-28
1
-0
/
+8
*
rtpdec_xiph: Handle the sampling SDP parameter
Josh Allmann
2010-07-28
1
-1
/
+11
*
Add extern to mxf_d10_muxer forward declaration to avoid a redundant
Reimar Döffinger
2010-07-28
1
-1
/
+1
*
10l: missed one reindent.
Alex Converse
2010-07-28
1
-1
/
+1
*
Reindent after last commit.
Alex Converse
2010-07-28
2
-2
/
+2
*
ff_prefix non static vp56 functions.
Alex Converse
2010-07-28
4
-18
/
+18
*
nellymoserenc: Declare the supported sample format
Martin Storsjö
2010-07-28
1
-0
/
+1
*
b0rk3d FATE + black helicopters hissing -> rolling back to r24556 and sleeping
Pascal Massimino
2010-07-27
1
-14
/
+17
*
perform the clipping on luma_dc_qmul[1] and chroma_qmul[0] earlier
Pascal Massimino
2010-07-27
1
-5
/
+2
*
save some copies by moving some fields out of proba[2]
Pascal Massimino
2010-07-27
1
-12
/
+12
*
Add my gpg fingerprint
Luca Barbato
2010-07-27
1
-0
/
+1
*
DCA: fix multichannel -> 2 channel downmix.
Nick Brereton
2010-07-27
1
-14
/
+33
*
Setup correct channel value when downmixing is required.
Nick Brereton
2010-07-27
1
-5
/
+6
*
remove useless cast
Aurelien Jacobs
2010-07-27
1
-1
/
+1
*
Detect PathScale compiler
Måns Rullgård
2010-07-27
1
-0
/
+8
*
Document how the ref_buf is used.
Reimar Döffinger
2010-07-27
1
-0
/
+4
*
configure: fix sh_quote function
Måns Rullgård
2010-07-27
1
-1
/
+1
*
Fix doxy that refers to the wrong variable.
Michael Niedermayer
2010-07-27
6
-44
/
+48
*
Fix the lavf docs, we have a RTP muxer, not a demuxer
Martin Storsjö
2010-07-27
1
-1
/
+1
*
Fix 2 doxy comments that referred to the wrong variable.
Michael Niedermayer
2010-07-27
1
-2
/
+2
*
Make doxygen formatting more consistent.
Michael Niedermayer
2010-07-27
1
-51
/
+122
*
Place the concat protocol entry at the begin of the registered
Stefano Sabatini
2010-07-27
1
-1
/
+1
*
Document existing rules for AVInputFormat.name.
Alex Converse
2010-07-27
1
-0
/
+3
*
Add the indevs.texi and outdevs.texi files.
Stefano Sabatini
2010-07-27
6
-2
/
+250
*
fate: clean up also after failed runs
Måns Rullgård
2010-07-27
1
-0
/
+1
*
Increase error tolerance for RA288 and one vorbis test. Should fix some
Vitor Sessak
2010-07-27
1
-0
/
+2
*
Make frames unsigned.
Alexander Kojevnikov
2010-07-27
1
-3
/
+3
[next]