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
*
presets: specify the codecs.
Clément Bœsch
2012-05-04
7
-0
/
+14
*
Remove old ffpresets.
Clément Bœsch
2012-05-04
5
-84
/
+0
*
png_parser
Peter Holik
2012-05-04
3
-0
/
+124
*
oggvorbis: Try to fix pts off by 1 issue.
Michael Niedermayer
2012-05-04
1
-2
/
+2
*
fate: update ogg seektest after all the bug fixes
Michael Niedermayer
2012-05-04
1
-8
/
+16
*
oggtheora: Fix initial pts
Michael Niedermayer
2012-05-04
1
-0
/
+42
*
seek-test: support printing multiple packets
Michael Niedermayer
2012-05-04
1
-9
/
+18
*
oggdec: fix off by one error on pos_limit
Michael Niedermayer
2012-05-04
1
-1
/
+1
*
oggdec: print error on failure to create streams
Michael Niedermayer
2012-05-04
1
-1
/
+3
*
oggdec: print error on changing streams when its unsupported.
Michael Niedermayer
2012-05-04
1
-1
/
+3
*
oggdec: print error on unsupported versions
Michael Niedermayer
2012-05-04
1
-1
/
+3
*
oggdec: reset lastpts so that justins vorbis duration correction is not skiped
Michael Niedermayer
2012-05-04
1
-0
/
+4
*
oggdec: pass avformat context to ogg_reset()
Michael Niedermayer
2012-05-04
1
-4
/
+5
*
seek-test: support manually forcing a seek to a specific position
Michael Niedermayer
2012-05-04
1
-1
/
+15
*
zerocodec: check if there is previous frame
Paul B Mahol
2012-05-04
1
-0
/
+4
*
shorten: unsigned 8bit support
Paul B Mahol
2012-05-04
1
-17
/
+33
*
Merge https://github.com/mjbshaw/FFmpeg-OpenJPEG-J2K-Encoder
Michael Niedermayer
2012-05-03
1
-62
/
+75
|
\
|
*
libopenjpegdec: respect JP2 color space, fix ticket 1179
Michael Bradshaw
2012-05-03
1
-62
/
+75
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-03
11
-30
/
+45
|
\
\
|
|
/
|
/
|
|
*
mpeg12: fixed parsing in some mpeg2 streams
Hendrik Leppkes
2012-05-03
1
-0
/
+1
|
*
Add SMPTE240M transfer characteristics flag.
Hendrik Leppkes
2012-05-03
1
-0
/
+1
|
*
mpegts: Some additional HDMV types and reg descriptors for mpegts
Joakim Plate
2012-05-03
1
-0
/
+6
|
*
motionpixels: Clip YUV values after applying a gradient.
Alex Converse
2012-05-02
1
-0
/
+6
|
*
jpeg: handle progressive in second field of interlaced.
Ronald S. Bultje
2012-05-02
1
-3
/
+2
|
*
ituh263dec: Implement enough of Annex O (scalability) to fix a FPE.
Michael Niedermayer
2012-05-02
1
-0
/
+16
|
*
h263: more strictly forbid frame size changes with frame-mt.
Ronald S. Bultje
2012-05-02
1
-5
/
+7
|
*
h264: additional protection against unsupported size/bitdepth changes.
Ronald S. Bultje
2012-05-02
2
-2
/
+5
|
*
tta: prevents overflows for 32bit integers in header.
Ronald S. Bultje
2012-05-02
1
-3
/
+5
|
*
configure: remove malloc_aligned.
Ronald S. Bultje
2012-05-02
1
-6
/
+1
|
*
vp8: update frame size changes on thread context switches.
Ronald S. Bultje
2012-05-02
1
-0
/
+2
|
*
snowdsp: explicitily state instruction size.
Ronald S. Bultje
2012-05-02
1
-2
/
+2
|
*
wmall: fix reconstructing audio with uncoded channels
Kostya Shishkov
2012-05-02
1
-3
/
+3
|
*
WMAL cosmetics: fix indentation
Mashiat Sarker Shakkhar
2012-05-02
1
-1
/
+1
|
*
gitignore: add Win32 library suffixes
Joakim Plate
2012-05-02
1
-0
/
+3
*
|
lavfi/src_buffer: fix indent.
Clément Bœsch
2012-05-03
1
-5
/
+4
*
|
ffmpeg: fix indent.
Clément Bœsch
2012-05-03
1
-45
/
+44
*
|
src_buffer: merge av_asrc_buffer_add_audio_buffer_ref.
Nicolas George
2012-05-03
1
-21
/
+1
*
|
src_buffer: move audio format change check in a separate function.
Nicolas George
2012-05-03
1
-67
/
+86
*
|
src_buffer: move buffer copy in a separate function.
Nicolas George
2012-05-03
1
-11
/
+26
*
|
src_buffer: move format change check in a separate function.
Nicolas George
2012-05-03
1
-17
/
+38
*
|
src_buffer: introduce av_buffersrc_add_ref().
Nicolas George
2012-05-03
2
-24
/
+46
*
|
doc: fix API examples references.
Clément Bœsch
2012-05-03
1
-3
/
+4
*
|
JACOsub demuxer, decoder and muxer.
Clément Bœsch
2012-05-03
13
-2
/
+607
*
|
ffplay: use AVFrame accessor.
Nicolas George
2012-05-03
1
-1
/
+1
*
|
ffmpeg: use AVFrame accessor.
Nicolas George
2012-05-03
1
-4
/
+4
*
|
lavc: implement accessors for some AVFrame fields.
Nicolas George
2012-05-03
3
-6
/
+29
*
|
swr: add ff_int32_to_float_a_avx
Michael Niedermayer
2012-05-03
2
-3
/
+15
*
|
swr-test: fix rounding error leading to NAN
Michael Niedermayer
2012-05-03
1
-0
/
+2
*
|
examples/decoding_encoding: fix encoding when all frames got buffered.
Michael Niedermayer
2012-05-03
1
-1
/
+4
*
|
doc/filters: consistently use '"' for quoting the drawtext arguments in examples
Stefano Sabatini
2012-05-03
1
-4
/
+4
[next]