17784 Commits (28243b0d35b47bbf9abbd454fc444a6e0a9e7b71)

Author SHA1 Message Date
Diego Biurrun a3cb865310 x86: dsputil: Move some ifdefs to avoid unused variable warnings 12 years ago
Diego Biurrun 2004c7c8f7 x86: dsputil: cosmetics: Remove two pointless variable indirections 12 years ago
Diego Biurrun c51a3a5bd9 x86: dsputil: Refactor some ff_{avg|put}_pixels function declarations 12 years ago
Diego Biurrun e027032fc6 x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable place 12 years ago
Diego Biurrun a89c05500f x86: h264qpel: int --> ptrdiff_t for some line_size parameters 12 years ago
Diego Biurrun ac9362c5d9 Move misplaced file author information where it belongs 12 years ago
Anton Khirnov 9de9b828ef lavc: don't overwrite display dimensions with coded dimensions. 12 years ago
Anton Khirnov 2d6edb2b7e lavc: extend / update the [coded_]{width,height} doxy 12 years ago
Diego Biurrun 20429ba96e h261: Move encoder/decoder shared table init to common code 12 years ago
Diego Biurrun 8a776ad90e h261: Move shared data tables from a header to a proper C file 12 years ago
Ronald S. Bultje b93b27edb0 dsputil: Make dsputil selectable 12 years ago
Ronald S. Bultje 85deb51a01 h264: Only initialize dsputil if error resilience is enabled 12 years ago
Ronald S. Bultje 62844c3fd6 h264: Integrate clear_blocks calls with IDCT 12 years ago
Martin Storsjö e8cafd2773 h264: Clear the mb members via memset instead of using dsputil 12 years ago
Ronald S. Bultje 6d25c9db11 dsputil: Make square put/avg_pixels functions local to h264qpel 12 years ago
Kostya Shishkov 56c1b92576 dfa: implement missing TDLT coding method 12 years ago
Martin Storsjö bc0522dffa h264pred: Add a few missing const declarations for ff_cropTbl derived pointers 12 years ago
Ronald S. Bultje d2ec6ea6c6 lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables 12 years ago
Martin Storsjö 9e0f14f16c lavc: Make pointers to ff_cropTbl const 12 years ago
Ronald S. Bultje 18df366a18 vp3: Embed idct_permutation array directly in VP3DecoderContext 12 years ago
Ronald S. Bultje 610b18e2e3 x86: qpel: Move fullpel and l2 functions to a separate file 12 years ago
Martin Storsjö 0f59845708 bfin: Make vp3 functions static 12 years ago
Martin Storsjö aa8d89536d bfin: Don't use the vp3 idct functions if bitexact behaviour is expected 12 years ago
Christophe Gisquet f4b0d12f5b x86: sbrdsp: Implement SSE neg_odd_64 12 years ago
Diego Biurrun 52cd84d4d4 h261: Move mvmap table to the only place it is used 12 years ago
Diego Biurrun 0404ec619d h261: cosmetics: Move functions to avoid forward declarations 12 years ago
Diego Biurrun b78f81c803 h261: K&R formatting and prettyprinting cosmetics 12 years ago
Diego Biurrun 66ac3dbf1e h261: Move function declarations to h261.h 12 years ago
Diego Biurrun ed16c2dbf4 h261: Remove H.261 loop filter from dsputil 12 years ago
Diego Biurrun ae35d91d44 h261: Move ff_h261_rl_table_store declaration to header file 12 years ago
Nicolas Bertrand 28a807e28b libopenjpeg: Add support for XYZ colorspace, found in DCINEMA frames 12 years ago
Anton Khirnov b88f902125 bmv: check for len being valid in bmv_decode_frame(). 12 years ago
Anton Khirnov 3623589edc dfa: check for invalid access in decode_wdlt(). 12 years ago
Peter Meerwald dfcbe8cbd7 doc: Fix best_nb_channells typo 12 years ago
Matt Wolenetz 1d6e618939 vp8: Fix pthread_cond and pthread_mutex leaks 12 years ago
Alexandra Khirnova 0afcf97e1e vmdav: convert to bytestream2 12 years ago
Martin Storsjö 3891a270f5 msmpeg4: Split decoding related functions to a separate file 12 years ago
Diego Biurrun e557584aa7 mpeg12: Move Mpeg1Context declaration to the only place it is used 12 years ago
Diego Biurrun 1b6d66745a Split MPEG-1/2 decoder code off from MPEG-1/2 common code 12 years ago
Diego Biurrun eee2000b41 mpeg12: Move some ff_mpeg1_* function declarations to a more suitable place 12 years ago
Diego Biurrun b6649ab503 cosmetics: Remove unnecessary extern keywords from function declarations 12 years ago
Diego Biurrun 1db6a080bd dca: Move ff_dca_convert_bitstream() to the DCA common code 12 years ago
Janne Grunau b247253929 vdpau: wrap codec specific functions in appropiate #ifs 12 years ago
Janne Grunau 757d85868b vdpau: fix obsolete mpeg1 vdpau decoder when mpeg2 is disabled 12 years ago
Janne Grunau 05fa79b844 hwaccel: fix use with frame based multithreading 12 years ago
Janne Grunau c24469e812 utils: add workaround for AVHWAccel in ff_get_buffer compat code 12 years ago
Martin Storsjö a2acadd058 x86: vc1dsp: Fix indentation 12 years ago
Ronald S. Bultje 0b499c9b06 h264: Make it possible to compile without error_resilience 12 years ago
Martin Storsjö f1e9398621 lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo 12 years ago
Martin Storsjö 75644335b9 lavc: Move start code finding to utils.c 12 years ago