54 Commits (8e576d58306df95d6373dd0ca2c1f21f1afaeca9)

Author SHA1 Message Date
Reimar Döffinger 371e165443 Try to set AVFrame.reference to correct values. 13 years ago
Laurent Aimar 3d09d0017d vp56: Release old pictures after a resolution changes 13 years ago
Laurent Aimar 066fff755a vp6: Check for huffman tree build errors 13 years ago
Laurent Aimar 0ec6d6e9b6 vp56: Check for missing reference frame data 13 years ago
Laurent Aimar 1aad9cd9d2 vp56:Fix error recovery code on size changes in vp5/6 decoder 13 years ago
Laurent Aimar 7c249d4fba Check for huffman tree building error in vp6 decoder. 13 years ago
Laurent Aimar dba20b8478 Release old pictures after a resolution change in vp5/6 decoder 13 years ago
Laurent Aimar 6a0e78929a Check for missing reference in vp5/6 decoder. 13 years ago
Diego Biurrun 6168781f70 doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 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
Ronald S. Bultje d23e3e5fea Move ff_emulated_edge_mc() into DSPContext. 14 years ago
Ronald S. Bultje 2e27959879 Move ff_emulated_edge_mc() into DSPContext. 14 years ago
Alex Converse b6356d9726 10l: missed one reindent. 15 years ago
Alex Converse d950497083 ff_prefix non static vp56 functions. 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
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 800274f871 Make VP5 and VP6 decoders output a qscale table to allow for more automatic 15 years ago
Laurent Aimar 68a4d3498f vp56: check buffer size to fix a potential segfault 15 years ago
Reimar Döffinger 6242b1c424 Use av_freep intead of av_free to free pointers in vp56 context. 15 years ago
Aurelien Jacobs 012f930855 fix vp5/vp6 decoding by using new prototype for decode function 16 years ago
Aurelien Jacobs ed76106755 vp56: alpha_offset is uninitialized on purpose 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 76025d91da cosmetics: vertical alignment 16 years ago
Aurelien Jacobs 3d52bca6bf avoid POSIX reserved _t suffix 16 years ago
Loren Merritt 5fecfb7d58 clear_block mmx 16 years ago
Carl Eugen Hoyos 738a89b93a Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT. 17 years ago
Aurelien Jacobs 5210529e2d ensure vp56_decode_frame always return unchanged buf_size 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer 7e5cdb5b1b const 17 years ago
Aurelien Jacobs 7ecae905b6 simplify 17 years ago
Aurelien Jacobs d7af6a9de4 rename one variable to be consistent with the rest of the file 17 years ago
Aurelien Jacobs 442b145abb consistent spelling: plan => plane 17 years ago
Aurelien Jacobs d3f9edbafa simplify 17 years ago
Aurelien Jacobs f62a2b61f9 cosmetic: indent 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 a7d70d88df rename vp56_b6to3 to vp56_b2p 17 years ago
Aurelien Jacobs 1457516f70 some simplifications and uniformisation 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Aurelien Jacobs eba0fcad9e cleanup setting of returned data frame 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
Aurelien Jacobs 5e5067c73d ensure that data[0] is set to NULL for next frame 18 years ago