2007-04-29 |
gpoirier |
prevent going out of the buffer if the nal size does not fit in the buffer.
libavcodec
|
2007-04-29 |
alex |
check for channels<=0 and print a reasonable error message
libavcodec
|
2007-04-29 |
ivo |
add V.Flash PTX decoder
libavcodec
|
2007-04-27 |
michael |
fix exploitable buffer overflow
libavcodec
|
2007-04-27 |
diego |
Mark code parts that cannot work on AMD64 due to broken relocations as such.
libavcodec
|
2007-04-26 |
diego |
10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.
libavcodec
|
2007-04-25 |
aurel |
cosmetics: align
libavcodec
|
2007-04-25 |
aurel |
move ac3 tables from a .h to a .c
libavcodec
|
2007-04-25 |
diego |
cosmetics: Put AMR entry in alphabetical order with all external libraries.
libavcodec
|
2007-04-25 |
diego |
Remove hackish support for the non-free fixed-point AMR-NB reference code.
libavcodec
|
2007-04-24 |
kostya |
1000l to myself as used VLC indexes were totally wrong
libavcodec
|
2007-04-21 |
aurel |
Blackfin is a strictly aligned processor.
libavcodec
|
2007-04-21 |
bcoudurier |
simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail com
libavcodec
|
2007-04-21 |
diego |
Remove unused variable.
libavcodec
|
2007-04-21 |
alex |
compile rawvideo decoder on request
libavcodec
|
2007-04-21 |
alex |
compile mjpeg parser if requested
libavcodec
|
2007-04-21 |
alex |
ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c
libavcodec
|
2007-04-20 |
alex |
cosmetics: remove my email address
libavcodec
|
2007-04-20 |
diego |
typo
libavcodec
|
2007-04-19 |
mru |
add .type foo, %function directives for the benefit of debuggers
libavcodec
|
2007-04-19 |
reimar |
Fix parts missed in clip -> av_clip rename
libavcodec
|
2007-04-18 |
banan |
Deobfuscade decodeTonalComponents calling logic.
libavcodec
|
2007-04-18 |
banan |
Version bump, atrac3 added.
libavcodec
|
2007-04-18 |
banan |
Simplify, patch by Ramiro Polla.
libavcodec
|
2007-04-18 |
banan |
Remove unused vars, patch by Ramiro Polla.
libavcodec
|
2007-04-18 |
banan |
Remove unused vars, patch by Ramiro Polla.
libavcodec
|
2007-04-18 |
banan |
Cosmetics, patch by Ramiro Polla.
libavcodec
|
2007-04-18 |
kostya |
Pullback should be performed on scaled motion vectors in B-frames
libavcodec
|
2007-04-18 |
diego |
Remove the build instructions from the doxygen comments, they are duplicated
libavcodec
|
2007-04-18 |
diego |
Doxygen comment wording/spelling
libavcodec
|
2007-04-17 |
banan |
Atrac3 decoder.
libavcodec
|
2007-04-15 |
diego |
Move AC3 header parsing code together with the rest of the AC3 parsing code.
libavcodec
|
2007-04-15 |
michael |
fix mjpeg.mov
libavcodec
|
2007-04-14 |
michael |
fix playback of angels_480-mjpegcompress.avi
libavcodec
|
2007-04-14 |
michael |
fix playback of odd_height.mov
libavcodec
|
2007-04-14 |
michael |
correct another possible buffer overflow where interlaced would
libavcodec
|
2007-04-14 |
michael |
fix tiff regression test (bitexact flag was ignoredwhich caused the
libavcodec
|
2007-04-14 |
michael |
remove MpegEncContext, patch by baptiste
libavcodec
|
2007-04-14 |
diego |
Update preprocessor directive comments to take recent changes to this file
libavcodec
|
2007-04-13 |
diego |
cosmetics: Fix indentation.
libavcodec
|
2007-04-13 |
benoit |
timestamps generation improvement when parsing avi
libavcodec
|
2007-04-12 |
banan |
As usual Real actually took something existing and rebranded it.
libavcodec
|
2007-04-12 |
diego |
Add complete instructions for the brave people wishing to fiddle with the
libavcodec
|
2007-04-12 |
diego |
Replace hackish support for amr-nb and amr-wb. Instead of including the source
libavcodec
|
2007-04-12 |
diego |
Update download URL with a link to a working version.
libavcodec
|
2007-04-11 |
benoit |
add a check before find_frame_end call
libavcodec
|
2007-04-11 |
banan |
Per reference swf/flv adpcm encoder.
libavcodec
|
2007-04-11 |
diego |
cosmetics: indentation
libavcodec
|
2007-04-10 |
lu_zero |
ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1
libavcodec
|
2007-04-10 |
ivo |
cosmetics after last commit
libavcodec
|
2007-04-10 |
ivo |
Add support for grayscale images with arbitrary maxvals.
libavcodec
|
2007-04-10 |
diego |
Fix an underflow/overflow that was causing some crackles when playing
libavcodec
|
2007-04-10 |
kostya |
Set C predictor to zero if unavailable (should fix B-frame border artifacts)
libavcodec
|
2007-04-09 |
michael |
superflouos ()
libavcodec
|
2007-04-09 |
michael |
remove code_prefix variable, no speed change
libavcodec
|
2007-04-09 |
michael |
simplify
libavcodec
|
2007-04-09 |
diego |
When dst_length == 0 bit_length has to be 0, too, but the current code still
libavcodec
|
2007-04-09 |
diego |
Remove a NAL unit's trailing zero bytes even when dst_length is 1.
libavcodec
|
2007-04-09 |
diego |
scenario: A properly coded frame is followed by an end of sequence NAL unit,
libavcodec
|
2007-04-08 |
diego |
Get rid of unnecessary pointer casts.
libavcodec
|
2007-04-08 |
diego |
Only compile in Theora-specific functions if the Theora decoder has been
libavcodec
|
2007-04-08 |
diego |
cosmetics: Move one code block to save an #ifdef in the next commit.
libavcodec
|
2007-04-08 |
diego |
Remove #if 0 code.
libavcodec
|
2007-04-08 |
diego |
Fix compilation when Theora decoder is disabled, but VP3 is enabled.
libavcodec
|