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
*
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
Diego Biurrun
2008-11-20
4
-24
/
+23
*
Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.
Diego Biurrun
2008-11-20
1
-3
/
+3
*
cosmetics: indentation
Diego Biurrun
2008-11-20
1
-7
/
+7
*
Use standard OBJS-$(HAVE_MMX) trick for MMX objects instead
Diego Biurrun
2008-11-20
1
-2
/
+2
*
Fix typo in table value.
Kenan Gillet
2008-11-20
1
-1
/
+1
*
33l Fix applying residue condition in RV30/40 decoder
Kostya Shishkov
2008-11-20
1
-2
/
+2
*
Eliminate direct use of s->current_picture in RV30/40 decoder
Kostya Shishkov
2008-11-20
1
-7
/
+6
*
Use wider margins for edge emulation in RV30/40
Kostya Shishkov
2008-11-20
1
-4
/
+4
*
SH4: fix memzero_align8()
Måns Rullgård
2008-11-20
1
-7
/
+8
*
SH4: add macros for setting and restoring FPSCR.PR bit
Måns Rullgård
2008-11-20
1
-0
/
+44
*
SH4: remove some commented out blocks of code
Måns Rullgård
2008-11-20
3
-75
/
+1
*
Making idct factor tables dynamically allocated
Roman Shaposhnik
2008-11-20
2
-35
/
+48
*
Add channel layout to several audio decoders I maintain
Kostya Shishkov
2008-11-19
5
-0
/
+5
*
Change of indentation
Roman Shaposhnik
2008-11-19
1
-15
/
+14
*
SH4: fix IDCT
Måns Rullgård
2008-11-19
1
-2
/
+2
*
SH4: do not mix code and declarations
Måns Rullgård
2008-11-19
1
-2
/
+2
*
SH4: fix compilation of memzero_align8()
Måns Rullgård
2008-11-19
1
-3
/
+1
*
SH4: remove unused functions
Måns Rullgård
2008-11-19
1
-132
/
+0
*
SH4: replace missed rnd_avg2 -> rnd_avg32
Måns Rullgård
2008-11-19
1
-20
/
+20
*
SH4: rename functions with conflicting names
Måns Rullgård
2008-11-19
2
-102
/
+102
*
cosmetics: Add a few more explanatory comments to the object sections.
Diego Biurrun
2008-11-18
1
-1
/
+7
*
cosmetics: Sort processor-specific object lines into alphabetical order.
Diego Biurrun
2008-11-18
1
-20
/
+20
*
Getting rid of huge static DV tables
Roman Shaposhnik
2008-11-18
2
-5718
/
+117
*
Getting rid of unneeded extra wrapper functions
Roman Shaposhnik
2008-11-18
1
-16
/
+7
*
decrease atom size, fix broken files missing version/flags
Baptiste Coudurier
2008-11-18
1
-1
/
+2
*
Trivial, Cosmetics
Reynaldo H. Verdejo Pinochet
2008-11-18
1
-16
/
+16
*
Improve error message in case of output file with no streams, dumping
Stefano Sabatini
2008-11-17
1
-1
/
+2
*
Improve messages printed when there is no input/output file, making
Stefano Sabatini
2008-11-17
1
-2
/
+2
*
Remove unnecessary calls to show_help(), make ffmpeg/ffplay print a
Stefano Sabatini
2008-11-17
2
-5
/
+1
*
Add a Makefile variable for the old scaler that gets enabled when the new
Diego Biurrun
2008-11-17
2
-4
/
+4
*
Revert previous commit: the libavcodec/i386/fft_*.o objects depend on
Diego Biurrun
2008-11-17
1
-2
/
+2
*
Only the yasm-dependent objects should be enabled by a yasm conditional.
Diego Biurrun
2008-11-17
1
-2
/
+2
*
Change type of prev_stream_id from uint32_t to int, since it has a max size
Ronald S. Bultje
2008-11-17
1
-1
/
+2
*
cosmetics: Group ppc-specific objects together.
Diego Biurrun
2008-11-17
1
-13
/
+13
*
Add missing options to the help output.
Diego Biurrun
2008-11-17
1
-0
/
+9
*
cosmetics: Move some options to more sensible places within the help output.
Diego Biurrun
2008-11-17
1
-4
/
+4
*
Move zlib/bzlib options to the external library section of the help output and
Diego Biurrun
2008-11-17
1
-2
/
+2
*
spelling and wording cosmetics for the help output
Diego Biurrun
2008-11-17
1
-46
/
+46
*
Take build_suffix into account in pkg-config files.
Charles Yates
2008-11-17
1
-1
/
+1
*
Print just [no] or [yes] in the help output instead of [default=no/yes].
Diego Biurrun
2008-11-17
1
-36
/
+36
*
cosmetics: Group ARM objects sections together.
Diego Biurrun
2008-11-17
1
-11
/
+11
*
cosmetics: Reorder processor-specific entries alphabetically.
Diego Biurrun
2008-11-17
1
-35
/
+32
*
Reindent after r15853.
Ronald S. Bultje
2008-11-17
1
-1
/
+1
*
Read optional components of the RDT packet header, such as extended setID
Ronald S. Bultje
2008-11-17
1
-3
/
+12
*
Change header reading implementation to using get_bits() instead of directly
Ronald S. Bultje
2008-11-17
1
-8
/
+22
*
Prefix all ff_rdt_parse_header() arguments with a p, preparing for local
Ronald S. Bultje
2008-11-17
1
-7
/
+7
*
Fix memleak caused by the fact that url_open_buf() allocates a context
Ronald S. Bultje
2008-11-17
1
-20
/
+20
*
Add ByteIOContext argument to public ff_rm_* functions so that we can
Ronald S. Bultje
2008-11-17
3
-29
/
+31
*
Change email address to a valid one.
Benoit Fouet
2008-11-17
1
-1
/
+1
*
One const is enough.
Carl Eugen Hoyos
2008-11-17
1
-1
/
+1
[next]