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
*
move memory functions from avcodec to avutil
Luca Barbato
2006-09-25
5
-41
/
+41
*
Remove 404 link.
Diego Biurrun
2006-09-24
1
-4
/
+0
*
fix to vorbis decoder for book==0
Oded Shimon
2006-09-24
1
-1
/
+1
*
Missing extern declaration for av_strtod.
Panagiotis Issaris
2006-09-24
1
-0
/
+2
*
cosmetic
Michael Niedermayer
2006-09-24
1
-6
/
+6
*
segfault fix
Michael Niedermayer
2006-09-24
1
-0
/
+1
*
Improve swscale-example to test conversions between all the possible
Luca Abeni
2006-09-24
1
-39
/
+44
*
Define NAN -if not already defined- as 0.0/0.0
Panagiotis Issaris
2006-09-23
1
-1
/
+1
*
Use mathops
Luca Barbato
2006-09-22
1
-55
/
+6
*
Remove the "error" OptionDef. The equally named AVOption takes over its
Panagiotis Issaris
2006-09-22
2
-9
/
+1
*
Remove the "mepc" OptionDef. The equally named AVOption takes over its function.
Panagiotis Issaris
2006-09-22
2
-4
/
+1
*
Remove the "skip_exp" OptionDef. The equally named AVOption takes over its
Panagiotis Issaris
2006-09-22
1
-3
/
+0
*
Remove the "skip_factor" OptionDef. The equally named AVOption takes over its
Panagiotis Issaris
2006-09-22
1
-3
/
+0
*
Remove the "skip_threshold" OptionDef. The equally named AVOption takes over its
Panagiotis Issaris
2006-09-22
1
-3
/
+0
*
Remove the "mb_threshold" OptionDef. The equally named AVOption takes over its
Panagiotis Issaris
2006-09-22
2
-9
/
+1
*
simplify url_fseek()
Michael Niedermayer
2006-09-22
1
-39
/
+24
*
remove a division from STOP_TIMER
Loren Merritt
2006-09-21
1
-1
/
+1
*
simplify asm mid_pred, as suggested by michaelni.
Loren Merritt
2006-09-21
1
-10
/
+9
*
cosmetics (indentation)
Loren Merritt
2006-09-21
1
-19
/
+19
*
tweak ff_imdct_calc_3dn2
Loren Merritt
2006-09-21
1
-17
/
+17
*
sse implementation of imdct.
Loren Merritt
2006-09-21
3
-5
/
+133
*
* Moving FifoBuffer out of libavformat/avformat.h and
Roman Shaposhnik
2006-09-21
9
-219
/
+212
*
Finally enable B-frame decoding as all known samples work perfect
Kostya Shishkov
2006-09-21
1
-6
/
+0
*
For B-frames if the second reference frame signals intensity compensation
Kostya Shishkov
2006-09-21
1
-0
/
+12
*
Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed
Kostya Shishkov
2006-09-21
1
-16
/
+8
*
Zero number of current scan after decoding one picture.
Kostya Shishkov
2006-09-21
1
-0
/
+1
*
1000l copy and paste typo
Michael Niedermayer
2006-09-21
1
-1
/
+1
*
reduce scores if the mp3 frames dont start from the begin of the file (fixes ...
Michael Niedermayer
2006-09-20
1
-4
/
+6
*
set supported pixel formats for a few encoders (fixes crashes with grayscale)
Michael Niedermayer
2006-09-20
4
-0
/
+5
*
The "video_rc_buffer_aggressivity" variable is not being used anymore in
Panagiotis Issaris
2006-09-20
1
-2
/
+0
*
Remove the "sc_threshold" OptionDef variable.
Panagiotis Issaris
2006-09-20
1
-8
/
+0
*
Remove the "bug" OptionDef used for setting the workaround_bugs variable.
Panagiotis Issaris
2006-09-20
1
-10
/
+0
*
Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match
Panagiotis Issaris
2006-09-20
2
-14
/
+1
*
Remove the "qmax" OptionDef.
Panagiotis Issaris
2006-09-20
2
-14
/
+1
*
Remove the "qmin" OptionDef.
Panagiotis Issaris
2006-09-20
2
-14
/
+1
*
Remove the "bf" OptionDef parameter so the equally named AVOption will take
Panagiotis Issaris
2006-09-20
2
-16
/
+1
*
Inform the user that a certain AVOption is out of range.
Panagiotis Issaris
2006-09-20
1
-1
/
+3
*
Correct the constraints of some AVOptions. These had a default value of zero,
Panagiotis Issaris
2006-09-20
1
-10
/
+10
*
Migrate the "packetsize" OptionDef option to become an AVOption.
Panagiotis Issaris
2006-09-20
2
-6
/
+4
*
Migrate the "muxrate" OptionDef option to become an AVOption.
Panagiotis Issaris
2006-09-20
2
-5
/
+3
*
New single instruction math operation header
Luca Barbato
2006-09-19
4
-0
/
+184
*
use correct rounding functions
Michael Niedermayer
2006-09-19
1
-2
/
+2
*
Added qcelp faq.
Benjamin Larsson
2006-09-18
1
-0
/
+4
*
Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named "bufsize"
Panagiotis Issaris
2006-09-18
2
-14
/
+5
*
Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units.
Panagiotis Issaris
2006-09-18
2
-57
/
+55
*
Remove the dependency of libswscale on img_format.h
Luca Abeni
2006-09-17
8
-342
/
+351
*
Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)
Luca Abeni
2006-09-17
1
-1
/
+1
*
K prefix
Michael Niedermayer
2006-09-17
1
-0
/
+2
*
FLV seeking patch by Nazo. lovesyao at aol com.
Nazo
2006-09-17
1
-1
/
+18
*
support SI and some non SI prefixes
Michael Niedermayer
2006-09-17
1
-0
/
+34
[next]