55 Commits (add1467e5e447b79e8743a0b05c54dcf58c61dfe)

Author SHA1 Message Date
Vittorio Giovara 159323897f intrax8: Add a local BlockDSPContext and initialize it 9 years ago
Vittorio Giovara 1eaae7abb8 intrax8: Reference the current AVCodecContext 9 years ago
Vittorio Giovara 8072345e9f intrax8: Keep a reference to the GetBitContext reader 9 years ago
Vittorio Giovara 65f14128c4 intrax8: Use a constant buffer instead of a ScratchpadContext 9 years ago
Vittorio Giovara eaeba6f241 intrax8: Pass the output frame to the decoding function 9 years ago
Vittorio Giovara 577393321c intrax8: Carry over the loopfilter value in ff_intrax8_decode_picture 9 years ago
Vittorio Giovara 68127e1bf8 intrax8: Keep a reference to the context idctdsp 9 years ago
Vittorio Giovara 65127450ad intrax8: Make x8_init_block_index not use mpegvideo fields 9 years ago
Vittorio Giovara 922b7e6d86 intrax8: Use local destination buffers 9 years ago
Diego Biurrun 8dead2aaca Move const qualifier before type name 9 years ago
Vittorio Giovara 0372e73f91 intrax8: Check and propagate errors from ff_intrax8_common_init 9 years ago
Vittorio Giovara ad8aa8e6c6 intrax8: Move documentation from implementation to header file 9 years ago
Vittorio Giovara 2ade1cdafb intrax8: K&R formatting cosmetics 9 years ago
Diego Biurrun 6f5ff559db intrax8: Adjust printf conversion specifier for sizeof expression 9 years ago
Vittorio Giovara 42244ce07a intrax8: Move a comment to the place it corresponds 9 years ago
Vittorio Giovara 750562549c intrax8: Wrap multiline macros in do{}while(0) clauses 9 years ago
Vittorio Giovara 0c6a70873f intrax8: Move error resilience out of intrax8 9 years ago
Vittorio Giovara da0c8664b4 mpegvideo: Move various temporary buffers to a separate context 10 years ago
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 11 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Diego Biurrun e74433a8e6 dsputil: Split clear_block*/fill_block* off into a separate context 11 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Diego Biurrun c591d4575a avcodec: Replace local extern declarations for tables with header #includes 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 5f401b7b71 Add missing error_resilience includes to files that use ER 12 years ago
Anton Khirnov 1d0feb5d1a mpegvideo: split ff_draw_horiz_band(). 12 years ago
Anton Khirnov 54974c6298 error_resilience: decouple ER from MpegEncContext 12 years ago
Mans Rullgard 15616eb042 intrax8: move functions from dsputil to own context 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Martin Storsjö 5f2c159c0f vc1: Add ff_ prefix to nonstatic symbols 13 years ago
Martin Storsjö 1fec055066 msmpeg4: Add ff_ prefixes to nonstatic symbols 13 years ago
Luca Barbato 63ccd46687 lavc: introduce ER_MB_END and ER_MB_ERROR 13 years ago
Luca Barbato 5bf2ac2b37 error_resilience: use the ER_ namespace 13 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Reimar Döffinger 2f9bbdd25c Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC. 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Michael Niedermayer 1b923aa44a Two INIT_VLC_USE_STATIC cases Carl missed. 16 years ago
Carl Eugen Hoyos e161e007be Use INIT_VLC_USE_STATIC and not its value "1". 16 years ago
Alex Converse 5363c43ea8 Add av_cold attributes to *_init and *_end functions. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun c47d146be8 Add missing 'void' keyword to parameterless function declarations. 16 years ago
Loren Merritt 5fecfb7d58 clear_block mmx 16 years ago
Zdenek Kabelac e2fdba650d Correctly clean up IntraX8Context upon codec close. 17 years ago
Diego Biurrun 8a43317e66 cosmetics: Fix spacial --> spatial typo in function names. 18 years ago
Diego Biurrun c238beb5d7 misc spelling/grammar/wording fixes in comments 18 years ago
Aurelien Jacobs ce038da040 make some tables static 18 years ago
Michael Niedermayer cb0d8a5f8f grammar 18 years ago
Michael Niedermayer 3358e879d2 indention 18 years ago