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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kludge around compilation failure on Alpha.
Falk Hüffner
2002-11-27
2
-12
/
+24
*
via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-too...
Francisco Javier Cabello Torres
2002-11-26
1
-1
/
+2
*
apiexample doesnt send complete frames to the codec
Michael Niedermayer
2002-11-26
1
-0
/
+3
*
altivec accelerated v-resample patch by (Brian Foley <bfoley at compsoc dot n...
Brian Foley
2002-11-26
3
-1
/
+143
*
Avoid "unused variable 'c'" warning.
François Revol
2002-11-26
1
-1
/
+0
*
fixing h263+ slices if the padding at the end of the frame is >7 && <16 && th...
Michael Niedermayer
2002-11-26
1
-7
/
+7
*
Add some rudimentary support for sparc64
Philip Gladstone
2002-11-26
1
-0
/
+12
*
dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>)
Agent Smith
2002-11-26
1
-1
/
+1
*
via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visu...
Francisco Javier Cabello Torres
2002-11-25
1
-0
/
+15
*
10l
Michael Niedermayer
2002-11-25
1
-0
/
+2
*
fixing aspect
Michael Niedermayer
2002-11-25
2
-19
/
+26
*
moving init of some variables (hurry_up,...) to MPV_frame_start()
Michael Niedermayer
2002-11-23
3
-6
/
+6
*
* altivec and pix_norm patch by Brian Foley
Brian Foley
2002-11-22
6
-51
/
+79
*
* Ogg/Vorbis patch by Mark Hills
Mark Hills
2002-11-22
3
-20
/
+113
*
* remaining part of John Ryland's patch
Zdenek Kabelac
2002-11-22
2
-2
/
+3
*
mjpegb support (need more samples)
Alex Beregszaszi
2002-11-20
3
-9
/
+144
*
aspect ratio cleanup
Michael Niedermayer
2002-11-20
6
-33
/
+76
*
* cut&paste fix
Zdenek Kabelac
2002-11-20
1
-1
/
+1
*
altivec optimizations patch by (Brian Foley <bfoley at compsoc dot nuigalway ...
Brian Foley
2002-11-19
3
-1
/
+262
*
10l
Michael Niedermayer
2002-11-19
1
-1
/
+1
*
* oops fixed bad initialization of ff vals.
Zdenek Kabelac
2002-11-19
1
-3
/
+3
*
* fixed prototype
Zdenek Kabelac
2002-11-19
1
-1
/
+1
*
* compilation fix (ARM users please check)
Zdenek Kabelac
2002-11-19
4
-4
/
+13
*
hurry_up=5 support
Michael Niedermayer
2002-11-18
1
-1
/
+5
*
slices & encoding optim
Michael Niedermayer
2002-11-15
1
-29
/
+75
*
dr1
Michael Niedermayer
2002-11-15
1
-14
/
+33
*
0.1l
Michael Niedermayer
2002-11-14
1
-3
/
+3
*
YV12 support (warning this is experimental & wont work with offical huffyuv b...
Michael Niedermayer
2002-11-14
1
-29
/
+116
*
16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-cre...
Joel Yliluoma
2002-11-14
2
-1
/
+120
*
huffyuv
Michael Niedermayer
2002-11-14
7
-3
/
+1091
*
* minor warning fix
Zdenek Kabelac
2002-11-14
1
-1
/
+1
*
* not checking for get_buffer_callback - it would be user's error
Zdenek Kabelac
2002-11-14
1
-2
/
+3
*
1l found by kabi
Michael Niedermayer
2002-11-14
1
-1
/
+1
*
* fixing some minor const warnings
Zdenek Kabelac
2002-11-12
9
-15
/
+17
*
* init for inv_zigzag_direct16 moved to init block
Zdenek Kabelac
2002-11-12
1
-2
/
+4
*
* init table once
Zdenek Kabelac
2002-11-12
1
-7
/
+11
*
* using macros to shorten init part
Zdenek Kabelac
2002-11-12
1
-448
/
+82
*
* quick fix for bit exact setting
Zdenek Kabelac
2002-11-11
1
-1
/
+7
*
100l for kabi (fixing qpel)
Michael Niedermayer
2002-11-11
1
-0
/
+138
*
* using DSPContext - so each codec could use its local (sub)set of CPU extension
Zdenek Kabelac
2002-11-11
4
-91
/
+91
*
* using DSPContext - so each codec could use its local (sub)set of CPU extension
Zdenek Kabelac
2002-11-11
1
-5
/
+6
*
* using DSPContext - so each codec could use its local (sub)set of CPU extension
Zdenek Kabelac
2002-11-11
1
-2
/
+2
*
* using DSPContext - so each codec could use its local (sub)set of CPU extension
Zdenek Kabelac
2002-11-11
13
-340
/
+392
*
* useless commit - ignore
Zdenek Kabelac
2002-11-11
1
-4
/
+20
*
* avcodec_init could be removed I guess...
Zdenek Kabelac
2002-11-11
1
-1
/
+1
*
* consts
Zdenek Kabelac
2002-11-11
1
-14
/
+14
*
* added dsp_mask
Zdenek Kabelac
2002-11-11
1
-6
/
+10
*
10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback
Arpi
2002-11-10
1
-13
/
+10
*
reversing header game
Michael Niedermayer
2002-11-10
7
-25
/
+20
*
avoid duplicate ";" warnings (based upon a patch by mru at users dot sourcefo...
Michael Niedermayer
2002-11-10
1
-1
/
+1
[next]