23760 Commits (04fa81877913798bf4badfa472c8653219f2aeb1)

Author SHA1 Message Date
Paul B Mahol 9429408cc1 sgirledec: remove unused headers 12 years ago
Paul B Mahol b05d8d4cf4 lavc: avcodec_open2(): pass context to av_log() 12 years ago
Michael Niedermayer bec402b502 mjpegdec: fix overlapping memcpy with upscale_v 12 years ago
Paul B Mahol 6575539176 libaacplus: support for float sample format 12 years ago
Michael Niedermayer 6b657ac788 avcodec/c93: Check for block overlap. 12 years ago
Paul B Mahol 0b06bd1c7a libaacplus: set supported profiles 12 years ago
Paul B Mahol 82082695de libaacplus: set supported channel_layouts 12 years ago
Paul B Mahol 97b2865aa2 libaacplus: remove FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
Michael Niedermayer 1557f34b10 dfa: support decoding version=1.0 12 years ago
Ronald S. Bultje 015821229f vp3: Use full transpose for all IDCTs 12 years ago
Martin Storsjö 5941978e71 vp3: bfin: Transpose the IDCTs 12 years ago
Ronald S. Bultje c46819f229 x86: Move constants to the only place where they are used 12 years ago
Martin Storsjö c0dcf89887 bfin: Match DEFUN_END macros to the right functions 12 years ago
Reimar Döffinger c10d498bfd Add thread-safe wrapper for get_format(). 12 years ago
Reimar Döffinger 8067f55edf Fix compilation on ARM with android gcc 4.7 12 years ago
Clément Bœsch 1e3104cd3c Add avpriv_dsputil_init() and use it in lavfi where relevant. 12 years ago
Michael Niedermayer ded2f187a2 avcodec: fix ignorecrop AVOption offset 12 years ago
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
Michael Niedermayer b3c3996212 avcodec: rename prores encoders 12 years ago
Paul B Mahol d185343687 libshine fixed point MP3 encoding support 12 years ago
Paul B Mahol 310bf28354 mss4: make code independent of sizeof(AVFrame) 12 years ago
Paul B Mahol b6d5a948f9 mss4: use init_get_bits8() 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
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