summaryrefslogtreecommitdiffstats
path: root/libavcodec/vc1dec.c
Commit message (Expand)AuthorAgeFilesLines
* dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-221-1/+1
* Drop DCTELEM typedefDiego Biurrun2013-01-221-5/+5
* lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje2013-01-201-4/+0
* vc1dec: prevent a crash due missing pred_flag parameterVladimir Pantelic2013-01-111-3/+7
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-32/+32
* cosmetics: Fix dropable --> droppable typoDiego Biurrun2012-12-091-1/+1
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-4/+4
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+1
* Double motion vector range for HPEL interlaced picture in proper placeMashiat Sarker Shakkhar2012-10-101-4/+0
* vc1dec: Set opposite to the correct value for 1REF field picturesMashiat Sarker Shakkhar2012-10-101-4/+10
* vc1dec: Invoke edge emulation regardless of MV precision for 1-MV chromaMashiat Sarker Shakkhar2012-10-101-1/+1
* vc1dec: Set chroma reference field from REFFIELD for 1REF field picturesMashiat Sarker Shakkhar2012-10-101-0/+1
* vc1dec: Use correct spelling of "opposite"Mashiat Sarker Shakkhar2012-10-101-5/+5
* vc1dec: prevent memory leak in error pathJanne Grunau2012-10-091-1/+1
* vc1dec: prevent memory leak on av_realloc errorJanne Grunau2012-10-091-4/+6
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-5/+5
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-1/+2
* vc1dec: add flush function for WMV9 and VC-1 decodersKostya Shishkov2012-09-281-0/+2
* MSS2 decoderAlberto Delmás2012-08-311-3/+7
* vc1: export some functionsKostya Shishkov2012-08-281-23/+28
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-16/+16
* vc1dec: Remove separate scaling function for interlaced field MVsMashiat Sarker Shakkhar2012-08-031-22/+8
* vc1dec: Invoke edge_emulation regardless of MV precisionMashiat Sarker Shakkhar2012-08-031-2/+2
* vc1dec: remove useless #include simple_idct.hMans Rullgard2012-08-021-1/+0
* vc1dec: Override invalid macroblock quantizerMichael Niedermayer2012-07-281-0/+5
* vc1: avoid reading beyond the last line in vc1_draw_sprites()Michael Niedermayer2012-07-281-2/+6
* vc1dec: check that coded slice positions and interlacing match.Michael Niedermayer2012-07-281-0/+6
* vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return valueMichael Niedermayer2012-07-281-4/+10
* vc1dec: Do not use random pred_flag if motion vector data is skippedMashiat Sarker Shakkhar2012-07-151-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* vc1: Do not read from array if index is invalid.Mashiat Sarker Shakkhar2012-03-261-3/+19
* vc1: Move init code shared between decoder and parser to common code file.Diego Biurrun2012-03-071-143/+1
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-011-3/+3
* vc1parse: call vc1_init_common().Ronald S. Bultje2012-02-181-2/+2
* vc1: prevent using last_frame as a reference for I/P first frame.Ronald S. Bultje2012-02-151-2/+9
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-3/+3
* vc1: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-26/+26
* msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-151-5/+5
* vc1: prevent null pointer dereference on broken filesJanne Grunau2012-02-011-1/+1
* vc1dec.c: Don't use uninitialized values of dmv_[x, y]Mashiat Sarker Shakkhar2012-01-271-0/+1
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-1/+1
* vc1dec: fix invalid memory access for small video dimensionsJohn Brooks2012-01-041-1/+5
* vc1dec: Use the right pointer type for the tmp pointerMartin Storsjö2011-12-201-2/+1
* vc1: Handle WVC1 interlaced streamAneesh Dogra2011-12-191-10/+15
* mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin2011-12-141-0/+2
* vc1: mark with ER_MB_ERROR bits overconsumptionLuca Barbato2011-12-131-4/+4
* lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-131-9/+9
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-131-9/+9
* Fix a bunch of common typos.Diego Biurrun2011-12-111-3/+3
* cosmetics: drop some completely pointless parenthesesDiego Biurrun2011-12-071-1/+1
OpenPOWER on IntegriCloud