]> git.sesse.net Git - ffmpeg/history - libavcodec/ivi_common.c
vp8: Fix pthread_cond and pthread_mutex leaks
[ffmpeg] / libavcodec / ivi_common.c
2013-03-08 Anton Khirnovivi_common: do not call MC for intra frames when dc_tra...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2012-12-14 Anton Khirnovivi_common: check that scan pattern is set before using it.
2012-12-14 Anton Khirnovivi_common: use proper logging context in ivi_decode_bl...
2012-12-14 Anton Khirnovivi_common: make some functions and tables static.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-26 Diego Biurrunivi_common: Drop unused function parameter from decode_...
2012-10-12 Diego BiurrunMove av_reverse table to libavcodec
2012-10-10 Janne Grunauindeo4/5: remove constant parameter num_bands from...
2012-09-29 Anton Khirnovindeo4/5: check empty tile size in decode_mb_info().
2012-09-29 Anton Khirnovivi_common: make ff_ivi_process_empty_tile() static.
2012-09-29 Michael Niedermayerindeo4: update AVCodecContext width/height on size...
2012-09-29 Michael Niedermayerindeo5dec: Make sure we have had a valid gop header.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-20 Diego Biurrunindeo: Make ivi_calc_band_checksum() static, it is...
2012-05-20 Diego Biurrunindeo: Drop unused debug function ivi_check_band().
2012-05-20 Kostya Shishkovindeo: check for invalid motion vectors
2012-05-20 Kostya Shishkovindeo: check that band output buffer exists
2012-05-20 Kostya Shishkovindeo: clear allocated band buffers
2012-05-20 Kostya Shishkovindeo: track tile macroblock size
2012-05-20 Kostya Shishkovindeo: check custom Huffman tables for errors
2012-05-20 Kostya Shishkovfactor out common decoding code for Indeo 4 and Indeo 5
2012-04-20 Diego Biurrunivi_common: Initialize a variable at declaration in...
2012-04-04 Diego Biurruncosmetics: Consistently place static, inline and av_col...
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-01-06 Michael Niedermayerindeo5: Fix null pointer dereference.
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
2011-06-02 Diego BiurrunReplace #ifdef + av_log() combinations by av_dlog().
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-15 Daniel KangCheck symbol validity to avoid a crash, fixes issue...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-10 Maxim PoliakovskiQuant changes only once per MB so move the correspondin...
2010-06-08 Maxim PoliakovskiPrepare Indeo4 (step 1): upscale indeo5 base tables...
2010-05-30 Maxim PoliakovskiMake dequantization equation use less registers on...
2010-05-26 Maxim PoliakovskiAdd the forgotten ff_ prefix to the shareable scan...
2010-05-26 Maxim Poliakovskimove indeo5 scan patterns into ivi_common.c
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-08 Maxim PoliakovskiScale tile dimensions in case both local decoding and...
2010-03-07 Maxim PoliakovskiWhen tracking non-zero coefficients during Indeo 5...
2010-02-27 Kostya ShishkovEncapsulate VLC information needed for decoding blocks...
2010-02-27 Kostya ShishkovMake it clear that ff_ivi_init_static_vlc() does not...
2010-02-23 Kostya Shishkov10l trocadero: Indeo 5 decoder did not free custom...
2010-02-23 Måns RullgårdDeclare indeo VLC table storage with correct type
2010-02-22 Kostya ShishkovMacroblock and block Huffman code sets are to be used...
2010-01-30 Kostya ShishkovIndeo Video Interactive 4 and 5 common code and DSP...