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
*
fix various compilation dependencies
Aurelien Jacobs
2009-07-24
3
-9
/
+11
*
fix compilation of cavsvideo demuxer
Aurelien Jacobs
2009-07-24
1
-0
/
+2
*
Check for HAVE_ISATTY.
Martin Storsjö
2009-07-24
1
-0
/
+2
*
Check for the isatty function.
Martin Storsjö
2009-07-24
1
-0
/
+2
*
configure: some small simplifications
Måns Rullgård
2009-07-23
1
-2
/
+2
*
configure: add some blank lines to improve readability
Måns Rullgård
2009-07-23
1
-0
/
+10
*
Remove unnecessary #include <unistd.h>
Måns Rullgård
2009-07-23
1
-1
/
+0
*
refactoring: properly separate AC-3 and E-AC-3 code
Diego Biurrun
2009-07-23
7
-1077
/
+1138
*
Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set.
Diego Biurrun
2009-07-23
1
-0
/
+2
*
Remove useless #include <unistd.h> from many files
Måns Rullgård
2009-07-22
21
-21
/
+0
*
cosmetics: Reorder some tables/lines to make future diffs smaller.
Diego Biurrun
2009-07-22
2
-8
/
+8
*
#include just the required stdint.h instead of libavutil/common.h.
Diego Biurrun
2009-07-22
1
-1
/
+1
*
cosmetics: small typo fixes
Diego Biurrun
2009-07-22
1
-3
/
+3
*
cosmetics: reindent/prettyprint after last commit
Diego Biurrun
2009-07-22
1
-70
/
+70
*
Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.
Diego Biurrun
2009-07-22
2
-2
/
+5
*
Move output redirection of deps generation from make rule to DEPEND_CMD
Måns Rullgård
2009-07-22
2
-4
/
+4
*
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.
Diego Biurrun
2009-07-22
5
-7
/
+7
*
Make Theora decoder depend on the VP3 decoder.
Diego Biurrun
2009-07-22
2
-4
/
+2
*
configure: group tests for compiler characteristics together
Måns Rullgård
2009-07-22
1
-17
/
+16
*
configure: set -mdynamic-no-pic flag in main darwin section
Måns Rullgård
2009-07-22
1
-5
/
+1
*
configure: remove special flags for XLC on Darwin
Måns Rullgård
2009-07-22
1
-4
/
+0
*
configure: remove some darwin-related cruft
Måns Rullgård
2009-07-22
1
-3
/
+0
*
Fix building of tools/*
Måns Rullgård
2009-07-22
1
-2
/
+5
*
configure: group all cpu-specific tests together
Måns Rullgård
2009-07-22
1
-52
/
+49
*
Add missing stdint.h #include to fix 'make checkheaders'.
Diego Biurrun
2009-07-22
1
-0
/
+2
*
Remove unused global variable.
Carl Eugen Hoyos
2009-07-22
1
-2
/
+0
*
Calculate gradient from parameter instead of using a global variable.
Carl Eugen Hoyos
2009-07-22
1
-2
/
+2
*
Revert unintended portion of last commit. (Setting the default coder to
Alex Converse
2009-07-22
1
-1
/
+1
*
Be sure to increment our position in the coefficient array when skipping a zero
Alex Converse
2009-07-22
2
-2
/
+4
*
Remove unused variables.
Ramiro Polla
2009-07-21
2
-4
/
+0
*
x11grab: remove unnecessary #includes and senseless #define
Måns Rullgård
2009-07-21
1
-6
/
+0
*
Due to a typo in videogen.c, the regression test videos were not as
Carl Eugen Hoyos
2009-07-21
4
-491
/
+491
*
Make E-AC-3 decoder depend on the AC-3 decoder.
Diego Biurrun
2009-07-21
2
-2
/
+1
*
Register some additional AMF types in libavformat/flv.h
Kostya Shishkov
2009-07-21
1
-0
/
+2
*
ARM: handle VFP register arguments in ff_vector_fmul_window_neon()
Måns Rullgård
2009-07-20
1
-2
/
+4
*
ARM: check for VFP register arguments
Måns Rullgård
2009-07-20
2
-0
/
+15
*
Remove an unused field from the BandCodingPath struct.
Alex Converse
2009-07-20
1
-1
/
+0
*
Actually use all the codebooks we are iterating over in the two-loop scalefac...
Alex Converse
2009-07-20
1
-1
/
+1
*
configure: make --extra-cflags cumulative again
Måns Rullgård
2009-07-20
1
-3
/
+11
*
Fix an integer overflow in the AAC encoder.
Alex Converse
2009-07-20
1
-2
/
+2
*
Merge AMR and OpenCORE documentation sections.
Diego Biurrun
2009-07-20
1
-5
/
+3
*
Make VP6A/VP6F decoders depend on the VP6 decoder.
Diego Biurrun
2009-07-20
2
-8
/
+2
*
Remove two more lines related to the WMV3 decoder.
Diego Biurrun
2009-07-19
1
-2
/
+0
*
Make WMV3 decoders depend on their VC-1 counterparts.
Diego Biurrun
2009-07-19
2
-6
/
+3
*
Support building with TI TMS470 compiler
Måns Rullgård
2009-07-19
1
-0
/
+40
*
Consistently lowercase all HTML tags.
Diego Biurrun
2009-07-19
1
-30
/
+30
*
If any input/output devices are enabled then indevs/outdevs should
Diego Biurrun
2009-07-19
1
-2
/
+2
*
Use globally consistent include guard names.
Stefano Sabatini
2009-07-19
1
-3
/
+3
*
Replace two occurrences of 'vfwcap_demuxer' with 'vfwcap_indev', I
Stefano Sabatini
2009-07-18
1
-2
/
+2
*
Allow enabling alsa and jack devices.
Carl Eugen Hoyos
2009-07-18
1
-2
/
+2
[next]