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
/
eatqi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-28
1
-1
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-1
/
+1
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-1
/
+1
*
eatqi: move "block" variable into context to ensure sufficient alignment for
Reimar Döffinger
2009-05-24
1
-3
/
+3
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Add a av_fast_malloc function and replace several uses of av_fast_realloc,
Reimar Döffinger
2009-04-12
1
-1
/
+1
*
Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf
Reimar Döffinger
2009-04-12
1
-2
/
+2
*
Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decoders
Reimar Döffinger
2009-04-12
1
-1
/
+1
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
remove warning about incompatible pointer
Baptiste Coudurier
2009-02-08
1
-1
/
+1
*
Electronic Arts TQI decoder
Peter Ross
2009-02-05
1
-0
/
+166