23782 Commits (2e2b6d7ab37db662500f441a506bb20071e87b73)

Author SHA1 Message Date
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
Christophe Gisquet 2383068cbf x86: sbrdsp: implement SSE2 qmf_pre_shuffle 12 years ago
Michael Niedermayer 62a1181015 h264: wait for missing slices only on frames 12 years ago
Clément Bœsch 1043cb8e80 lavc/ass: use bprint API in ff_ass_add_rect(). 12 years ago
Kostya Shishkov 56c1b92576 dfa: implement missing TDLT coding method 12 years ago
Michael Niedermayer b4eb06d325 msmpeg4: ignore negative DC overflow 12 years ago
Michael Niedermayer c03dc44070 msmpeg4: fix asm code in ff_msmpeg4_pred_dc() 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 610b18e2e3 x86: qpel: Move fullpel and l2 functions to a separate file 12 years ago
Ronald S. Bultje 18df366a18 vp3: Embed idct_permutation array directly in VP3DecoderContext 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 e2946e5c34 x86: sbrdsp: implement SSE qmf_deint_bfly 12 years ago
Paul B Mahol 1adf54de56 dfa: implement tdlt chunk decoding 12 years ago
Michael Niedermayer 2f284c0170 dpxdec: Fix decoding of RGBA10 12 years ago
Nicolas George 0884d04dc3 lavc: fix recoded subtitles end. 12 years ago
Christophe Gisquet 11774169ae sbrdsp: unroll and use integer operations 12 years ago
Christophe Gisquet f4ac80227b sbrdsp: unroll sbr_autocorrelate_c 12 years ago
Christophe Gisquet f4b0d12f5b x86: sbrdsp: Implement SSE neg_odd_64 12 years ago
Christophe Gisquet 37a9708391 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
Paul B Mahol faf689c7eb xbmenc: remove unused code 12 years ago
Paul B Mahol 08b31a72db xwdenc: remove unused code 12 years ago
Paul B Mahol 77535bb3c3 bmpenc: get rid of BMPContext as it is unused 12 years ago
Nicolas Bertrand 28a807e28b libopenjpeg: Add support for XYZ colorspace, found in DCINEMA frames 12 years ago
Michael Niedermayer 740ebe468c dfa: remove redundant check 12 years ago
Nicolas George 83affcde51 lavc: use packet duration for subtitles if necessary. 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
Nicolas George 464f94b206 lavc: do not init frame with guessed layout. 12 years ago
Michael Niedermayer aa7d9809c1 h264pred: fix "warning: initialization discards const qualifier from pointer target type" 12 years ago
Michael Niedermayer c09da45ffb dsputil: Fix "warning: initialization discards const qualifier from pointer target type" 12 years ago
Paul B Mahol 1de11a7cab libmp3lame: allow joint stereo to be disabled 12 years ago
Michael Niedermayer 4dd31f88f5 cavs: fix "warning: initialization discards const qualifier from pointer target type" 12 years ago
Michael Niedermayer 4394528d2d cavsdsp: fix "warning: initialization discards const qualifier from pointer target type" 12 years ago
Michael Niedermayer ac126a98e5 dvdec: fix lowres=3 with yuv 4:1:1 12 years ago
Michael Niedermayer 34ea5f418e h264_refs: check for multiple mismatching long term ref assignments 12 years ago
Michael Niedermayer 3d68f5e032 h264_direct: assert the validity of the spatial ref 12 years ago
Michael Niedermayer 285c5f6838 h264: move last_slice_type reset into decode_slice_header 12 years ago
Michael Niedermayer 11c3381ce3 h264: move the default_ref_list_done check down after its inputs have been written 12 years ago