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
*
electronicarts: set timebase for tgv video.
Anton Khirnov
2012-03-02
3
-88
/
+88
*
electronicarts: parse the framerate for cmv video.
Anton Khirnov
2012-03-02
2
-197
/
+210
*
ogg: don't set codec timebase
Anton Khirnov
2012-03-02
2
-11
/
+9
*
electronicarts: don't set codec timebase
Anton Khirnov
2012-03-02
4
-391
/
+393
*
avs: don't set codec timebase
Anton Khirnov
2012-03-02
1
-2
/
+2
*
wavpack: Fix an integer overflow
Derek Buitenhuis
2012-03-02
1
-1
/
+1
*
swscale: K&R formatting cosmetics for PowerPC code (part II/II)
Diego Biurrun
2012-03-02
1
-612
/
+642
*
mp3dec: Fix reading file size and frames in VBRI headers
Ingo Brückl
2012-03-01
1
-1
/
+1
*
mjpegdec: use correct variable in av_log invocation
Diego Biurrun
2012-03-01
1
-1
/
+1
*
rmdec: adjust printf format string specifier to fix warning
Diego Biurrun
2012-03-01
1
-1
/
+1
*
Replace AVFrame pointer type punning by proper struct member assignments.
Diego Biurrun
2012-03-01
18
-50
/
+38
*
Replace AVFrame pointer casts by proper struct member accesses.
Diego Biurrun
2012-03-01
8
-51
/
+67
*
Remove unnecessary AVFrame pointer casts.
Diego Biurrun
2012-03-01
28
-42
/
+42
*
msmpeg4: Split encoding backend code off from general backend code.
Diego Biurrun
2012-03-01
6
-690
/
+734
*
lavc: shrink encoded video packet size after encoding.
Anton Khirnov
2012-03-01
1
-0
/
+6
*
h264: error out on invalid bitdepth.
Ronald S. Bultje
2012-03-01
1
-6
/
+11
*
aacsbr: use a swap index for the Y matrix rather than copy buffers.
Christophe Gisquet
2012-03-01
2
-14
/
+20
*
huffyuv: do not abort on unknown pix_fmt; instead, return an error.
Ronald S. Bultje
2012-03-01
1
-1
/
+1
*
lcl: return negative error codes on decode_init() errors.
Ronald S. Bultje
2012-03-01
1
-7
/
+7
*
rtpenc: Use MB info side data for splitting H263 packets for RFC 2190
Martin Storsjö
2012-03-01
3
-12
/
+108
*
h263enc: Add an option for outputting info about MBs as side data
Martin Storsjö
2012-03-01
4
-1
/
+80
*
avpacket: Add a function for shrinking already allocated side data
Martin Storsjö
2012-03-01
4
-1
/
+31
*
nellymoserdec: Saner and faster IMDCT windowing
Vitor Sessak
2012-02-29
1
-8
/
+8
*
amrnbdec: check frame size before decoding.
Vitor Sessak
2012-02-29
1
-0
/
+8
*
cscd: use negative error values to indicate decode_init() failures.
Ronald S. Bultje
2012-02-29
1
-2
/
+2
*
h264: prevent overreads in intra PCM decoding.
Ronald S. Bultje
2012-02-29
1
-0
/
+2
*
FATE: do not decode audio in the nuv test.
Justin Ruggles
2012-02-29
2
-20
/
+1
*
dxa: set audio stream time base using the sample rate
Justin Ruggles
2012-02-29
1
-0
/
+2
*
psx-str: do not allow seeking by bytes
Justin Ruggles
2012-02-29
1
-0
/
+1
*
asfdec: Do not set AVCodecContext.frame_size
Justin Ruggles
2012-02-29
1
-20
/
+0
*
vqf: set packet parameters after av_new_packet()
Justin Ruggles
2012-02-29
1
-3
/
+3
*
mpegaudiodec: use DSPUtil.butterflies_float().
Vitor Sessak
2012-02-29
1
-0
/
+7
*
FATE: add mp3 test for sample that exhibited false overreads
Justin Ruggles
2012-02-29
1
-0
/
+5
*
fate: add cdxl test for bit line plane arrangement
Paul B Mahol
2012-02-29
2
-0
/
+14
*
vmnc: return error on decode_init() failure.
Ronald S. Bultje
2012-02-29
1
-0
/
+1
*
libvorbis: add/update error messages
Justin Ruggles
2012-02-29
1
-9
/
+19
*
libvorbis: use AVFifoBuffer for output packet buffer
Justin Ruggles
2012-02-29
1
-18
/
+17
*
libvorbis: remove unneeded e_o_s check
Justin Ruggles
2012-02-29
1
-4
/
+0
*
libvorbis: check return values for functions that can return errors
Justin Ruggles
2012-02-29
1
-7
/
+15
*
libvorbis: use float input instead of s16
Justin Ruggles
2012-02-29
1
-3
/
+3
*
libvorbis: do not flush libvorbis analysis if dsp state was not initialized
Justin Ruggles
2012-02-29
1
-1
/
+4
*
libvorbis: use VBR by default, with default quality of 3
Justin Ruggles
2012-02-29
1
-2
/
+12
*
libvorbis: fix use of minrate/maxrate AVOptions
Justin Ruggles
2012-02-29
2
-5
/
+5
*
libvorbis: cosmetics: renaming/pretty-printing/comments/unused code
Justin Ruggles
2012-02-29
1
-109
/
+115
*
(e)ac3enc: select a default bit rate based on the channel layout
Justin Ruggles
2012-02-29
5
-0
/
+20
*
ac3enc: choose the closest bit rate to the one requested instead of failing
Justin Ruggles
2012-02-29
1
-6
/
+11
*
rpza: error out on buffer overreads.
Ronald S. Bultje
2012-02-29
1
-0
/
+4
*
qtrle: return error on decode_init() failure.
Ronald S. Bultje
2012-02-29
1
-1
/
+1
*
swscale: fix another integer overflow.
Ronald S. Bultje
2012-02-29
1
-1
/
+1
*
dpxenc: Don't include the libavcodec ident if bitexact mode is enabled
Martin Storsjö
2012-02-29
2
-2
/
+3
[next]