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
...
*
remove 'restrict' definition, it is always #defined in config.h
Måns Rullgård
2006-12-06
1
-5
/
+0
*
cosmetics, remove braces, remove spaces just inside parens
Baptiste Coudurier
2006-12-06
1
-4
/
+2
*
Add "mixed_refs" description suggested by Loren Merritt and update accompanying
Panagiotis Issaris
2006-12-06
2
-2
/
+2
*
do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, an...
Andy Parkins
2006-12-06
1
-2
/
+6
*
Add more descriptions to the AVOption array taken from the avcodec.h AVCodec ...
Panagiotis Issaris
2006-12-06
1
-30
/
+30
*
Export symbols of several H.264 intra prediction functions
Panagiotis Issaris
2006-12-06
1
-20
/
+20
*
Defines various common FLV format values between the FLV muxer and demuxer
Allan Hsu
2006-12-06
3
-54
/
+157
*
Remove MinGW install path special-casing.
Ramiro Polla
2006-12-05
1
-5
/
+2
*
fix crash when decoding a truncated H264 slice
Alexander Chemeris
2006-12-05
1
-0
/
+4
*
Removing unused code
Panagiotis Issaris
2006-12-05
1
-75
/
+0
*
Add comment denoting group of H.264 functions
Panagiotis Issaris
2006-12-05
1
-0
/
+1
*
Change NAL unit type defines to an enum and move to a header file for usage
Panagiotis Issaris
2006-12-05
2
-14
/
+18
*
fix memleak, free stream codec allocated by av_new_stream
Baptiste Coudurier
2006-12-05
1
-1
/
+3
*
10l umh search needs hex size 2 now after the last change
Michael Niedermayer
2006-12-05
1
-1
/
+1
*
make hex and large 2 small diamond search half their size instead or -1 if th...
Michael Niedermayer
2006-12-05
1
-16
/
+15
*
Don't hardcode the shlibdir on Cygwin, it's supposed to be bindir.
Diego Biurrun
2006-12-04
1
-1
/
+1
*
Minor modifications to handle mms streaming.
Ryan Martell
2006-12-04
2
-4
/
+7
*
Fix some obvious mistakes in the option descriptions.
Diego Biurrun
2006-12-04
1
-2
/
+2
*
probe with some success image files not containing number pattern but having ...
Baptiste Coudurier
2006-12-04
1
-4
/
+7
*
Move BE_*/LE_*/ST*/LD* macros to a common place. Some further
Reimar Döffinger
2006-12-03
4
-38
/
+43
*
Do not touch pkt->pts
Kostya Shishkov
2006-12-03
1
-16
/
+2
*
Some VQA v1 files don't have audio stream
Kostya Shishkov
2006-12-03
1
-1
/
+1
*
Another hack to allow the Cinepak decoder to detect both types of deviant Cin...
Mike Melanson
2006-12-02
1
-8
/
+28
*
Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream.
Mike Melanson
2006-12-02
1
-18
/
+3
*
Fill in some missing AVOption descriptions.
Víctor Paesa
2006-12-02
1
-70
/
+70
*
Make do_video_encoding general enough to accomodate all cases.
Diego Biurrun
2006-12-02
1
-40
/
+39
*
Make do_video_decoding general enough to accomodate all cases.
Diego Biurrun
2006-12-02
1
-9
/
+9
*
Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca ...
Guillaume Poirier
2006-12-02
1
-0
/
+127
*
Merge a repeating variable declaration into do_video_encoding.
Diego Biurrun
2006-12-02
1
-75
/
+39
*
spelling cosmetics: cliped --> clipped
Diego Biurrun
2006-12-02
3
-33
/
+33
*
10e6l FastUVMC was done right but in the wrong place
Kostya Shishkov
2006-12-02
1
-15
/
+12
*
fix indention
Michael Niedermayer
2006-12-02
1
-17
/
+17
*
dia_size=-1 -> funny_diamond_search()
Michael Niedermayer
2006-12-02
1
-4
/
+7
*
hexagon search
Michael Niedermayer
2006-12-02
1
-19
/
+78
*
Unused variable removed
Luca Barbato
2006-12-02
1
-1
/
+1
*
remove pretty much useless skiping of some predictors
Michael Niedermayer
2006-12-01
4
-104
/
+98
*
mjpeg a dump header bitstream filter, modifies bitstream to be decoded by qui...
Baptiste Coudurier
2006-12-01
3
-0
/
+63
*
add bytestream big endian 16/32 writing functions
Baptiste Coudurier
2006-12-01
1
-0
/
+14
*
Use a function for audio encoding and decoding.
Diego Biurrun
2006-12-01
1
-21
/
+25
*
Use a function for libav.
Diego Biurrun
2006-12-01
1
-33
/
+19
*
Use a function for image formats.
Diego Biurrun
2006-12-01
1
-9
/
+11
*
Use a function for streamed images.
Diego Biurrun
2006-12-01
1
-9
/
+10
*
Use a function for audio-only tests.
Diego Biurrun
2006-12-01
1
-21
/
+14
*
Fix wrong flags for S16LE and S16BE audio in FLV files.
Allan Hsu
2006-12-01
1
-2
/
+2
*
typo in umh
Michael Niedermayer
2006-12-01
1
-1
/
+1
*
UMH support (dia_size=-1 activates it)
Michael Niedermayer
2006-12-01
1
-1
/
+65
*
cosmetic (prevent name clashes of variables in a macro with surrounding code)
Michael Niedermayer
2006-12-01
1
-5
/
+5
*
100l FastUVMC rounding was incorrect.
Kostya Shishkov
2006-12-01
1
-6
/
+6
*
1 step diamond search around the median MV predictor
Michael Niedermayer
2006-11-30
4
-250
/
+254
*
doxy
Michael Niedermayer
2006-11-30
1
-2
/
+25
[prev]
[next]