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
...
*
Cleaned up alacenc.c
Nathan Adil Maxson
2011-12-01
1
-47
/
+54
*
rtpenc: Add support for G726 audio
Martin Storsjö
2011-12-01
2
-0
/
+13
*
rtpdec: Interpret the different G726 names as bits_per_coded_sample
Martin Storsjö
2011-12-01
1
-4
/
+2
*
rtpenc: Change rtp_send_samples to handle sample sizes other than even bytes
Martin Storsjö
2011-12-01
1
-9
/
+12
*
rtpenc: Cast a rescaling parameter to int64_t
Martin Storsjö
2011-12-01
1
-1
/
+1
*
h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1.
Ronald S. Bultje
2011-12-01
1
-1
/
+1
*
ARM: fix indentation in ff_dsputil_init_neon()
Mans Rullgard
2011-12-01
1
-41
/
+39
*
ARM: NEON put/avg_pixels8/16 cosmetics
Mans Rullgard
2011-12-01
1
-57
/
+57
*
ARM: add remaining NEON avg_pixels8/16 functions
Mans Rullgard
2011-12-01
2
-0
/
+75
*
ARM: clean up NEON put/avg_pixels macros
Mans Rullgard
2011-12-01
1
-69
/
+86
*
fate: split acodec-pcm into individual tests
Justin Ruggles
2011-12-01
19
-181
/
+103
*
swscale: #include "libavutil/mathematics.h"
Reinhard Tartler
2011-12-01
1
-0
/
+1
*
pmpdec: don't use deprecated av_set_pts_info.
Anton Khirnov
2011-12-01
1
-2
/
+3
*
rv34: align temporary block of "dct" coefs
Mans Rullgard
2011-12-01
1
-2
/
+2
*
Add PlayStation Portable PMP format demuxer
Reimar Döffinger
2011-12-01
5
-0
/
+183
*
proto: Realign struct initializers
Martin Storsjö
2011-12-01
6
-28
/
+28
*
proto: Use .priv_data_size to allocate the private context
Martin Storsjö
2011-12-01
10
-75
/
+29
*
mmsh: Properly clean up if the second ffurl_alloc failed
Martin Storsjö
2011-12-01
1
-3
/
+3
*
rtmp: Clean up properly if the handshake failed
Martin Storsjö
2011-12-01
1
-1
/
+1
*
md5proto: Remove the get_file_handle function
Martin Storsjö
2011-12-01
1
-5
/
+0
*
applehttpproto: Use the close function if the open function fails
Martin Storsjö
2011-12-01
1
-12
/
+12
*
http: Make sure proxyauth is initialized
Martin Storsjö
2011-12-01
1
-1
/
+1
*
vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to b...
Michael Niedermayer
2011-11-30
1
-18
/
+16
*
vble: remove flags copy, its not used in any speed relevant code.
Michael Niedermayer
2011-11-30
1
-3
/
+1
*
vble: merge len and val arrays
Derek Buitenhuis
2011-11-30
1
-19
/
+6
*
vble: remove unused variable len.
Michael Niedermayer
2011-11-30
1
-2
/
+0
*
rtpdec: Templatize the code for different g726 bitrate variants
Martin Storsjö
2011-11-30
1
-77
/
+23
*
rv40: move loop filter to rv34dsp context
Janne Grunau
2011-11-30
4
-164
/
+176
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
139
-205
/
+338
*
rtpdec: Add support for G726 audio
Miroslav Slugeň
2011-11-30
4
-0
/
+112
*
rtpdec: Add an init function that can do custom codec context initialization
Martin Storsjö
2011-11-30
2
-0
/
+7
*
avconv: make copy_tb on by default.
Anton Khirnov
2011-11-30
1
-4
/
+2
*
matroskadec: don't set codec timebase.
Anton Khirnov
2011-11-30
1
-4
/
+0
*
rmdec: don't set codec timebase.
Anton Khirnov
2011-11-30
1
-3
/
+2
*
avconv: compute next_pts from input packet duration when possible.
Anton Khirnov
2011-11-30
1
-1
/
+3
*
lavf: estimate frame duration from r_frame_rate.
Anton Khirnov
2011-11-30
1
-1
/
+4
*
avconv: update InputStream.pts in the streamcopy case.
Anton Khirnov
2011-11-30
1
-0
/
+1
*
indeo3: check per-plane data buffer against input buffer bounds.
Aneesh Dogra
2011-11-29
1
-1
/
+3
*
avconv: Handle audio sync for non-S16 sample formats.
Alex Converse
2011-11-28
1
-15
/
+16
*
pthread: don't increment index on zero-sized packets.
Aaron Colwell
2011-11-28
1
-2
/
+1
*
adtsenc: Check frame size.
Alex Converse
2011-11-28
2
-4
/
+21
*
txd: Fix order of operations.
Alex Converse
2011-11-28
1
-1
/
+2
*
APIchanges: fill in some blanks
Mans Rullgard
2011-11-28
1
-6
/
+6
*
timer: fix misspelling of "decicycles"
Mans Rullgard
2011-11-28
1
-1
/
+1
*
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
Diego Biurrun
2011-11-28
18
-32
/
+0
*
indeo3: cosmetics
Kostya Shishkov
2011-11-28
1
-1
/
+1
*
md5proto: Fix order of operations.
Alex Converse
2011-11-27
1
-1
/
+1
*
dca: Replace oversized unused get_bits() with skip_bits_long().
Alex Converse
2011-11-27
1
-2
/
+2
*
vc1: use an enum for Frame Coding Mode
Luca Barbato
2011-11-28
4
-24
/
+35
*
doc: cleanup filter section
Luca Barbato
2011-11-28
1
-10
/
+9
[prev]
[next]