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
*
vsrc_buffer: allow buffering arbitrary number of frames.
Anton Khirnov
2012-04-01
1
-30
/
+42
*
vf_scale: avoid a pointless memcpy in no-op conversion.
Anton Khirnov
2012-04-01
1
-5
/
+20
*
avfiltergraph: try to reduce format conversions in filters.
Anton Khirnov
2012-04-01
1
-1
/
+47
*
avfiltergraph: add an AVClass to AVFilterGraph on next major bump.
Anton Khirnov
2012-04-01
3
-1
/
+27
*
id3v2: fix skipping extended header in id3v2.4
Anton Khirnov
2012-04-01
1
-2
/
+11
*
apedec: check bits <= 32.
Michael Niedermayer
2012-03-31
1
-1
/
+4
*
cavs: Remove unused code.
Aneesh Dogra
2012-03-31
1
-20
/
+19
*
oggenc: fix condition when not to flush due to keyframe granule.
Reimar Döffinger
2012-03-30
1
-7
/
+8
*
oggenc: add pagesize option to set preferred page size
Andres Gonzalez
2012-03-30
1
-2
/
+25
*
libspeexdec: set frame size in libspeex_decode_init()
Justin Ruggles
2012-03-30
1
-0
/
+1
*
smacker audio: sign-extend the initial 16-bit predicted value
Franz Brauße
2012-03-30
1
-1
/
+1
*
h264: drop ff_h264_ prefix from static function ff_h264_decode_rbsp_trailing()
Diego Biurrun
2012-03-30
1
-2
/
+2
*
h264: Make ff_h264_decode_end() static, it is not used externally.
Diego Biurrun
2012-03-30
2
-4
/
+3
*
output-example: K&R formatting cosmetics, comment spelling fixes
Diego Biurrun
2012-03-30
1
-97
/
+100
*
avf: make the example output the proper message
Luca Barbato
2012-03-29
1
-2
/
+2
*
avf: fix audio writing in the output-example
Luca Barbato
2012-03-29
1
-1
/
+1
*
mov: don't overwrite existing indexes.
Ronald S. Bultje
2012-03-29
1
-8
/
+11
*
lzw: fix potential integer overflow.
Ronald S. Bultje
2012-03-29
1
-1
/
+1
*
truemotion: forbid invalid VLC bitsizes and token values.
Ronald S. Bultje
2012-03-29
1
-4
/
+15
*
truemotion2: handle out-of-frame motion vectors through edge extension.
Ronald S. Bultje
2012-03-29
1
-27
/
+90
*
configure: Check for a different SDL function
Martin Storsjö
2012-03-29
1
-1
/
+1
*
mp3dec: perform I/S and M/S only when frame mode is joint stereo.
Kostya Shishkov
2012-03-29
1
-1
/
+1
*
id3v2: add another mimetype for JPEG image
Kostya Shishkov
2012-03-29
1
-0
/
+1
*
lzw: prevent buffer overreads.
Ronald S. Bultje
2012-03-28
1
-3
/
+8
*
WMAL: Remove inaccurate and unnecessary doxy
Mashiat Sarker Shakkhar
2012-03-29
1
-8
/
+0
*
h264: fix cabac-on-stack after safe cabac reader.
Ronald S. Bultje
2012-03-28
1
-0
/
+1
*
truemotion2: convert packet header reading to bytestream2.
Ronald S. Bultje
2012-03-28
1
-23
/
+31
*
asf: only set index_read if the index contained entries.
Ronald S. Bultje
2012-03-28
1
-1
/
+1
*
cabac: add overread protection to BRANCHLESS_GET_CABAC().
Ronald S. Bultje
2012-03-28
2
-11
/
+22
*
cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC().
Ronald S. Bultje
2012-03-28
1
-12
/
+12
*
cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().
Ronald S. Bultje
2012-03-28
1
-3
/
+3
*
cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().
Ronald S. Bultje
2012-03-28
2
-20
/
+22
*
h264: add overread protection to get_cabac_bypass_sign_x86().
Ronald S. Bultje
2012-03-28
1
-3
/
+5
*
h264: reindent get_cabac_bypass_sign_x86().
Ronald S. Bultje
2012-03-28
1
-22
/
+22
*
h264: use struct offsets in get_cabac_bypass_sign_x86().
Ronald S. Bultje
2012-03-28
1
-8
/
+11
*
h264: fix overreads in cabac reader.
Ronald S. Bultje
2012-03-28
1
-2
/
+4
*
wmall: fix seeking.
Ronald S. Bultje
2012-03-28
1
-0
/
+13
*
lagarith: fix buffer overreads.
Ronald S. Bultje
2012-03-28
2
-25
/
+54
*
dvdec: drop unnecessary dv_tablegen.h #include
Diego Biurrun
2012-03-28
1
-1
/
+0
*
build: fix doc generation errors in parallel builds
Mans Rullgard
2012-03-28
1
-1
/
+1
*
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-28
39
-144
/
+66
*
faandct: Remove FAAN_POSTSCALE define and related code.
Diego Biurrun
2012-03-28
4
-50
/
+22
*
dvenc: print allowed profiles if the video doesn't conform to any of them.
Anton Khirnov
2012-03-28
3
-2
/
+21
*
avcodec_encode_{audio,video}: only reallocate output packet when it has non-z...
Anton Khirnov
2012-03-28
1
-2
/
+2
*
FATE: add a test for vp8 with changing frame size.
Anton Khirnov
2012-03-28
2
-0
/
+35
*
fate: add kgv1 fate test.
Ronald S. Bultje
2012-03-27
2
-0
/
+317
*
oggdec: calculate correct timestamps in Ogg/FLAC
Justin Ruggles
2012-03-27
1
-0
/
+1
*
westwood_vqa: fix SND0 chunk handling
Paul B Mahol
2012-03-27
2
-64
/
+72
*
westwood_vqa: set video stream duration
Paul B Mahol
2012-03-27
1
-0
/
+2
*
raw: forward avpicture_fill() error code in raw_decode().
Ronald S. Bultje
2012-03-27
1
-1
/
+4
[next]