41 Commits (3f691c0c6a8cbb293740df4f3bba06a8f5d5fba5)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
Andreas Rheinhardt 9cdf82c2c2 avcodec/vlc: Use proper namespace 1 year ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt 2d764069be avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element 2 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt 3dacb09f10 avcodec/ivi: Fix indentation 4 years ago
Andreas Rheinhardt 14be39e44a avcodec/ivi: Make initializing VLCs thread-safe 4 years ago
Andreas Rheinhardt d7a503ecf9 avcodec/ivi: Avoid reversing BE VLC codes for LE bitstream reader 4 years ago
Andreas Rheinhardt e411a3af11 avcodec/ivi: Fix segfault on allocation error 4 years ago
Michael Niedermayer 1d633e6a0a avcodec/ivi: Clear got_p_frame before decoding a new frame using it 5 years ago
Andreas Rheinhardt cc2a9509ce libavcodec, libpostproc: Remove outcommented START/STOP_TIMER 5 years ago
Michael Niedermayer a15d904ad7 avcodec: Replace get_bits_long() by get_bits() where possible 5 years ago
Michael Niedermayer 79d5d79f38 avcodec: Replace show_bits_long() by show_bits() where possible 5 years ago
Michael Niedermayer 15a65c13e1 avcodec/ivi: Allocate bufs later 5 years ago
Michael Niedermayer a7e02cf3ad avcodec/ivi: Ask for samples with odd tiles 5 years ago
Michael Niedermayer 110dce9633 avcodec/ivi: Move buffer/block end check to caller of ivi_dc_transform() 6 years ago
Michael Niedermayer 4eec008259 avcodec/ivi: Reduce dereferencing structs in inner loop of ivi_process_empty_tile() 6 years ago
Michael Niedermayer 4bf9561d63 avcodec/ivi: Mark band parameter as const 6 years ago
Michael Niedermayer 111e9b0929 avcodec/ivi: fix indention for previous commit 6 years ago
Michael Niedermayer c163e62db5 avcodec/ivi: Factor ref_mb check out 6 years ago
Michael Niedermayer 80cce5998c avcodec/ivi: Avoid mbs memleak 6 years ago
Michael Niedermayer bf97d11b08 avcodec/ivi: Factor width dereference out of the loops in ivi_output_plane() 6 years ago
Michael Niedermayer 82920bf494 avcodec/ivi: Only clip samples when needed in ivi_output_plane() 6 years ago
Michael Niedermayer a824685140 avcodec/ivi: Use av_image_check_size2() 7 years ago
Michael Niedermayer 12dea8a5a1 avcodec/ivi: Free custom blk_vlc 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Paul B Mahol c331be21c4 avcodec/ivi: use init_get_bits8() 8 years ago
Alexandra Hájková c3defda0d8 indeo: Convert to the new bitstream reader 8 years ago
Diego Biurrun 746c56b773 indeo: Change type of array pitch parameters to ptrdiff_t 8 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Vittorio Giovara 6202e2fede indeo4: Rework stream analysis report 9 years ago
Diego Biurrun 69a68593ce Remove stray line breaks from avpriv_{report_missing_feature|request_samples} 9 years ago
Michael Niedermayer df91aa034b avcodec/ivi: Check image dimensions 9 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Diego Biurrun 23944d29a2 indeo: Give Indeo4/5 shared code a more consistent name 10 years ago
Michael Niedermayer 114a2eb272 avcodec: Use av_clip_uintp2() where possible 10 years ago
Dirk Ausserhaus 5ec6d152e2 indeo4: B-frames decoding 11 years ago
Dirk Ausserhaus e121ac634b indeo45: use is_indeo4 context flag instead of checking codec ID 11 years ago
Dirk Ausserhaus f76e3669bb Decode both parts of Indeo4 IP frames 11 years ago
Dirk Ausserhaus 3df0d20028 Move Indeo4 frametypes into common header. 11 years ago
Dirk Ausserhaus 8bfb4d72dd avcodec/indeo4: Decode both parts of IP frames 11 years ago
Dirk Ausserhaus d24673a2c8 avcodec/indeo4: Move frametypes into common header. 11 years ago
Michael Niedermayer f08ca91b05 avcodec/ivi_common: Use av_mallocz_array() 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Janne Grunau fb0c9d41d6 avutil: remove timer.h include from internal.h 11 years ago
Michael Niedermayer d164ad3298 avcodec/ivi_common: use av_mallocz() to allocate mbs array 11 years ago
Anton Khirnov d184cd1dac ivi_common: stop using deprecated avcodec_set_dimensions 11 years ago
Michael Niedermayer 489c575bd6 avcodec/ivi_common: make while get_bits loop more robust by checking bits left 11 years ago