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
*
remove "Advanced Prediction Mode not supported" spam
Michael Niedermayer
2007-07-26
1
-5
/
+1
*
also support DEBUG_PICT_INFO for h263i
Michael Niedermayer
2007-07-26
1
-0
/
+3
*
move show_pict_info() to its own function
Michael Niedermayer
2007-07-26
1
-14
/
+18
*
remove wrong const qualifier
Aurelien Jacobs
2007-07-25
1
-2
/
+2
*
have less functions as inline
Stefan Gehrer
2007-07-25
3
-183
/
+194
*
Minor cosmetics
Vitor Sessak
2007-07-24
1
-4
/
+2
*
Update the dvdsub parser to be able to parse HD-DVD subtitle packets.
Ian Caulfield
2007-07-24
1
-0
/
+2
*
Reindent two lines.
Ian Caulfield
2007-07-24
1
-2
/
+2
*
Add HD-DVD subpicture decoding.
Ian Caulfield
2007-07-24
1
-36
/
+143
*
Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit
Ian Caulfield
2007-07-24
1
-13
/
+13
*
increase buffer size of LAME MP3 encoder
Andreas Öman
2007-07-24
1
-1
/
+1
*
help some gcc version to optimize out those functions
Aurelien Jacobs
2007-07-24
2
-0
/
+8
*
simplify snr offset and bit allocation
Justin Ruggles
2007-07-24
1
-52
/
+31
*
only use sized data types when necessary
Justin Ruggles
2007-07-24
1
-28
/
+28
*
set bit allocation parameters directly instead of copying
Justin Ruggles
2007-07-24
1
-23
/
+7
*
use enum value instead of numerical value for acmod
Justin Ruggles
2007-07-23
1
-3
/
+3
*
use consistent data type for exponents. needs to be int8_t to pass to bit all...
Justin Ruggles
2007-07-23
1
-5
/
+5
*
change some bit masks to arrays
Justin Ruggles
2007-07-23
1
-31
/
+29
*
cosmetics: indentation
Justin Ruggles
2007-07-21
1
-2
/
+2
*
Use shared AC-3 header parsing. Move some initializations to block parsing fu...
Justin Ruggles
2007-07-21
1
-90
/
+62
*
don't need to synchronize in the decoder. the parser does that already.
Justin Ruggles
2007-07-21
1
-28
/
+1
*
get rid of an ugly macro
Justin Ruggles
2007-07-21
1
-17
/
+14
*
Return AVERROR(EINVAL) when invalid width and/or height are specified to
Panagiotis Issaris
2007-07-20
1
-0
/
+1
*
Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open.
Panagiotis Issaris
2007-07-20
1
-1
/
+3
*
bail out on unknown jpeg pixel format instead of silently decoding data incor...
Andreas Öman
2007-07-19
1
-1
/
+3
*
Fix the self tests which are contained in some codecs and are using random().
Panagiotis Issaris
2007-07-19
4
-0
/
+4
*
Fix the compilation of dct-test, fft-test and motion-test which are using
Panagiotis Issaris
2007-07-19
3
-0
/
+3
*
don't need to define ALT_BITSTREAM_READER
Justin Ruggles
2007-07-19
1
-2
/
+0
*
update license header. add copyright for myself. correct and complete the sta...
Justin Ruggles
2007-07-19
1
-2
/
+4
*
revise comment for exponent decoding function
Justin Ruggles
2007-07-19
1
-7
/
+7
*
new implementation of exponent decoding
Justin Ruggles
2007-07-19
1
-89
/
+34
*
cosmetics: indentation
Justin Ruggles
2007-07-19
1
-18
/
+18
*
remove portions of bit allocation which are no longer needed since they are s...
Justin Ruggles
2007-07-19
1
-44
/
+1
*
Another minor simplification
Vitor Sessak
2007-07-18
1
-10
/
+7
*
Set the step index correctly for flash adpcm. Patch by Baptiste
Baptiste Coudurier
2007-07-18
1
-1
/
+2
*
Calculate the correct blocksize for flash adpcm. Patch by Baptiste
Baptiste Coudurier
2007-07-18
1
-4
/
+10
*
fix mem leak
Zdenek Kabelac
2007-07-18
1
-0
/
+1
*
Make deinterlace_16 receive an array as a parameter and not two separated vars
Vitor Sessak
2007-07-18
1
-7
/
+6
*
Minor simplification
Vitor Sessak
2007-07-18
1
-2
/
+1
*
Yet more cosmetics
Vitor Sessak
2007-07-18
1
-9
/
+4
*
More cosmetics
Vitor Sessak
2007-07-18
1
-23
/
+21
*
Remove reimplementation of av_log2
Vitor Sessak
2007-07-18
1
-10
/
+2
*
add YUV440P and YUVJ440P support
Andreas Öman
2007-07-18
2
-0
/
+38
*
Test for supported number of channels
Vitor Sessak
2007-07-18
1
-0
/
+5
*
Cosmetics: indentation
Vitor Sessak
2007-07-18
1
-68
/
+67
*
Cosmetics: alignment
Vitor Sessak
2007-07-18
1
-6
/
+7
*
Remove more code duplication. Based on a patch by Matthieu Castet.
Vitor Sessak
2007-07-18
1
-120
/
+18
*
Move var. declaration to allow further clean up
Vitor Sessak
2007-07-17
1
-2
/
+2
*
Remove code duplication. Based on a patch by Matthieu Castet.
Vitor Sessak
2007-07-17
1
-88
/
+41
*
set codec_type on init
Alex Beregszaszi
2007-07-17
1
-0
/
+1
[next]