59 Commits (1c668624725318b62e1ce9adfdbd0417da0a1633)

Author SHA1 Message Date
Thierry Foucu e0966eb140 vp6: Fix illegal read. 13 years ago
Alex Converse 2a6eb06254 vp6: Fix illegal read. 13 years ago
Laurent Aimar a72cad0a6c vp6: Reset the internal state when aborting key frames header parsing 13 years ago
Laurent Aimar 066fff755a vp6: Check for huffman tree build errors 13 years ago
Dustin Brody f913eeea43 vp6: partially propagate huffman tree building errors during coeff model parsing and fix misspelling 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Diego Biurrun 6168781f70 doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Ronald S. Bultje 3a0885146c Move vp6_filter_diag4() from DSPContext to VP56DSPContext. 14 years ago
Jason Garrett-Glaser 905ef0d064 VP5/6/8: eliminate CABAC dependency 14 years ago
Alex Converse 52fa20542b Reindent after last commit. 15 years ago
Alex Converse d950497083 ff_prefix non static vp56 functions. 15 years ago
Måns Rullgård 796cea09b6 vp6: convert VLA to fixed size 15 years ago
Måns Rullgård 5e1ba34bbb VP56: move vp56_edge_filter to new VP56DSPContext 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Aurelien Jacobs ded2100e48 move vp6 huffman table freeing code, out of common vp56 code 15 years ago
Vitor Sessak 0a41faa9a7 Plug some memory leaks in the VP6 decoder 15 years ago
Reimar Döffinger ad92108694 Add a check to vp6_parse_coeff_huffman to ensure it does not overread the input buffer. 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Aurelien Jacobs 26f3ae828b move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs bf73801bec vp56: don't reset dimensions to 0 in codec init 16 years ago
Aurelien Jacobs d887151d8c rename Vp56Model to VP56Model for consistency 16 years ago
Aurelien Jacobs 3d52bca6bf avoid POSIX reserved _t suffix 16 years ago
Aurelien Jacobs 40056c32df vp6dec: ensure we don't try to use a buffer with negative size 16 years ago
Peter Ross d47f16074f vp6: ensure that huffman decoding table is sorted with descending symbol order 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Aurelien Jacobs bac02ed3c5 huffman: pass hnode_first as a flag instead of as an argument on its own 17 years ago
Aurelien Jacobs d37f007d54 remove #include "mpegvideo.h" where it is not needed 17 years ago
Michael Niedermayer 7e5cdb5b1b const 17 years ago
Aurelien Jacobs 713b0bffd6 10l: init_get_bits want size in bits, not bytes 17 years ago
Aurelien Jacobs f28b10483a add support for VP6 with huffman encoded blocks 17 years ago
Aurelien Jacobs 91fc2cf150 add a new vp6a codec (add alpha plan support to vp6) 17 years ago
Aurelien Jacobs 247df384ec move all model related tables into their own struct 17 years ago
Aurelien Jacobs 1457516f70 some simplifications and uniformisation 17 years ago
Aurelien Jacobs c0fee8c985 add a warning message for unsupported kind of encoding 17 years ago
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 18 years ago
Loren Merritt 4b8419aa7f simplify 18 years ago
Loren Merritt cd66ddb6b0 simplify 18 years ago
Loren Merritt 6ec4818525 faster and simpler vp6 bilinear mc 18 years ago
Aurelien Jacobs 75f6cc26ba set CODEC_CAP_DR1 for vp5 and vp6 decoders 18 years ago
Aurelien Jacobs 704a2881bc Use pointers to avoid copying AVFrame. 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Aurelien Jacobs ae5574508e cosmetics: reindent 18 years ago
Aurelien Jacobs dd9b86354c add support for another variant of vp6 18 years ago