summaryrefslogtreecommitdiff
path: root/libavcodec/cavsdec.c
Commit message (Expand)AuthorAge
* mpegvideo: Drop mpegvideo.h where not neededVittorio Giovara2015-09-13
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: fix bitshifts amount bigger than the typeVittorio Giovara2014-11-18
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-15
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* cavsdec: check ff_get_buffer() return valueAnton Khirnov2014-01-06
* cavs: Check for negative cbpLuca Barbato2013-10-13
* cavs: Return meaningful error valuesLuca Barbato2013-10-13
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* cavsdec: Make sure a sequence header has been decoded before decoding picturesMartin Storsjö2013-09-16
* lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-26
* av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun2013-03-13
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* cavsdec: export picture type in the output frameAnton Khirnov2012-12-30
* cavs: deMpegEncContextizeAnton Khirnov2012-12-30
* cavsdec: cosmetics, reformatAnton Khirnov2012-12-30
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tabMartin Storsjö2012-10-18
* Restructure av_log_missing_feature messageDiego Biurrun2012-10-09
* cavsdec: check for changing w/h.Michael Niedermayer2012-09-29
* cavsdsp: set idct permutation independently of dsputilMans Rullgard2012-09-07
* cavs: Move inline functions only used in one file out of the headerDiego Biurrun2012-08-26
* cavs: Move data tables used in only one place to that fileDiego Biurrun2012-08-26
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* avs: fix infinite loop on end-of-stream.Ronald S. Bultje2012-03-07
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-01
* Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun2012-03-01
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-20
* lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-20
* cavs: fix some crashes with invalid bitstreamsMans Rullgard2011-08-10
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Move cavs dsp functions to their own structMåns Rullgård2010-08-03
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* add heuristic to discern the old sample clips from streams encodedStefan Gehrer2010-02-15
* fix slice header checkingStefan Gehrer2009-06-30
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* check for a stuffing byte at the end of a sliceStefan Gehrer2009-02-24
* change macroblock loop in inter frames so that after aStefan Gehrer2009-02-24