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
*
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
*
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
*
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
*
Fix some obvious mistakes in the option descriptions.
Diego Biurrun
2006-12-04
1
-2
/
+2
*
Move BE_*/LE_*/ST*/LD* macros to a common place. Some further
Reimar Döffinger
2006-12-03
2
-38
/
+0
*
Another hack to allow the Cinepak decoder to detect both types of deviant Cin...
Mike Melanson
2006-12-02
1
-8
/
+28
*
Fill in some missing AVOption descriptions.
Víctor Paesa
2006-12-02
1
-70
/
+70
*
Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca ...
Guillaume Poirier
2006-12-02
1
-0
/
+127
*
spelling cosmetics: cliped --> clipped
Diego Biurrun
2006-12-02
2
-31
/
+31
*
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
1
-6
/
+0
*
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
*
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
1
-1
/
+5
*
VQA v1 support
Kostya Shishkov
2006-11-29
1
-1
/
+16
*
cleanup the #ifdef mess in encoder/decoder/parser registration
Aurelien Jacobs
2006-11-28
1
-799
/
+213
*
Correct information in header
Kostya Shishkov
2006-11-28
1
-2
/
+2
*
alphabetic reordering of codec registration
Robert Swain
2006-11-27
1
-568
/
+567
*
PIC fix
Michael Niedermayer
2006-11-27
1
-1
/
+1
*
Move copy_block* functions to dsp dsputil.h
Brian Foley
2006-11-26
3
-144
/
+77
*
Correct rounding values in overlap filtering
Kostya Shishkov
2006-11-26
3
-32
/
+36
*
B-frames support for adv. profile
Kostya Shishkov
2006-11-26
1
-2
/
+58
*
100l: Initialize dc_scale with current quantizer for adv I frames
Kostya Shishkov
2006-11-26
1
-4
/
+3
*
Use halfpq in coefficient scaling
Kostya Shishkov
2006-11-26
1
-12
/
+12
*
typo
Luca Barbato
2006-11-24
1
-1
/
+1
*
Implement DELTA_FLI opcodes correctly. Patch by Steven Johnson
Steven Johnson
2006-11-24
1
-1
/
+7
*
support byte_run=0 case in DELTA_FLI (this case means only skip pixels)
Alex Beregszaszi
2006-11-23
1
-1
/
+1
*
10l memory corruption bug found by Steven Johnson
Alex Beregszaszi
2006-11-23
1
-1
/
+1
*
flac: allow reading of full metadata headers from extradata
Aurelien Jacobs
2006-11-23
1
-47
/
+56
*
bring AC3 encoder output up to input volume level
Bill O'Shaughnessy
2006-11-23
1
-1
/
+1
*
fix bitstream to be correctly decoded by quicktime
Baptiste Coudurier
2006-11-22
1
-1
/
+1
*
fix sigfpe with intra only encoding
Baptiste Coudurier
2006-11-22
1
-1
/
+1
*
Conditionally compile some of the AltiVec optimizations.
Diego Biurrun
2006-11-22
2
-6
/
+11
*
fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de
Matthias Hopf
2006-11-22
2
-2
/
+6
*
Fix compilation with VC-1 decoder disabled.
Diego Biurrun
2006-11-21
1
-1
/
+1
*
fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probab...
Michael Niedermayer
2006-11-21
1
-1
/
+1
*
100l infinite loop fix
Michael Niedermayer
2006-11-21
1
-1
/
+1
[next]