index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add changelog entry for MMSH support.
Ronald S. Bultje
2010-08-25
1
-0
/
+1
*
VP6: fix vp6_filter_diag4_mmx/sse on 64-bit
Måns Rullgård
2010-08-25
1
-0
/
+3
*
Handle IPv6 in the RTSP code
Martin Storsjö
2010-08-25
2
-11
/
+10
*
Handle IPv6 in the SDP demuxer
Martin Storsjö
2010-08-25
2
-10
/
+25
*
ARM: update struct offsets
Måns Rullgård
2010-08-25
1
-4
/
+4
*
swscale: simplify selection of optimizations to compile.
Ramiro Polla
2010-08-25
1
-23
/
+25
*
swscale: Always define COMPILE_xxx to either 0 or 1.
Ramiro Polla
2010-08-25
1
-12
/
+28
*
Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This should
Ronald S. Bultje
2010-08-25
7
-270
/
+178
*
Move vp6_filter_diag4() from DSPContext to VP56DSPContext.
Ronald S. Bultje
2010-08-25
9
-24
/
+61
*
rtsp: Return EOF if the TCP control channel is closed
Martin Storsjö
2010-08-25
1
-3
/
+3
*
Reindent
Martin Storsjö
2010-08-25
1
-4
/
+4
*
Simplify resolve_destination in sdp.c further, now that we don't enforce IPv4...
Martin Storsjö
2010-08-25
1
-6
/
+3
*
10l, add new function parameters to resolve_destination for !config_network too
Martin Storsjö
2010-08-25
1
-1
/
+2
*
Reindent, rewrap lines
Martin Storsjö
2010-08-25
1
-7
/
+6
*
Properly handle IPv6 addresses in the SDP generation
Martin Storsjö
2010-08-25
3
-18
/
+32
*
cleanup a bit in a64multi_encode_frame()
Tobias Bindhammer
2010-08-25
1
-7
/
+1
*
added/extended some comments in a64multi_encode_frame()
Tobias Bindhammer
2010-08-25
1
-1
/
+8
*
rtp: Replace hardcoded RTCP packet types with defines
Josh Allmann
2010-08-25
5
-8
/
+17
*
Renderware TeXture Dictionary FATE test
Vitor Sessak
2010-08-24
3
-0
/
+18
*
configure: enable fast_cmov for 'atom'
Janne Grunau
2010-08-24
1
-1
/
+1
*
Remove global mm_flags variable
Måns Rullgård
2010-08-24
15
-25
/
+19
*
Mark xmm registers as clobbered in simple loopfilter. Should fix the last
Ronald S. Bultje
2010-08-24
1
-11
/
+11
*
configure: fix typo in test deps
Måns Rullgård
2010-08-24
1
-1
/
+1
*
Fix undefined expressions that use multiple calls to get_bits().
Alex Converse
2010-08-24
2
-3
/
+4
*
Factorize opt_new_{audio,video,subtitle} definitions.
Stefano Sabatini
2010-08-24
1
-26
/
+8
*
Cosmetics: rename out_video_filter to output_video_filter, for
Stefano Sabatini
2010-08-24
1
-12
/
+12
*
Make configure_filters() return a meaningful error code rather than
Stefano Sabatini
2010-08-24
1
-32
/
+31
*
msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header()
Måns Rullgård
2010-08-24
1
-2
/
+1
*
added interlacing option and compression option for colorram (lut)
Tobias Bindhammer
2010-08-24
4
-45
/
+184
*
Implement ff_get_ref_perms_string() and use it for tracing.
Stefano Sabatini
2010-08-24
3
-4
/
+20
*
avformat: free decryption key in av_close_input_stream()
Måns Rullgård
2010-08-24
1
-0
/
+1
*
fixed some return values and deprecated CODEC_TYPE_VIDEO.
Tobias Bindhammer
2010-08-24
5
-42
/
+118
*
asfcrypt: fix unaligned accesses with armcc
Måns Rullgård
2010-08-24
1
-3
/
+3
*
Add fifo filter.
Stefano Sabatini
2010-08-24
5
-1
/
+131
*
Make avfilter_start_frame() invoke avfilter_get_video_buffer() on the
Stefano Sabatini
2010-08-24
1
-1
/
+1
*
indent
Ramiro Polla
2010-08-24
1
-24
/
+24
*
swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion
Måns Rullgård
2010-08-23
2
-29
/
+28
*
swscale: remove unused macro parameter in BGR2UV template
Måns Rullgård
2010-08-23
1
-7
/
+7
*
Add _XOPEN_SOURCE definition for usleep().
Dave Yeo
2010-08-23
1
-0
/
+2
*
acenc: LAME-inspired window decision
Nathan Caldwell
2010-08-23
1
-1
/
+303
*
Revert unintended changes to fft.h from r24890.
Alex Converse
2010-08-23
1
-1
/
+1
*
aacenc: Rename Psy3gpp* structs to AacPsy*
Nathan Caldwell
2010-08-23
2
-26
/
+26
*
fate: set LC_ALL=C to avoid locale interference
Måns Rullgård
2010-08-23
1
-0
/
+2
*
BinkAudio FATE tests
Vitor Sessak
2010-08-23
1
-0
/
+12
*
imdct/x86: Use "s->mdct_size" instead of "1 << s->mdct_bits".
Alex Converse
2010-08-23
2
-3
/
+3
*
asfcrypt: fix unaligned read in ff_asfcrypt_dec()
Måns Rullgård
2010-08-23
1
-1
/
+1
*
Add missing parentheses to AV_NE macro.
Benoit Fouet
2010-08-23
1
-2
/
+2
*
Make "-fs ss" mean "make output file of size equals or less than ss"
Vitor Sessak
2010-08-23
2
-7
/
+7
*
Adding of a64-codec: there were changes to be documented in changelog
Tobias Bindhammer
2010-08-23
1
-0
/
+1
*
removed an unnecessary blank line
Tobias Bindhammer
2010-08-23
1
-1
/
+0
[prev]
[next]