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