summaryrefslogtreecommitdiffstats
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-12/+12
* msmpeg4: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* mpegvideo: remove abort() in ff_find_unused_picture()Andrey Utkin2011-12-141-0/+2
* lavc: introduce ER_MB_END and ER_MB_ERRORLuca Barbato2011-12-131-7/+7
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-131-8/+8
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
* lavc: convert error_recognition to err_recognition.Dustin Brody2011-12-121-1/+1
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-221-1/+1
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-231-0/+2
* h263dec: Fix asserts broken by the elimination of FF_COMMON_FRAME.Alex Converse2011-08-031-2/+2
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* h263dec: Propagate AV_LOG_ERRORs from slice decoding through frame decoding w...Dustin Brody2011-07-281-3/+3
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-3/+3
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-021-0/+8
* Remove h263_msmpeg4 from MpegEncContext.Alex Converse2011-05-251-7/+1
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-11/+11
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-8/+0
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-8/+0
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-1/+5
* 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
* Detect incorrect padding with wrong stuffing codes used by NEC N-02B.Michael Niedermayer2010-12-041-0/+7
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-1/+2
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-041-1/+1
* Remove global mm_flags variableMåns Rullgård2010-08-241-1/+1
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-071-0/+1
* Treat SIPP like xvid, fixed issue1966Michael Niedermayer2010-05-261-1/+3
* 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
* Pass correct buffer-pointer and buffer-size to hardware acceleratedCarl Eugen Hoyos2010-03-021-2/+2
* Process packed bitstream also for VDPAU.Carl Eugen Hoyos2010-03-011-1/+1
* Change xvid/divx/lavc build variables to be consistent to x264_build.Michael Niedermayer2010-02-081-22/+22
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-091-0/+1
* Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init.Michael Niedermayer2010-01-081-59/+0
* Use h263 tables in msmpeg4v1 dont duplicate them halfway.Michael Niedermayer2010-01-081-1/+1
* Add a few CONFIG_MPEG4_DECODER that should be there.Michael Niedermayer2010-01-081-1/+1
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-071-36/+1
* 2 more if(CONFIG_*_DECODER)Michael Niedermayer2010-01-071-2/+2
* Split out intel H263 decoder.Michael Niedermayer2010-01-071-15/+1
* Split flv decoding out.Michael Niedermayer2010-01-071-16/+3
* Adjust threshold for xvid packed b frame detection.Michael Niedermayer2010-01-011-1/+1
* It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert.Michael Niedermayer2010-01-011-1/+2
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-161-4/+4
* Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation2009-11-101-0/+23
* Add additional long names for the Flash Video decoder and encoder.Stefano Sabatini2009-10-191-1/+1
* Remove unused debug av_log() calls.Diego Biurrun2009-07-301-9/+0
* remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier2009-05-301-4/+0
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-111-0/+3
OpenPOWER on IntegriCloud