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