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
*
Add missing version macros to libraries
jamal
2012-09-28
4
-4
/
+24
*
swresample: Create version.h header
jamal
2012-09-28
4
-9
/
+43
*
postproc: Create version.h header
jamal
2012-09-28
4
-19
/
+51
*
avcodec: Add missing include to version.h
jamal
2012-09-28
1
-0
/
+2
*
nutdec: fix get_vb_trace() / -DTRACE compile
Michael Niedermayer
2012-09-28
1
-4
/
+4
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-28
11
-78
/
+91
|
\
|
*
libopus: Remap channels using libopus' internal remapping.
Nathan Caldwell
2012-09-28
1
-25
/
+12
|
*
Opus decoder using libopus
Nicolas George
2012-09-28
7
-1
/
+213
|
*
avcodec: document the use of AVCodecContext.delay for audio decoding
Nathan Caldwell
2012-09-28
1
-7
/
+10
|
*
vc1dec: add flush function for WMV9 and VC-1 decoders
Kostya Shishkov
2012-09-28
1
-0
/
+2
|
*
http: Increase buffer sizes to cope with longer URIs
Duncan Salerno
2012-09-28
1
-5
/
+8
|
*
nutenc: const correctness for ff_put_v_trace/put_s_trace function arguments
Diego Biurrun
2012-09-27
1
-2
/
+6
|
*
h264_refs: Fix debug tprintf argument types
Diego Biurrun
2012-09-27
1
-2
/
+2
|
*
golomb: const correctness for get_ue()/get_se() function arguments
Diego Biurrun
2012-09-27
1
-2
/
+6
|
*
get_bits: const correctness for get_bits_trace()/get_xbits_trace() arguments
Diego Biurrun
2012-09-27
1
-3
/
+3
*
|
configure: add missing dependancies for gpl tests
Michael Niedermayer
2012-09-28
1
-0
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-28
11
-75
/
+59
|
\
\
|
|
/
|
*
dwt: Drop unused functions spatial_compose{53|97}i()
Diego Biurrun
2012-09-27
1
-18
/
+0
|
*
nutdec: Remove unused and broken debug function stub
Diego Biurrun
2012-09-27
1
-10
/
+0
|
*
avcodec: Drop long-deprecated imgconvert.h header
Diego Biurrun
2012-09-27
4
-47
/
+0
|
*
Add Opus support to the Ogg muxer.
Nathan Caldwell
2012-09-27
2
-6
/
+52
|
*
Add Opus codec id and codec description.
Andrew D'Addesio
2012-09-27
3
-1
/
+9
|
*
avformat: Identify anonymous AVIO typedef structs.
Dale Curtis
2012-09-27
1
-2
/
+2
*
|
mp3dec: ask for 8khz switch point mp3s
Michael Niedermayer
2012-09-28
1
-0
/
+2
*
|
tests/Makefile: fix ffprobe test dependancy
Michael Niedermayer
2012-09-28
1
-1
/
+1
*
|
asfenc: avoid negative timestamps
Michael Niedermayer
2012-09-28
3
-28
/
+31
*
|
mp3dec: Fix possibly exploitable crash
Michael Niedermayer
2012-09-28
1
-1
/
+1
*
|
mxfdec: allow container_ul to override codec_ul if codec is A-law
Marton Balint
2012-09-27
1
-1
/
+2
*
|
Changelog, split next from 1.0
Michael Niedermayer
2012-09-27
1
-0
/
+3
*
|
mpegvideo_enc: reduce QMAT_SHIFT to avoid overflow in dnxhd
Michael Niedermayer
2012-09-27
116
-655
/
+654
*
|
lavfi/sink_buffer: implement libav compatibility API.
Nicolas George
2012-09-27
3
-9
/
+115
*
|
lavf: move fields that appear to be intended as public API to the correct sec...
Michael Niedermayer
2012-09-27
2
-9
/
+16
*
|
dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()
Michael Niedermayer
2012-09-27
1
-1
/
+3
*
|
lavfi: enable buffersinks unconditionally.
Nicolas George
2012-09-27
3
-20
/
+12
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-27
9
-52
/
+17
|
\
\
|
|
/
|
*
nutdec: const correctness for get_v_trace/get_s_trace function arguments
Diego Biurrun
2012-09-26
1
-4
/
+4
|
*
truemotion2: Request samples for old TM2 headers
Diego Biurrun
2012-09-26
1
-1
/
+1
|
*
rtpdec: Remove a useless ff_ prefix from a static symbol
Martin Storsjö
2012-09-26
1
-2
/
+2
|
*
rtpdec: Support depacketizing speex
Dmitry Samonenko
2012-09-26
2
-1
/
+8
|
*
rtpenc: Add support for packetizing speex
Dmitry Samonenko
2012-09-26
3
-1
/
+6
*
|
fate: add faststart regression test.
Clément Bœsch
2012-09-27
3
-27
/
+28
*
|
lavf/movenc: add faststart option.
Clément Bœsch
2012-09-27
3
-7
/
+123
*
|
lavf/movenc: make mov_write_stco_tag() not use the offset pos for mode64 heur...
Clément Bœsch
2012-09-27
1
-4
/
+16
*
|
lavf/movenc: add get_moov_size and use it in fragment code.
Clément Bœsch
2012-09-27
1
-9
/
+18
*
|
ffmpeg: add option to control copying of frames prior to start.
Michael Niedermayer
2012-09-27
3
-0
/
+12
*
|
file: set the return value type for lseek to off_t
Jean First
2012-09-27
1
-1
/
+1
*
|
RELEASE: update for 1.0
Michael Niedermayer
2012-09-27
1
-1
/
+1
*
|
MAINTAINERS: add 1.0
Michael Niedermayer
2012-09-27
1
-0
/
+1
*
|
ffprobe: fix indentation of the first line of packets_and_frames sections in ...
Stefano Sabatini
2012-09-27
1
-1
/
+1
*
|
lavf: fill in past dts based on reordered pts once the delay becomes known.
Michael Niedermayer
2012-09-26
1
-0
/
+14
[next]