Michael Niedermayer
|
f7170c4832
avcodec/mjpegdec: check bits per pixel for changes similar to dimensions
|
10 years ago |
Michael Niedermayer
|
eed5697f99
mjpeg: Detect overreads in mjpeg_decode_scan() and error out.
|
13 years ago |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
15 years ago |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 years ago |
Aurelien Jacobs
|
2bb6eba21d
remove ff_get_fourcc() and use AV_RL32() instead
|
16 years ago |
Aurelien Jacobs
|
49fb20cb8a
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
|
16 years ago |
Loren Merritt
|
5fecfb7d58
clear_block mmx
|
16 years ago |
Loren Merritt
|
5fac277602
fix progressive jpeg:
|
16 years ago |
Michael Niedermayer
|
766a4a99e2
Replace apparently always true condition by assert().
|
16 years ago |
Michael Niedermayer
|
c2c7342b70
Simplify pix_fmt_id instead of listing a subset of non-simplified ones.
|
16 years ago |
Michael Niedermayer
|
7c1e33f930
Check the 4th plane too when selecting the pixfmt.
|
16 years ago |
Mathieu Malaterre
|
0e589ce151
Return an error when ff_jpegls_decode_picture fails.
|
16 years ago |
Stefan Gehrer
|
5a89396989
remove duplicate tables
|
16 years ago |
Stefano Sabatini
|
fe4bf37455
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
|
16 years ago |
Stefano Sabatini
|
d5202e4fda
Add long names to many AVCodec declarations.
|
16 years ago |
Vladimir Voroshilov
|
159ef4b02a
Implement FFMAX3(a,b,c) - maximum over three arguments.
|
16 years ago |
Zuxy Meng
|
98a6fff98c
Apply 'cold' attribute to init/uninit functions in libavcodec
|
16 years ago |
Aurelien Jacobs
|
d37f007d54
remove #include "mpegvideo.h" where it is not needed
|
16 years ago |
Michael Niedermayer
|
2b3c8f8a6a
const
|
17 years ago |
Vladimir Voroshilov
|
3c3704d281
Fix MJPEG decoder for AMV files.
|
17 years ago |
Vladimir Voroshilov
|
8787d8377f
AMV video decoder.
|
17 years ago |
Vladimir Voroshilov
|
a449faeacb
Add variables to prepare to the AMV decoder patch.
|
17 years ago |
Sam Hocevar
|
97be28d8d7
Add support for grayscale MJPEG streams sent by Axis cameras such as the
|
17 years ago |
Andreas Öman
|
83c43e4d52
bail out on unknown jpeg pixel format instead of silently decoding data incorrectly
|
17 years ago |
Andreas Öman
|
4196cfb75b
add YUV440P and YUVJ440P support
|
17 years ago |
Diego Biurrun
|
7b94177e37
Group all copyright and author notices together.
|
17 years ago |
Måns Rullgård
|
706da4af32
fix some printf format specifiers
|
17 years ago |
Oded Shimon
|
8d641aedb9
fix mjpeg decoding with broken huffman table headers
|
17 years ago |
Aurelien Jacobs
|
0a59a18b4e
move mjpeg-b decoder in its own file
|
17 years ago |
Aurelien Jacobs
|
40cce9ff91
move sp5x decoder in its own file
|
17 years ago |
Aurelien Jacobs
|
5acd8d9e77
allows to disable jpegls decoder
|
17 years ago |
Aurelien Jacobs
|
d2f43ca998
move mjpega_dump_header bitstream filter in its own file
|
17 years ago |
Aurelien Jacobs
|
944721c160
add proper prefix to new mjpeg extern func/var
|
17 years ago |
Aurelien Jacobs
|
4922a5b0ee
split mjpeg.c into an encoder and a decoder file
|
17 years ago |