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
*
fate: Add v210 codec regression tests
Reimar Döffinger
2011-12-28
3
-0
/
+13
*
mpegts: adjustable minimum PES payload
Jindřich Makovička
2011-12-28
1
-9
/
+26
*
mpegts: properly output large audio packets
Jindřich Makovička
2011-12-28
1
-4
/
+12
*
avformat: Add SMJPEG demuxer.
Paul B Mahol
2011-12-28
6
-1
/
+193
*
Indeo 4 decoder
Kostya Shishkov
2011-12-28
9
-3
/
+1364
*
mpegvideo_enc: K&R cosmetics
Aneesh Dogra
2011-12-27
1
-439
/
+580
*
doxygen: remove unreplaced variables from custom header and footer
Janne Grunau
2011-12-27
2
-16
/
+1
*
threads: test for sys/param.h and include it for sysctl on OpenBSD
Janne Grunau
2011-12-27
2
-0
/
+5
*
v4l2: remove unneded linux specific asm/types.h include
Janne Grunau
2011-12-27
1
-1
/
+0
*
x86: Fix constraints for decode_significance*_x86
Martin Storsjö
2011-12-27
2
-3
/
+3
*
fate: split off vqf/twinvq FATE tests into their own file
Diego Biurrun
2011-12-26
4
-7
/
+8
*
fate: split off mpc FATE tests into their own file
Diego Biurrun
2011-12-26
4
-10
/
+12
*
fate: split off libavcodec FATE tests into their own file
Diego Biurrun
2011-12-26
3
-4
/
+4
*
fate: split off Microsoft codec FATE tests into their own file
Diego Biurrun
2011-12-26
4
-16
/
+19
*
fate: group all VP* codec FATE tests together in one file
Diego Biurrun
2011-12-26
4
-14
/
+19
*
swscale: prevent invalid writes in packed_16bpc_bswap
Janne Grunau
2011-12-26
1
-1
/
+2
*
avs: call release_buffer() at the end.
Anton Khirnov
2011-12-25
1
-0
/
+10
*
Add minor bumps and APIchanges entries for lavc/lavfi changes.
Anton Khirnov
2011-12-25
3
-3
/
+17
*
mpegvideo.c: K&R formatting and cosmetics.
Konstantin Todorov
2011-12-25
1
-542
/
+665
*
avconv: avoid memcpy in vsrc_buffer when possible.
Anton Khirnov
2011-12-25
1
-15
/
+37
*
avconv: implement get_buffer()/release_buffer().
Anton Khirnov
2011-12-25
1
-0
/
+142
*
lavfi: add a new function av_buffersrc_buffer().
Anton Khirnov
2011-12-25
3
-34
/
+72
*
lavfi: add avfilter_copy_frame_props()
Stefano Sabatini
2011-12-25
5
-10
/
+32
*
lavc: add format field to AVFrame
Stefano Sabatini
2011-12-25
3
-0
/
+14
*
lavc: add width and height fields to AVFrame
Stefano Sabatini
2011-12-25
3
-0
/
+11
*
lavc: add a sample_aspect_ratio field to AVFrame
Stefano Sabatini
2011-12-25
6
-3
/
+14
*
doxy: add website-alike style to the html output
Gautam Gupta
2011-12-25
4
-4
/
+1179
*
FAQ: add an entry for common error when using -profile
Anton Khirnov
2011-12-25
1
-0
/
+20
*
vp3dec: Check coefficient index in vp3_dequant()
Reinhard Tartler
2011-12-23
1
-2
/
+12
*
svq1dec: call avcodec_set_dimensions() after dimensions changed.
Michael Niedermayer
2011-12-23
1
-0
/
+1
*
Prepare for 0.8_beta1 snapshot release
Reinhard Tartler
2011-12-23
3
-29
/
+28
*
threads: check defines before using them in automatic thread detection
Janne Grunau
2011-12-23
1
-2
/
+2
*
pthread: include sys/types.h before sys/sysctl.h
Janne Grunau
2011-12-23
1
-1
/
+1
*
4xm: remove unused variables.
Anton Khirnov
2011-12-23
1
-3
/
+0
*
h264: Fix a possible overread in decode_nal_units()
Alexander Strange
2011-12-23
1
-1
/
+1
*
allfilters: fix type of avfilter_vsrc_buffer.
Anton Khirnov
2011-12-23
1
-1
/
+1
*
w32thread: call ResetEvent() in pthread_cond_broadcast().
Sergey Radionov
2011-12-22
1
-1
/
+2
*
build: fix standalone compilation of OMA muxer
Diego Biurrun
2011-12-23
1
-1
/
+1
*
build: fix standalone compilation of Microsoft XMV demuxer
Diego Biurrun
2011-12-23
1
-1
/
+1
*
build: fix standalone compilation of Core Audio Format demuxer
Diego Biurrun
2011-12-23
1
-1
/
+2
*
kvmc: fix invalid reads
Gaurav Narula
2011-12-23
1
-16
/
+66
*
4xm: Add a check in decode_i_frame to prevent buffer overreads
Shitiz Garg
2011-12-22
1
-3
/
+12
*
adpcm: fix IMA SMJPEG decoding
Paul B Mahol
2011-12-22
1
-5
/
+9
*
options: set minimum for "threads" to zero
Janne Grunau
2011-12-22
1
-1
/
+2
*
bsd: use number of logical CPUs as automatic thread count
Janne Grunau
2011-12-22
2
-0
/
+12
*
windows: use number of CPUs as automatic thread count
Janne Grunau
2011-12-22
2
-0
/
+8
*
linux: use number of CPUs as automatic thread count
Janne Grunau
2011-12-22
2
-0
/
+45
*
pthreads: reset active_thread_type when slice thread_init returrns early
Janne Grunau
2011-12-22
1
-1
/
+3
*
v410dec: include correct headers
Paul B. Mahol
2011-12-22
1
-1
/
+1
*
Drop ALT_ prefix from BITSTREAM_READER_LE name.
Diego Biurrun
2011-12-22
27
-32
/
+32
[next]