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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a function for audio-only tests.
Diego Biurrun
2006-12-01
1
-21
/
+14
*
1 step diamond search around the median MV predictor
Michael Niedermayer
2006-11-30
3
-249
/
+249
*
readjust dts if negative
Baptiste Coudurier
2006-11-28
1
-2
/
+2
*
bring AC3 encoder output up to input volume level
Bill O'Shaughnessy
2006-11-23
3
-3
/
+3
*
fix bitstream to be correctly decoded by quicktime
Baptiste Coudurier
2006-11-22
2
-2
/
+2
*
fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probab...
Michael Niedermayer
2006-11-22
2
-8
/
+8
*
disable nut regression test until we have a working muxer
Michael Niedermayer
2006-11-11
2
-6
/
+3
*
allow spaces in source and build directory names
Måns Rullgård
2006-11-08
2
-11
/
+12
*
Simplify regression test execution.
Diego Biurrun
2006-11-05
1
-74
/
+84
*
Use a variable for FFmpeg options.
Diego Biurrun
2006-11-05
1
-6
/
+8
*
Don't run libavtest if CONFIG_GPL is not set.
Diego Biurrun
2006-10-18
1
-1
/
+5
*
Warn about --enable-gpl.
Diego Biurrun
2006-10-15
1
-0
/
+3
*
0.pgm is now 00.pgm.
Diego Biurrun
2006-10-15
1
-5
/
+5
*
simplify by not writing unneeded codec name to fix segfault when stream copy
Baptiste Coudurier
2006-10-11
1
-2
/
+2
*
Update checksum to match latest ASF patch
Guillaume Poirier
2006-10-06
1
-2
/
+2
*
Mark all phony targets as such.
Diego Biurrun
2006-10-03
1
-0
/
+3
*
Merge identical targets.
Diego Biurrun
2006-10-02
1
-2
/
+1
*
Fix wrong ASF duration of generated files
Brian Brice
2006-10-01
1
-1
/
+1
*
Remove the "b" OptionDef option from the ffmpeg.c file. From now on the unit of
Panagiotis Issaris
2006-09-15
1
-3
/
+3
*
* Restructuring the division of labor between DV codec and DV format
Roman Shaposhnik
2006-09-04
3
-5
/
+5
*
wide atom is only defined in mov, use free for mp4/3gp
Baptiste Coudurier
2006-08-24
2
-4
/
+4
*
replace MULL by MULH + shift in dct32() (code is very slightly faster, and th...
Michael Niedermayer
2006-08-22
3
-13
/
+13
*
gxf regression tests
Baptiste Coudurier
2006-08-21
2
-0
/
+8
*
AVI tag reading and writing patch by David Conrad.
David Conrad
2006-08-18
4
-92
/
+92
*
simplification cosmetics
Diego Biurrun
2006-08-17
1
-2
/
+2
*
Simplify dsptest* rule and add libavutil to the dsptest* includes.
Diego Biurrun
2006-08-17
1
-6
/
+6
*
update rotozoom regression ref after patches r5945-r5950
Baptiste Coudurier
2006-08-11
1
-2
/
+2
*
update regression tests for patches r5945-r5950 based on patch by Francois Dr...
Baptiste Coudurier
2006-08-07
1
-2
/
+2
*
r5939 (flvenc.c) rotozoom regression update
Baptiste Coudurier
2006-08-07
1
-2
/
+2
*
always write duration and file size, fix seeking, progress bar is now active
Baptiste Coudurier
2006-08-06
2
-4
/
+4
*
Add $(EXESUF) where necessary, fixes regression tests under MinGW.
Víctor Paesa
2006-08-03
1
-4
/
+4
*
Do not set the codec's pixel format in the format's write_header()
Luca Abeni
2006-08-02
1
-1
/
+1
*
Add missing EXESUF to executable rules.
Víctor Paesa
2006-07-19
1
-5
/
+5
*
Possibility to skip bytes in the beginning of a file.
Benjamin Larsson
2006-07-18
1
-1
/
+7
*
add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel...
Michael Niedermayer
2006-07-17
3
-6
/
+6
*
100l: V_PATH vs VPATH typo
Diego Biurrun
2006-07-05
1
-7
/
+7
*
cosmetics: Break overly long lines.
Diego Biurrun
2006-07-05
1
-2
/
+6
*
simplify: $(SRC_PATH)/tests --> $(V_PATH)
Diego Biurrun
2006-07-05
1
-7
/
+7
*
flac-lpc patch by (Justin Ruggles jruggle earthlink net)
Justin Ruggles
2006-07-02
3
-5
/
+5
*
flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net
Justin Ruggles
2006-06-27
2
-8
/
+8
*
stereo decorrelation support by (Justin Ruggles jruggle earthlink net>)
Michael Niedermayer
2006-06-26
2
-4
/
+4
*
flac regression test
Michael Niedermayer
2006-06-24
3
-0
/
+19
*
update libav regression tests for r5449 (adpcm)
Baptiste Coudurier
2006-06-17
1
-2
/
+2
*
update regression tests for r5449 (adpcm)
Loren Merritt
2006-06-14
2
-12
/
+12
*
Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat...
Loren Merritt
2006-05-30
2
-8
/
+8
*
Snow multiple reference frames
Loren Merritt
2006-05-28
2
-11
/
+11
*
Snow 1pass ratecontrol
Loren Merritt
2006-05-28
1
-1
/
+1
*
Remove all .cvsignore files, they are no longer necessary.
Diego Biurrun
2006-05-26
1
-16
/
+0
*
dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod)
Michael Niedermayer
2006-05-18
2
-8
/
+8
*
add MPEG-2 intra vlc support
Baptiste Coudurier
2006-05-13
3
-0
/
+30
[next]