2007-04-03 |
michael |
Changed the rle encoder a little and made it more universal.
libavcodec
|
2007-04-03 |
michael |
cosmetic
libavcodec
|
2007-04-03 |
michael |
fix indention (less work to fix it myself than to check if a indention fix patch is ok ...)
libavcodec
|
2007-04-03 |
michael |
move doxy from .c to .h
libavcodec
|
2007-04-03 |
michael |
generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl
libavcodec
|
2007-04-02 |
diego |
Remove stray object from list of Blackfin assembler objects.
libavcodec
|
2007-04-01 |
diego |
bfin dsputils, basic pixel operations sads, diffs, motion compensation
libavcodec
|
2007-04-01 |
aurel |
cosmetics: indentation
libavcodec
|
2007-04-01 |
michael |
indention
libavcodec
|
2007-04-01 |
michael |
make AVCodec.init() optional
libavcodec
|
2007-04-01 |
diego |
support for the THP game format by Marco Gerards, mgerards xs4all nl
libavcodec
|
2007-04-01 |
diego |
Add '#undef exit', the function is now forbidden.
libavcodec
|
2007-04-01 |
diego |
Merge redundant comments.
libavcodec
|
2007-03-31 |
lorenm |
doxy comment tweaks
libavcodec
|
2007-03-31 |
gpoirier |
Add doxy comments, based on Loren's explanations posted here:
libavcodec
|
2007-03-31 |
diego |
dct-test works on non-x86 now.
libavcodec
|
2007-03-31 |
diego |
platform-independent restructuring and code simplification
libavcodec
|
2007-03-31 |
diego |
Remove illegal call to exit().
libavcodec
|
2007-03-31 |
mru |
call faacDecClose() with all libfaad versions
libavcodec
|
2007-03-31 |
diego |
Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.
libavcodec
|
2007-03-30 |
lu_zero |
Typos in comments
libavcodec
|
2007-03-30 |
lorenm |
move some stuff out of an inner loop. 12% faster svq1 encoding.
libavcodec
|
2007-03-30 |
lorenm |
mmx 16-bit ssd. 2.3x faster svq1 encoding.
libavcodec
|
2007-03-30 |
takis |
Fix a bug in av_find_opt(). Because some of the AVOption structures have field
libavcodec
|
2007-03-30 |
gpoirier |
add 'all' and 'none' options for partitions config
libavcodec
|
2007-03-30 |
diego |
Update specification and reference implementation links.
libavcodec
|
2007-03-29 |
takis |
Fix compilation when using the --disable-opts parameter. This to help those
libavcodec
|
2007-03-29 |
diego |
Accept only existing bitrates.
libavcodec
|
2007-03-27 |
michael |
codec id addition guidlines
libavcodec
|
2007-03-27 |
kostya |
FASTTX==0 means additional 16 bits in extradata
libavcodec
|
2007-03-27 |
kostya |
One more FASTTX-related hack
libavcodec
|
2007-03-27 |
kostya |
Remove redundant assign
libavcodec
|
2007-03-26 |
michael |
set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking
libavcodec
|
2007-03-26 |
iive |
get rid of unused entries in the middle of xvmc_render struct,
libavcodec
|
2007-03-26 |
banan |
Optimize by building the mdct window and multipying/adding at the same time.
libavcodec
|
2007-03-26 |
michael |
factorize &
libavcodec
|
2007-03-26 |
michael |
simplify
libavcodec
|
2007-03-26 |
aurel |
properly set *data_size when returning >= 0 values in shorten_decode_frame()
libavcodec
|
2007-03-25 |
michael |
check input validity, this prevents a few variables from reachin odd values which might have lead to out of array writes and thus might have been exploitable
libavcodec
|
2007-03-25 |
michael |
simplify
libavcodec
|
2007-03-25 |
bcoudurier |
increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API
libavcodec
|
2007-03-25 |
bcoudurier |
remove TODO, its done now
libavcodec
|
2007-03-25 |
bcoudurier |
pass correct buffer size to lzw decode init
libavcodec
|
2007-03-25 |
michael |
move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, avoids some checks in the innermost loop and also gets rid of the controversal break while hopefully retaining the last byte in a valid bytestream, invalid bytestreams still can have very significant overread
libavcodec
|
2007-03-25 |
michael |
simplify
libavcodec
|
2007-03-25 |
michael |
factorize
libavcodec
|
2007-03-25 |
michael |
simplify
libavcodec
|
2007-03-25 |
kostya |
1000l to myself - get correct quantization for blocks 1 and 2
libavcodec
|
2007-03-25 |
aurel |
use generic xiph header spliting func to split theora headers
libavcodec
|
2007-03-25 |
aurel |
extract vorbis header spliting code into a reusable function
libavcodec
|
2007-03-25 |
bcoudurier |
actually return bytes read
libavcodec
|
2007-03-25 |
bcoudurier |
return error if loop has ended before decoding image
libavcodec
|
2007-03-25 |
bcoudurier |
actually return bytes read
libavcodec
|
2007-03-24 |
bcoudurier |
add some length checks
libavcodec
|
2007-03-24 |
bcoudurier |
simplify
libavcodec
|
2007-03-24 |
bcoudurier |
fix indentation
libavcodec
|