24677 Commits (233177a4ec68bddf6df865936bc3c630d8d9ec58)

Author SHA1 Message Date
Michael Niedermayer 233177a4ec jpegdec: clear EOBRUN on restarts 12 years ago
Michael Niedermayer 1c032e94d0 jpegdec: give handle_rstn() a return code that indicates if restart did happen 12 years ago
Michael Niedermayer 776155ca29 mjpeg_decode_scan: reset restart state 12 years ago
Michael Niedermayer 325411a687 snowenc: check minimum resolution 12 years ago
Piotr Bandurski aa74810fc6 bitstream: fix a crash in case of oom 12 years ago
Luca Barbato 87fb18c3e4 imc: Catch a division by zero 12 years ago
Michael Niedermayer 7d9cb12689 avcodec/wmaprodec: Check block_align 12 years ago
Michael Niedermayer 0dd99628ea ff_lpc_calc_coefs: assert that the type is levinson or cholesky 12 years ago
Michael Niedermayer 00b1401df6 avcodec/h264_ps: try to support Ambarella AVC 12 years ago
Michael Niedermayer a20f049c2a avcodec/libvpxenc: make class names unique 12 years ago
Michael Niedermayer 970c8df735 mpeg12dec: avoid reinitializtation on PS changes when possible. 12 years ago
Carl Eugen Hoyos b86651a208 Check the return value of ff_rv34_decode_init() in rv30.c and rv40.c 12 years ago
Paul B Mahol 099e57bc38 zmbvenc: remove unused AVFrame from encoder private context 12 years ago
Paul B Mahol 3bec6a44ea zmbvenc: do not set avctx->coded_frame 12 years ago
Paul B Mahol ec4e042f33 gif: remove unused AVFrame from encoder private context 12 years ago
Paul B Mahol bd03f99d05 gif: do not set avctx->coded_frame 12 years ago
Luca Barbato 744a11c996 qdm2: check and reset dithering index per channel 12 years ago
Luca Barbato 76efedeadb qdm2: formatting cosmetics 12 years ago
Luca Barbato f054e309c5 qdm2: use init_static_data 12 years ago
Luca Barbato c4abc9098c vqavideo: check the version 12 years ago
Ronald S. Bultje 46d208e1e0 vp8: Wait for prev_frame to parse segment_map before reading it 12 years ago
Paul B Mahol 19436308b4 dxa: make code independent of sizeof(AVFrame) 12 years ago
Michael Niedermayer 104dfaadaa dct_unquantize_h263_intra_c: fix assert condition 12 years ago
Michael Niedermayer 707b2135fd libavcodec/x86/mpegvideo: Move mmx functions under HAVE_MMX_INLINE 12 years ago
Michael Niedermayer abce6dfd9e avcodec/x86/vp3dsp_init: move mmx functions under HAVE_MMX_INLINE 12 years ago
Luca Barbato 4e7f0b082d kmvc: Clip pixel position to valid range 12 years ago
Luca Barbato 8f68977054 kmvc: use fixed sized arrays in the context 12 years ago
Paul B Mahol d64f3b72e0 replace some deprecated defines 12 years ago
Michael Niedermayer 66537c7efd avcodec/x86/cabac: Disable get_cabac_bypass_x86() on broken llvm/clang 12 years ago
Michael Niedermayer 32de28053d avcodec/x86/cabac: factorize broken llvm/clang check out 12 years ago
Nigel Touati-Evans ef8cc06d6e avformat/avidec: Fix incorrect detection of badly interleaved avi 12 years ago
Paul B Mahol 6516a25f04 ADPCM IMA WAV 2, 3 and 5 bits decoder 12 years ago
Luca Barbato 4972e5a186 bitstream_filter: K&R formatting cosmetics 12 years ago
Paul B Mahol 48f2750de8 get_bits: add get_bits_le() 12 years ago
Peter Große c6c2231227 libavcodec: use 64bit counter in deprecated audio encoder API to prevent problems regarding negative dts 12 years ago
Stefano Sabatini 0f85c96091 lavc/avcodec.h: document bitstream filter API 12 years ago
Stefano Sabatini 41fe750f4b lavc/bitstream_filter: do not crash in case the argument of av_bitstream_filter_close() is NULL 12 years ago
Michael Niedermayer cb678cc2cf avcodec/svq1enc: fix frame rotation code 12 years ago
Paul B Mahol d1c96b28d7 libstagefright: port to refcounted frames 12 years ago
Paul B Mahol dda8afc391 libstagefright: unbreak compilation 12 years ago
Sean McGovern bf18abb2eb Rename "AVClass class" as "AVClass component_class" for external codecs. 12 years ago
Carl Eugen Hoyos f32b8130f4 Fix opacity and increase colour dynamics of initial vmd palette. 12 years ago
Luca Barbato 6a10142faa indeo: reject negative array indexes 12 years ago
Luca Barbato 6dfacd7ab1 indeo: Cosmetic formatting 12 years ago
Luca Barbato 62256010e9 indeo: Refactor ff_ivi_init_tiles and ivi_decode_blocks 12 years ago
Luca Barbato f6f36ca8ca indeo: Refactor ff_ivi_dec_huff_desc 12 years ago
Luca Barbato e6d8acf6a8 indeo: use a typedef for the mc function pointer 12 years ago
Jason Garrett-Glaser d222f6e39e cabac: x86 version of get_cabac_bypass 12 years ago
Michael Niedermayer 6d05039c7e avcodec/sonic: Fix usage of init_get_bits() and use init_get_bits8() 12 years ago
Michael Niedermayer 8c707a129a avcodec/svq1dec: use init_get_bits8() 12 years ago