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
/
svq3.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename attribute_unused to av_unused and moves its declaration to common.h
Carl Eugen Hoyos
2007-05-30
1
-2
/
+2
*
dont write over the end of ref_cache
Michael Niedermayer
2007-05-14
1
-2
/
+2
*
Change some leftover __attribute__((unused)) and __attribute__((used)) to
Reimar Döffinger
2007-05-14
1
-2
/
+2
*
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-25
1
-4
/
+4
*
crash fix by Carl Eugen Hoyos cehoyos ag.or at
Michael Niedermayer
2007-01-24
1
-1
/
+2
*
maybe fix segfault with missing extradata (unchecked)
Michael Niedermayer
2007-01-24
1
-1
/
+1
*
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-19
1
-1
/
+1
*
rename cropTbl -> ff_cropTbl
Måns Rullgård
2006-11-12
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-181
/
+181
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-14
/
+14
*
bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ...
Michael Niedermayer
2005-12-17
1
-1
/
+1
*
skip_idct
Michael Niedermayer
2005-07-14
1
-0
/
+4
*
various fixes related to the non alt_bitstream_reader
Michael Niedermayer
2005-04-18
1
-6
/
+6
*
avoid buf_size == 0 checks in every decoder
Michael Niedermayer
2005-01-23
1
-1
/
+1
*
more detailed error messages
Michael Niedermayer
2005-01-23
1
-9
/
+28
*
1000l to myself for FFMIN(...,0) instead of ...,6)
Michael Niedermayer
2004-06-19
1
-6
/
+11
*
segfault fix
Michael Niedermayer
2004-06-19
1
-2
/
+3
*
data_size = 0 cleanup
Michael Niedermayer
2004-05-21
1
-2
/
+0
*
don't fetch the size of SEQH unless SEQH was found
Mike Melanson
2004-03-14
1
-1
/
+1
*
remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->
Mike Melanson
2004-03-14
1
-3
/
+1
*
be smarter about the variable size of the extra SVQ3 data
Mike Melanson
2004-03-13
1
-1
/
+5
*
smarten up the SVQ3 extradata decoder without changing the external API
Mike Melanson
2004-03-13
1
-4
/
+12
*
closed gop support & flags2 as all bits in flags are used
Michael Niedermayer
2004-01-22
1
-2
/
+7
*
SVQ3 uses unrestricted motion vectors
Mike Melanson
2003-12-18
1
-1
/
+2
*
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-11-03
1
-4
/
+4
*
- fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)
Mike Melanson
2003-06-27
1
-137
/
+141
*
don't step on the context
Mike Melanson
2003-06-20
1
-3
/
+3
*
added support for B-frames and multiple slices
Mike Melanson
2003-06-19
1
-130
/
+380
*
make ff_emulated_edge_mc() independant of MpegEncContext
Michael Niedermayer
2003-06-18
1
-2
/
+2
*
Warning and compatibility fixes.
Falk Hüffner
2003-05-24
1
-1
/
+1
*
bigendian fix
Michael Niedermayer
2003-05-16
1
-1
/
+1
*
CODEC_CAP_DRAW_HORIZ_BAND
Michael Niedermayer
2003-05-16
1
-13
/
+19
*
moving the svq3 motion compensation stuff to dsputil (this also means that ex...
Michael Niedermayer
2003-05-15
1
-124
/
+17
*
optimize
Michael Niedermayer
2003-05-15
1
-25
/
+41
*
cleanup
Michael Niedermayer
2003-05-14
1
-1
/
+1
*
optimizations
Michael Niedermayer
2003-05-13
1
-17
/
+34
*
optimizations
Michael Niedermayer
2003-05-13
1
-0
/
+7
*
change the way the ImageDescription is passed to the decoder
Mike Melanson
2003-05-10
1
-13
/
+19
*
svq3 decoder by anonymous
Michael Niedermayer
2003-05-09
1
-0
/
+770