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
*
rtmp: Factorize the code by adding find_tracked_method
Samuel Pitoiset
2012-08-11
1
-14
/
+26
*
lavf: simplify is_intra_only() by using codec descriptors.
Anton Khirnov
2012-08-11
1
-25
/
+9
*
lavc: add an intra-only codec property.
Anton Khirnov
2012-08-11
2
-0
/
+72
*
lavc: add codec descriptors.
Anton Khirnov
2012-08-11
3
-0
/
+1913
*
lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.
Anton Khirnov
2012-08-10
4
-8
/
+14
*
dict: move struct AVDictionary definition to dict.c
Mans Rullgard
2012-08-10
2
-5
/
+5
*
dict: add av_dict_count()
Mans Rullgard
2012-08-10
6
-4
/
+20
*
g723.1: fix addition overflow
Mans Rullgard
2012-08-10
2
-2
/
+2
*
g723.1: simplify and fix multiplication overflow
Mans Rullgard
2012-08-10
1
-2
/
+2
*
g723.1: deobfuscate an expression
Mans Rullgard
2012-08-10
1
-2
/
+1
*
g723.1: remove unused #includes
Mans Rullgard
2012-08-10
1
-2
/
+0
*
ARM: add missing "cc" clobber in av_clipl_int32_arm()
Mans Rullgard
2012-08-10
1
-1
/
+1
*
rtmp: Factorize the code by adding handle_invoke_error
Samuel Pitoiset
2012-08-09
1
-7
/
+16
*
rtmp: Factorize the code by adding handle_invoke_status
Samuel Pitoiset
2012-08-09
1
-24
/
+34
*
rtmp: Factorize the code by adding handle_invoke_result
Samuel Pitoiset
2012-08-09
1
-69
/
+78
*
libavutil: remove unused av_abort() macro
Mans Rullgard
2012-08-09
1
-4
/
+0
*
ffmenc: replace if/abort with assert()
Mans Rullgard
2012-08-09
1
-2
/
+3
*
libavutil: drop offsetof() fallback definition
Mans Rullgard
2012-08-09
1
-4
/
+0
*
libavutil: drop fallback definitions of INTxx_MIN/MAX
Mans Rullgard
2012-08-09
1
-32
/
+0
*
configure: Check for a sctp struct instead of just the header
Michael Niedermayer
2012-08-09
1
-3
/
+2
*
configure: suncc: Add -xc99 to dependency flags, required on Solaris
Diego Biurrun
2012-08-09
1
-1
/
+1
*
doxygen: Fix function parameter names to match the code
Diego Biurrun
2012-08-09
5
-8
/
+8
*
doc: Drop obsolete shared libs cflags hint to workaround Cygwin gcc bugs
Diego Biurrun
2012-08-09
1
-15
/
+0
*
swf: Move shared table out of the header file
Diego Biurrun
2012-08-09
5
-10
/
+35
*
swf: Move swf_audio_codec_tags table to the only place it is used
Diego Biurrun
2012-08-09
2
-9
/
+9
*
fate: add G.723.1 decoder tests
Kostya Shishkov
2012-08-09
7
-0
/
+292
*
motion_est: drop inline from sad_hpel_motion_search()
Mans Rullgard
2012-08-09
1
-2
/
+2
*
motion_est: remove unused macros
Mans Rullgard
2012-08-09
1
-4
/
+0
*
motion_est: remove useless no_motion_search() function
Mans Rullgard
2012-08-09
1
-13
/
+4
*
lagarith: frame multithreading
Hendrik Leppkes
2012-08-09
1
-7
/
+8
*
doxygen: qdm2: Drop documentation for non-existing function parameters
Diego Biurrun
2012-08-09
1
-2
/
+0
*
build: add HOSTOBJS to SUBDIR_VARS list
Diego Biurrun
2012-08-09
1
-1
/
+1
*
mpegvideo: reduce excessive inlining of mpeg_motion()
Mans Rullgard
2012-08-09
1
-25
/
+42
*
mpegvideo: convert mpegvideo_common.h to a .c file
Mans Rullgard
2012-08-09
6
-34
/
+30
*
build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEO
Mans Rullgard
2012-08-09
2
-54
/
+57
*
Move MASK_ABS macro to libavcodec/mathops.h
Mans Rullgard
2012-08-09
4
-17
/
+14
*
x86: move MANGLE() and related macros to libavutil/x86/asm.h
Mans Rullgard
2012-08-09
2
-12
/
+12
*
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
Mans Rullgard
2012-08-09
30
-32
/
+32
*
aacdec: Don't fall back to the old output configuration when no old configura...
Alex Converse
2012-08-08
1
-1
/
+1
*
rtmp: Add message tracking
Samuel Pitoiset
2012-08-09
1
-138
/
+160
*
rtsp: Support mpegts in raw udp packets
Martin Storsjö
2012-08-09
3
-2
/
+33
*
rtsp: Support receiving plain data over UDP without any RTP encapsulation
Martin Storsjö
2012-08-09
2
-4
/
+22
*
rtpdec: Remove an unused include
Martin Storsjö
2012-08-09
1
-1
/
+0
*
rtpenc: Remove an av_abort() that depends on user-supplied data
Martin Storsjö
2012-08-09
1
-12
/
+9
*
vsrc_movie: discourage its use with avconv.
Anton Khirnov
2012-08-08
1
-0
/
+5
*
avconv: allow no input files.
Anton Khirnov
2012-08-08
2
-5
/
+8
*
avconv: prevent invalid reads in transcode_init()
Anton Khirnov
2012-08-08
1
-4
/
+6
*
avconv: rename OutputStream.is_past_recording_time to finished.
Anton Khirnov
2012-08-08
2
-9
/
+8
*
avconv: split the code for processing input packets out of transcode()
Anton Khirnov
2012-08-08
1
-90
/
+135
*
avconv: send EOF to lavfi even if flushing the decoder fails
Anton Khirnov
2012-08-08
1
-14
/
+8
[next]