index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
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
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove x86/mmx.h. It is not used anymore and has been deprecated for years.
Vitor Sessak
2010-07-31
1
-267
/
+0
*
Fix compilation with --disable-yasm. 10l to me.
Vitor Sessak
2010-07-31
1
-3
/
+3
*
Add protocols.texi.
Stefano Sabatini
2010-07-31
5
-16
/
+226
*
Convert deinterlacing MMX code to YASM
Vitor Sessak
2010-07-31
4
-84
/
+110
*
configure: set subarch for ARM
Måns Rullgård
2010-07-31
1
-0
/
+9
*
100l: av_freep() needs the address of the pointer
Aurelien Jacobs
2010-07-30
1
-1
/
+1
*
cosmetics: indentation
Justin Ruggles
2010-07-30
1
-38
/
+38
*
Combine output_subframe() and output_subframes().
Justin Ruggles
2010-07-30
1
-19
/
+11
*
Remove unneeded variable.
Justin Ruggles
2010-07-30
1
-4
/
+1
*
cosmetics: indentation
Justin Ruggles
2010-07-30
1
-28
/
+28
*
Combine output_subframe_verbatim() and output_subframe_lpc().
Justin Ruggles
2010-07-30
1
-23
/
+13
*
Combine and simplify output_residual() and output_subframe_lpc().
Justin Ruggles
2010-07-30
1
-37
/
+21
*
cosmetics: reindent
Justin Ruggles
2010-07-30
1
-5
/
+5
*
Combine and simplify output_subframe_fixed() and output_subframe_lpc().
Justin Ruggles
2010-07-30
1
-19
/
+5
*
Combine and simplify output_subframe_constant() and output_subframe_verbatim().
Justin Ruggles
2010-07-30
1
-25
/
+11
*
Pass FlacSubframe to output_subframe_* instead of channel number.
Justin Ruggles
2010-07-30
1
-24
/
+11
*
cosmetics: change FlacEncodeContext variable name from ctx to s in several
Justin Ruggles
2010-07-30
1
-36
/
+36
*
Set coded_frame->pts in the FLAC encoder
Justin Ruggles
2010-07-30
1
-0
/
+1
*
Do not need to set coded_frame->key_frame = 1 because it is already set in
Justin Ruggles
2010-07-30
1
-1
/
+0
*
Move debug logging of compression options to a single function.
Justin Ruggles
2010-07-30
1
-37
/
+60
*
Add 2 failed memory allocation checks
Justin Ruggles
2010-07-30
1
-0
/
+4
*
cosmetics: pretty-print flacenc.c
Justin Ruggles
2010-07-30
1
-325
/
+344
*
Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file
Martin Storsjö
2010-07-30
19
-292
/
+58
*
Make config_input() return AVERROR(EINVAL) in place of -1.
Stefano Sabatini
2010-07-30
1
-1
/
+1
*
Compute the max pixel step for each plane, and use it in place of
Stefano Sabatini
2010-07-30
1
-39
/
+11
*
Add an entry for the AVFilterBuffer change of r24592.
Stefano Sabatini
2010-07-30
1
-0
/
+6
*
Resize AVFilterBuffer to hold 8 planes/linesizes worth of data.
S.N. Hemanth Meenakshisundaram
2010-07-30
1
-4
/
+4
*
Rename the av_fill_image_linesize() formal parameter linesize to
Stefano Sabatini
2010-07-30
1
-4
/
+4
*
Reimplement av_fill_image_pointers() using the information stored in
Stefano Sabatini
2010-07-30
1
-97
/
+30
*
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
[prev]
[next]