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
path:
root
/
libavcodec
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename libavcodec/i386/ --> libavcodec/x86/.
Diego Biurrun
2008-12-22
1
-31
/
+31
*
RV30 decoder
Kostya Shishkov
2008-12-20
1
-0
/
+1
*
Port x264 deblocking code to libavcodec.
Jason Garrett-Glaser
2008-12-19
1
-1
/
+2
*
ARM: replace "armv4l" with "arm"
Måns Rullgård
2008-12-17
1
-19
/
+19
*
Switch xvmc over to a CONFIG_ option.
Diego Biurrun
2008-12-15
1
-2
/
+1
*
ARM: NEON optimised h264_idct_add
Måns Rullgård
2008-12-15
1
-0
/
+1
*
ARM: NEON optimised {put,avg}_h264_chroma_mc[48]
Måns Rullgård
2008-12-15
1
-0
/
+1
*
ARM: NEON optimised simple_idct
Måns Rullgård
2008-12-15
1
-0
/
+1
*
ARM: NEON optimised put_pixels functions
Måns Rullgård
2008-12-15
1
-0
/
+3
*
Let imgresample altivec code build
Luca Barbato
2008-12-13
1
-0
/
+1
*
dnxhd get_pixels_8x4_sym sse2
Baptiste Coudurier
2008-12-12
1
-0
/
+1
*
Fix compilation with only Theora decoder enabled
David Conrad
2008-12-11
1
-0
/
+1
*
Commit last ok'ed parts of QCELP decoder and enable it.
Kenan Gillet
2008-12-02
1
-0
/
+1
*
enable RV40 decoder
Kostya Shishkov
2008-12-01
1
-0
/
+1
*
Handle AltiVec objects in a more elegant fashion, similar to MMX.
Diego Biurrun
2008-11-30
1
-9
/
+8
*
Remove ineffectual hack that attempts to build ppc/check_altivec.o without
Diego Biurrun
2008-11-30
1
-4
/
+0
*
Do not duplicate AAN DCT tables in dct-test.c.
Diego Biurrun
2008-11-28
1
-1
/
+1
*
Add missing '-test' in name of imgresample test.
Diego Biurrun
2008-11-28
1
-1
/
+1
*
Only build the imgresample test if the old scaler was enabled.
Diego Biurrun
2008-11-26
1
-1
/
+2
*
Automatically check the dependencies for the AAN DCT tables.
Diego Biurrun
2008-11-26
1
-18
/
+19
*
Move aanscales tables to their own file; fixes compilation without encoders.
Diego Biurrun
2008-11-26
1
-18
/
+18
*
ARM: move dct_unquantize_h263_*_armv5te asm to separate file
Måns Rullgård
2008-11-23
1
-0
/
+1
*
Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gathered
Diego Biurrun
2008-11-20
1
-16
/
+15
*
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
Diego Biurrun
2008-11-20
1
-3
/
+2
*
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
*
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
*
Add a Makefile variable for the old scaler that gets enabled when the new
Diego Biurrun
2008-11-17
1
-4
/
+1
*
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
*
cosmetics: Group ppc-specific objects together.
Diego Biurrun
2008-11-17
1
-13
/
+13
*
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
*
Electronic Arts TGQ/TQI/MAD IDCT algorithm
Peter Ross
2008-11-08
1
-1
/
+1
*
Electronic Arts TGQ video decoder
Peter Ross
2008-11-08
1
-0
/
+1
*
Use ff_dot_productf() in ra288.c
Vitor Sessak
2008-10-30
1
-1
/
+1
*
ARM: move VFP DSP functions to dsputils_vfp.S
Måns Rullgård
2008-10-27
1
-0
/
+1
*
cosmetic: align backslashes in makefiles
Måns Rullgård
2008-10-26
1
-72
/
+72
*
Merge OBJS-$(FOO) lists with same FOO
Måns Rullgård
2008-10-26
1
-8
/
+4
*
Use OBJS variable for all object files
Måns Rullgård
2008-10-25
1
-5
/
+5
*
Add CONFIG_GOLOMB and auto-select when needed
Måns Rullgård
2008-10-25
1
-13
/
+14
*
Auto-enable CONFIG_MDCT when needed
Måns Rullgård
2008-10-25
1
-15
/
+16
*
cosmetics: Change the order of mlp parser objects to be consistent.
Diego Biurrun
2008-10-25
1
-1
/
+1
*
Move declaration of mlp decoder dependency on mlp parser to the Makefile
Diego Biurrun
2008-10-25
1
-1
/
+1
*
Build MMX/SSE FFT only if CONFIG_FFT is set
Måns Rullgård
2008-10-24
1
-2
/
+3
*
Auto-enable CONFIG_FFT for codecs that need it
Måns Rullgård
2008-10-24
1
-15
/
+16
*
Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.
Kenan Gillet
2008-10-24
1
-1
/
+1
*
Speex decoding via libspeex
David Conrad
2008-10-24
1
-0
/
+1
[next]