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
*
windows: use number of CPUs as automatic thread count
Janne Grunau
2011-12-22
1
-0
/
+6
*
linux: use number of CPUs as automatic thread count
Janne Grunau
2011-12-22
1
-0
/
+43
*
pthreads: reset active_thread_type when slice thread_init returrns early
Janne Grunau
2011-12-22
1
-1
/
+3
*
v410dec: include correct headers
Paul B. Mahol
2011-12-22
1
-1
/
+1
*
Drop ALT_ prefix from BITSTREAM_READER_LE name.
Diego Biurrun
2011-12-22
27
-32
/
+32
*
ra144enc: zero the reflection coeffs if the filter is unstable
Justin Ruggles
2011-12-22
1
-1
/
+4
*
mov: Don't stick the QuickTime field ordering atom in extradata.
Alex Converse
2011-12-21
2
-6
/
+18
*
truespeech: fix invalid reads in truespeech_apply_twopoint_filter()
Justin Ruggles
2011-12-21
1
-0
/
+1
*
nellymoserdec: Indicate that the decoder can handle changed parameters
Martin Storsjö
2011-12-21
1
-1
/
+1
*
libavcodec: Apply parameter change side data when decoding audio
Martin Storsjö
2011-12-21
1
-0
/
+44
*
libavcodec: Define a side data type for parameter changes
Martin Storsjö
2011-12-21
2
-1
/
+27
*
aacdec: Handle new extradata passed as side data
Martin Storsjö
2011-12-21
1
-0
/
+19
*
libavcodec: Define a side data type for new extradata
Martin Storsjö
2011-12-21
2
-2
/
+3
*
x86: Tighten register constraints for decode_significance*_x86.
Diego Biurrun
2011-12-21
2
-3
/
+3
*
Replace Subversion revisions in comments by Git hashes.
Diego Biurrun
2011-12-21
1
-2
/
+3
*
h264_cabac: synchronize decode_significance_*_x86 conditionals
Diego Biurrun
2011-12-21
1
-1
/
+1
*
w32threads: wait for the waked thread in pthread_cond_signal.
Sergey Radionov
2011-12-20
1
-5
/
+11
*
aacdec: Cleanup decode_ics_info.
Alex Converse
2011-12-20
1
-15
/
+9
*
lavc: always align height by 32 pixel
Rafaël Carré
2011-12-21
1
-4
/
+2
*
raw: add 10bit YUV definitions
Luca Barbato
2011-12-21
1
-0
/
+6
*
mpegvideo_enc: separate declarations and statements
Diego Biurrun
2011-12-20
1
-1
/
+2
*
vp3: Reorder some functions to fix VP3 build with Theora disabled.
Diego Biurrun
2011-12-20
1
-77
/
+74
*
build: fix standalone compilation of ADX encoder
Diego Biurrun
2011-12-20
1
-1
/
+1
*
build: fix standalone compilation of ADPCM decoders
Diego Biurrun
2011-12-20
1
-11
/
+11
*
4xm: Use bytestream2 functions to prevent overreads
Aneesh Dogra
2011-12-20
1
-13
/
+15
*
bytestream: add a new set of bytestream functions with overread checking
Aneesh Dogra
2011-12-20
1
-0
/
+44
*
vc1dec: Use the right pointer type for the tmp pointer
Martin Storsjö
2011-12-20
1
-2
/
+1
*
h264: clear trailing bits in partially parsed NAL units
Janne Grunau
2011-12-19
1
-1
/
+4
*
vc1: Handle WVC1 interlaced stream
Aneesh Dogra
2011-12-19
1
-10
/
+15
*
xl: Fix overreads
Aneesh Dogra
2011-12-19
1
-0
/
+6
*
qcelpdec: K&R formatting cosmetics
Asen Lekov
2011-12-19
1
-183
/
+177
*
qcelpdec: cosmetics: drop some pointless parentheses
Diego Biurrun
2011-12-19
1
-8
/
+8
*
x86: conditionally compile dnxhd encoder optimizations
Diego Biurrun
2011-12-19
1
-2
/
+2
*
Revert "h264: skip start code search if the size of the nal unit is known"
Janne Grunau
2011-12-19
3
-14
/
+4
*
h264: skip start code search if the size of the nal unit is known
Janne Grunau
2011-12-18
3
-4
/
+14
*
cljr: fix buf_size sanity check
Paul B. Mahol
2011-12-18
1
-1
/
+1
*
cljr: Check if width and height are positive integers
Shitiz Garg
2011-12-18
1
-0
/
+5
*
avcodec: deprecate AVFrame.age
Mans Rullgard
2011-12-18
7
-56
/
+14
*
4xm: remove unneeded check for remaining unused data.
Justin Ruggles
2011-12-18
1
-9
/
+0
*
tmv decoder: set correct pix_fmt
Uoti Urpala
2011-12-18
1
-0
/
+7
*
dct-test: remove unused variable cropTbl
Mans Rullgard
2011-12-17
1
-9
/
+0
*
get_bits: remove LAST_SKIP_CACHE macro
Mans Rullgard
2011-12-17
3
-10
/
+6
*
get_bits: remove strange/obsolete comments
Mans Rullgard
2011-12-17
1
-9
/
+1
*
get_bits: whitespace (mostly) cosmetics
Mans Rullgard
2011-12-17
1
-49
/
+73
*
get_bits: remove unnecessary #includes
Mans Rullgard
2011-12-17
1
-3
/
+0
*
mp3dec: hack: fix decoding with safe bitstream reader
Mans Rullgard
2011-12-17
1
-0
/
+3
*
adpcm: Check for channels to be a non-zero integer
Shitiz Garg
2011-12-17
1
-2
/
+3
*
get_bits: introduce safe bitreading to prevent overreads.
Ronald S. Bultje
2011-12-17
2
-1
/
+38
*
get_bits: remove A32 variant
Mans Rullgard
2011-12-16
4
-100
/
+16
*
wavpack: Fix 32-bit clipping
Derek Buitenhuis
2011-12-16
1
-2
/
+2
[next]