Michael Niedermayer
|
10ec2308b0
Merge remote-tracking branch 'qatar/release/0.5' into release/0.5
|
11 years ago |
Michael Niedermayer
|
4fac60d568
cavsdec: check for changing w/h.
|
12 years ago |
Michael Niedermayer
|
80fb9f2c57
cavsdec: avoid possible crash with crafted input
|
13 years ago |
Mans Rullgard
|
04888edef3
cavs: fix some crashes with invalid bitstreams
|
13 years ago |
Stefan Gehrer
|
cd3356ff73
check for a stuffing byte at the end of a slice
|
15 years ago |
Stefan Gehrer
|
88db5551cf
change macroblock loop in inter frames so that after a
|
15 years ago |
Stefan Gehrer
|
6847ab4375
introduce a macroblock index to avoid a few x*width+y calculations
|
15 years ago |
Stefan Gehrer
|
b9fce05205
fix multiple slices per frame
|
15 years ago |
Stefan Gehrer
|
4ca6f4b29c
fix parsing of pic_structure
|
15 years ago |
Stefan Gehrer
|
e090c70f2f
avoid duplicating dsputil's clear_block
|
15 years ago |
Stefan Gehrer
|
ae2d3e3b25
time_code has 24 bits, not 16
|
15 years ago |
Stefan Gehrer
|
d934de5c5d
do not check for minimum slice start code, 0x00000100 is valid
|
15 years ago |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
15 years ago |
Stefan Gehrer
|
620b8a2ed7
fix doxygen file reference
|
16 years ago |
Stefan Gehrer
|
74a4371d74
use assignment of structure instead of memcpy
|
16 years ago |
Stefan Gehrer
|
bef01ca08f
rename XXX_t enums to cavs_XXX to fix POSIX namespace issue
|
16 years ago |
Stefan Gehrer
|
e685e8eada
rename vector_t to cavs_vector
|
16 years ago |
Diego Biurrun
|
9506090df9
Avoid POSIX-reserved _t in identifier names.
|
16 years ago |
Stefano Sabatini
|
fe4bf37455
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
|
16 years ago |
Michael Niedermayer
|
6138ed777d
Arrays where one element too small, fixes CID114.
|
16 years ago |
Stefano Sabatini
|
d5202e4fda
Add long names to many AVCodec declarations.
|
16 years ago |
Michael Niedermayer
|
1a2c94cb69
const
|
17 years ago |
Luca Abeni
|
e02f7490da
Initialize the "stc" variable before using it in ff_find_start_code()
|
17 years ago |
Alex Beregszaszi
|
3a5729eae1
use skip_bits where appropriate
|
17 years ago |
Stefan Gehrer
|
5d2b15b870
have less functions as inline
|
17 years ago |
Stefan Gehrer
|
844d9012a6
split decoder-specific parts into their own file
|
17 years ago |