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
*
rtpdec_hevc: Share the implementation of parsing a=framesize with h264
Martin Storsjö
2015-02-24
3
-47
/
+25
*
rtpdec_hevc: Add asterisks at the start of each long comment line
Martin Storsjö
2015-02-24
1
-24
/
+24
*
rtpdec: Get rid of all trivial .alloc/.free functions
Martin Storsjö
2015-02-24
18
-128
/
+19
*
rtpdec: Allow allocating and freeing the private data without explicit functions
Martin Storsjö
2015-02-24
2
-3
/
+12
*
rtpdec: Set need_parsing via a handler field
Martin Storsjö
2015-02-24
11
-120
/
+13
*
rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandler
Martin Storsjö
2015-02-24
2
-3
/
+7
*
rtpdec_mpa_robust: Move .enc_name to the start of the struct
Martin Storsjö
2015-02-24
1
-1
/
+1
*
rtpdec: Remove unnecessary _if_needed suffixes on functions
Martin Storsjö
2015-02-24
2
-8
/
+8
*
rtpdec: Change enc_name to a pointer instead of a fixed-size buffer
Martin Storsjö
2015-02-24
2
-2
/
+3
*
rtpdec_h264: Remove an unnecessary include
Martin Storsjö
2015-02-24
1
-2
/
+0
*
rtpdec_h264: Remove unnecessary struct padding
Martin Storsjö
2015-02-24
1
-1
/
+1
*
rtpdec_amr: Use the common indentation style
Martin Storsjö
2015-02-24
1
-1
/
+2
*
rtsp: Fix the indentation of a linewrapped statement
Martin Storsjö
2015-02-24
1
-1
/
+1
*
rtpdec: Add missing trailing commas
Martin Storsjö
2015-02-24
7
-8
/
+8
*
libavformat: add T.140 RTP depacketization (RFC 4103)
Gilles Chanteperdrix
2015-02-24
3
-1
/
+9
*
rtsp: Interpret the text media type as AVMEDIA_TYPE_DATA
Martin Storsjö
2015-02-24
1
-1
/
+1
*
fate: Rename fate-dts test to fate-dca-core
Diego Biurrun
2015-02-23
1
-5
/
+5
*
qsv: Skip qsv.h compilation if qsv is not enabled
Diego Biurrun
2015-02-23
1
-1
/
+1
*
rtsp: punch holes again after pause
Gilles Chanteperdrix
2015-02-23
2
-7
/
+12
*
eamad: check for out of bounds read
Federico Tomassetti
2015-02-23
1
-4
/
+10
*
mdec: check for out of bounds read
Federico Tomassetti
2015-02-23
1
-7
/
+13
*
rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between aggregation units
Martin Storsjö
2015-02-23
2
-7
/
+10
*
Canopus HQX decoder
Vittorio Giovara
2015-02-22
14
-1
/
+2904
*
hevc_deblock: Fix compilation with nasm
Carl Eugen Hoyos
2015-02-22
1
-2
/
+2
*
libschroedinger: Check memory allocations
Vittorio Giovara
2015-02-22
3
-0
/
+8
*
configure: Properly fail when libcdio/cdparanoia is not found
Vittorio Giovara
2015-02-22
1
-1
/
+2
*
configure: Use pkg-config for libdc1394 discovery
Vittorio Giovara
2015-02-22
1
-1
/
+1
*
rtpenc_hevc: Aggregate multiple NAL units into one RTP packet, if possible
Martin Storsjö
2015-02-22
1
-2
/
+42
*
rtpenc_h264: Aggregate multiple NAL units into one RTP packet, if possible
Martin Storsjö
2015-02-22
2
-1
/
+44
*
rtpdec: DV depacketizer (RFC 6469)
Thomas Volkert
2015-02-22
6
-1
/
+174
*
rtpdec_mpeg4: reassemble fragmented AAC frames
Gilles Chanteperdrix
2015-02-21
1
-2
/
+57
*
rtpdec_mpeg4: add more verbose error logging
Gilles Chanteperdrix
2015-02-21
1
-6
/
+18
*
libavformat: add robust MPEG audio depacketization (RFC 5219)
Gilles Chanteperdrix
2015-02-21
6
-1
/
+229
*
mpegaudio_parser: add MP3 ADU headers parser
Gilles Chanteperdrix
2015-02-21
3
-3
/
+15
*
libavformat: add AC3 RTP depacketization (RFC 4184)
Gilles Chanteperdrix
2015-02-21
6
-2
/
+163
*
rtsp: parse lang attribute in SDP
Gilles Chanteperdrix
2015-02-21
3
-1
/
+15
*
rtpdec: fix issue with conversion from unsigned to signed
Gilles Chanteperdrix
2015-02-21
1
-1
/
+1
*
rtpdec_h264: Add a missing closing paren in a log message
Martin Storsjö
2015-02-21
1
-1
/
+1
*
libavresample: NEON optimized FIR audio resampling
Peter Meerwald
2015-02-21
6
-2
/
+470
*
rtpdec_hevc: Implement parsing of aggregated packets
Thomas Volkert
2015-02-21
1
-13
/
+14
*
rtpdec_hevc: Initialize variables to silence false positive compiler warnings
Martin Storsjö
2015-02-21
1
-2
/
+2
*
rtpdec_hevc: Use a shared function for parsing parameter sets
Martin Storsjö
2015-02-21
1
-35
/
+3
*
rtpdec_h264: Make reusable functions non-static
Martin Storsjö
2015-02-21
2
-8
/
+16
*
rtpdec_h264: Fix nal type counting after refactoring
Martin Storsjö
2015-02-21
1
-6
/
+15
*
rtpdec_h264: Prepare h264_handle_packet_stap_a for sharing with hevc
Martin Storsjö
2015-02-21
1
-4
/
+8
*
rtpdec_h264: Generalize parse_sprop_parameter_sets
Martin Storsjö
2015-02-21
1
-12
/
+14
*
tests: drop bc dependency
Clément Bœsch
2015-02-21
2
-4
/
+2
*
h264: initialize H264Context.avctx in init_thread_copy
Anton Khirnov
2015-02-21
1
-0
/
+1
*
h264: only ref cur_pic in update_thread_context if it is initialized
Anton Khirnov
2015-02-21
1
-2
/
+5
*
libavcodec: Make use of av_clip functions
Peter Meerwald
2015-02-21
13
-32
/
+31
[next]