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
*
lavfi: add audio mix filter
Justin Ruggles
2012-05-23
6
-1
/
+587
*
flvdec: Make sure sample_rate is set to the updated value
Martin Storsjö
2012-05-23
1
-2
/
+2
*
tqi: Pass errors from the MB decoder
Michael Niedermayer
2012-05-23
1
-3
/
+7
*
os_support: Define SHUT_RD, SHUT_WR and SHUT_RDWR on OS/2
Dave Yeo
2012-05-23
1
-0
/
+6
*
http: Add support for reading http POST reply headers
Samuel Pitoiset
2012-05-22
1
-1
/
+15
*
http: Add http_shutdown() for ending writing of posts
Samuel Pitoiset
2012-05-22
1
-2
/
+19
*
tcp: Allow signalling end of reading/writing
Samuel Pitoiset
2012-05-22
2
-0
/
+23
*
avio: Add a function for signalling end of reading/writing
Samuel Pitoiset
2012-05-22
2
-0
/
+20
*
lavfi: fix comment, audio is supported now.
Anton Khirnov
2012-05-22
1
-2
/
+1
*
lavfi: fix incorrect comment.
Anton Khirnov
2012-05-22
1
-2
/
+2
*
lavfi: remove avfilter_null_* from public API on next bump.
Anton Khirnov
2012-05-22
21
-44
/
+90
*
lavfi: remove avfilter_default_* from public API on next bump.
Anton Khirnov
2012-05-22
10
-16
/
+81
*
lavfi: deprecate default config_props() callback and refactor avfilter_config...
Mina Nagy Zaki
2012-05-22
5
-55
/
+39
*
avfiltergraph: smarter sample format selection.
Anton Khirnov
2012-05-22
1
-1
/
+70
*
avconv: rename transcode_audio/video to decode_audio/video.
Anton Khirnov
2012-05-22
1
-4
/
+4
*
asyncts: reset delta to 0 when it's not used.
Anton Khirnov
2012-05-22
1
-4
/
+7
*
x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code.
Justin Ruggles
2012-05-22
1
-0
/
+8
*
dwt: return errors from ff_slice_buffer_init()
Diego Biurrun
2012-05-22
3
-7
/
+13
*
dwt: check malloc calls
Jordi Ortiz
2012-05-22
1
-1
/
+15
*
ppc: Drop unused header regs.h
Diego Biurrun
2012-05-22
1
-37
/
+0
*
af_resample: remove an extra space in the log output
Justin Ruggles
2012-05-21
1
-1
/
+1
*
Convert vector_fmul range of functions to YASM and add AVX versions
Kieran Kunhya
2012-05-21
10
-158
/
+149
*
lavfi: add an audio split filter
Justin Ruggles
2012-05-21
6
-3
/
+45
*
lavfi: rename vf_split.c to split.c
Justin Ruggles
2012-05-21
2
-1
/
+1
*
dwt: K&R prettyprinting cosmetics
Jordi Ortiz
2012-05-21
2
-553
/
+713
*
Remove libnut wrapper
Diego Biurrun
2012-05-21
4
-321
/
+0
*
fate: change name of FATE samples location environment variable
Diego Biurrun
2012-05-21
2
-3
/
+3
*
avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.
James Zern
2012-05-20
11
-10
/
+26
*
http: Factorize the code by adding http_read_header()
Samuel Pitoiset
2012-05-20
1
-38
/
+40
*
indeo: Make ivi_calc_band_checksum() static, it is only used in one file.
Diego Biurrun
2012-05-20
2
-6
/
+1
*
indeo: Drop unused debug function ivi_check_band().
Diego Biurrun
2012-05-20
2
-30
/
+0
*
avcodec/utils: cast a function argument to shut up a compiler warning
Diego Biurrun
2012-05-20
1
-1
/
+2
*
truemotion1: remove disabled code
Diego Biurrun
2012-05-20
1
-7
/
+0
*
fix typo in comment
Kostya Shishkov
2012-05-20
1
-1
/
+1
*
fate: fix dependencies for non-SAMPLES avconv tests
Mans Rullgard
2012-05-20
1
-5
/
+5
*
indeo: check for invalid motion vectors
Kostya Shishkov
2012-05-20
2
-0
/
+17
*
indeo: check that band output buffer exists
Kostya Shishkov
2012-05-20
1
-0
/
+4
*
indeo: clear allocated band buffers
Kostya Shishkov
2012-05-20
1
-3
/
+3
*
indeo: track tile macroblock size
Kostya Shishkov
2012-05-20
2
-0
/
+7
*
indeo: check custom Huffman tables for errors
Kostya Shishkov
2012-05-20
1
-1
/
+6
*
factor out common decoding code for Indeo 4 and Indeo 5
Kostya Shishkov
2012-05-20
4
-465
/
+317
*
mp3: fix start band index for block type 2 in 8kHz audio
Kostya Shishkov
2012-05-20
1
-9
/
+10
*
lavf: change some (de)muxer names to lowercase
Mans Rullgard
2012-05-19
6
-6
/
+6
*
lavf: make output format matching case insensitive
Mans Rullgard
2012-05-19
1
-1
/
+1
*
fate: fix dependencies on SAMPLES being set
Mans Rullgard
2012-05-19
38
-204
/
+209
*
fate: remove unnecessary libavfilter dependency
Mans Rullgard
2012-05-19
1
-1
/
+1
*
avconv: reindent
Anton Khirnov
2012-05-18
1
-66
/
+66
*
avconv: replace -vsync cfr code with the fps filter.
Anton Khirnov
2012-05-18
48
-3391
/
+3355
*
mov: enable parsing for VC-1.
Anton Khirnov
2012-05-18
2
-61
/
+64
*
lavfi: Add fps filter.
Anton Khirnov
2012-05-18
6
-1
/
+288
[next]