53 Commits (5b6a50e15006d758ba308d5576a450406cd433f6)

Author SHA1 Message Date
Michael Niedermayer 35e559ae32 avcodec/cavs: Check for av_malloc* failure in ff_cavs_init_top_lines() 10 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Michael Niedermayer f9f8491ddf avcodec/cavs: make cavs_chroma_qp non static 11 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
Michael Niedermayer 0accf24b15 cavsdec: fix qp fixed slice handling 11 years ago
Ronald S. Bultje 93f305473f lavc: Convert some remaining strides to ptrdiff_t 11 years ago
Ronald S. Bultje c341f734e5 Convert multiplier for MV from int to ptrdiff_t. 11 years ago
Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Anton Khirnov fb0cb11f09 cavsdec: export picture type in the output frame 12 years ago
Anton Khirnov 7d84826400 cavs: deMpegEncContextize 12 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 12 years ago
Diego Biurrun a6d9f9e60e cavs: Move inline functions only used in one file out of the header 12 years ago
Diego Biurrun ef07ac1e12 cavs: Move data tables used in only one place to that file 12 years ago
Diego Biurrun 0a6b1a9f21 Replace int_fast integer types with their sized standard posix counterparts. 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Måns Rullgård f079a64aea Move cavs dsp functions to their own struct 14 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
Stefan Gehrer 3cc3581dc0 fix intra prediction modes with inter-MB neighbors, 15 years ago
Stefan Gehrer 35122bd93e add heuristic to discern the old sample clips from streams encoded 15 years ago
Stefan Gehrer 6847ab4375 introduce a macroblock index to avoid a few x*width+y calculations 16 years ago
Stefan Gehrer d934de5c5d do not check for minimum slice start code, 0x00000100 is valid 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 987903826b Globally rename the header inclusion guard names. 16 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Stefan Gehrer 5d2b15b870 have less functions as inline 18 years ago
Måns Rullgård bad700e346 trivial warning fixes 18 years ago
Stefan Gehrer 1503063f83 prepare splitting decoder-only parts into own file: 18 years ago
Stefan Gehrer ceb48b46f8 prepare splitting decoder-only parts into own file: 18 years ago
Stefan Gehrer 218b3ae970 move dequantization into its own inline function 18 years ago
Stefan Gehrer ce7088b9a8 cosmetic: rename VLC tables to make clear they 18 years ago
Stefan Gehrer 07caa46e99 setting special motion vectors in intra macroblocks 18 years ago
Stefan Gehrer 8a35c8e71a setting intra prediction modes to default values 18 years ago
Stefan Gehrer 25c899471d move modification of intra prediction modes into 18 years ago
Stefan Gehrer e183b6d17c move preparation of chroma intra prediction into its 18 years ago
Stefan Gehrer b8524fd13f move existing inline functions from cavs.c to cavs.h 18 years ago
Stefan Gehrer 2a3cc9730f move context structure definition from cavs.c to cavs.h 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Aurelien Jacobs b88e211426 move defines and enums out of cavsdata.h 18 years ago