300 Commits (e2291ea1534d17306f685b8c8abc8585bbed87bf)

Author SHA1 Message Date
Michael Niedermayer 59e95fa4a8 h263dec: Disallow width/height changing with frame threads. 13 years ago
Michael Niedermayer 8e7776036b h263: disable slow checked reader, overreads are not possible in 13 years ago
Andrey Utkin 4f820131fa mpegvideo: remove abort() in ff_find_unused_picture() 13 years ago
Luca Barbato 63ccd46687 lavc: introduce ER_MB_END and ER_MB_ERROR 13 years ago
Luca Barbato 5bf2ac2b37 error_resilience: use the ER_ namespace 13 years ago
Michael Niedermayer 376ee20614 h263dec: restore error concealment functionality after merge 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Dustin Brody 5b22d6e132 lavc: convert error_recognition to err_recognition. 13 years ago
Dustin Brody 9abc98737f lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition 13 years ago
Michael Niedermayer 6dbac85f8d mpeg4: fix another packed divx issue. 13 years ago
Michael Niedermayer 3e7e1f1509 mpeg4: adjust dummy frame threashold for packed divx. 13 years ago
Alberto Delmás 45ecda8554 Windows Media Image decoder (WMVP/WVP2) 13 years ago
Alex Converse ad62507f32 h263dec: Fix asserts broken by the elimination of FF_COMMON_FRAME. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Dustin Brody 2a11952f45 h263dec: Propagate AV_LOG_ERRORs from slice decoding through frame decoding with sufficient error recognition 13 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
Michael Niedermayer 9251942ca7 Fix mpeg4 padding bug detection with more than 128bit trash and slices. 14 years ago
Alexander Strange 6a9c859444 H264/MPEG frame-level multi-threading. 14 years ago
Alex Converse 8c51620f21 Remove h263_msmpeg4 from MpegEncContext. 14 years ago
Michael Niedermayer a0cd98b594 Fix ticket127 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Diego Biurrun 2e15305b70 Remove some disabled printf debug cruft. 14 years ago
Anton Khirnov e7021c0ed5 lavc: remove FF_API_HURRY_UP cruft 14 years ago
Anton Khirnov 8ed2ae09a2 lavc: mark hurry_up for removal on next major bump 14 years ago
Michael Niedermayer d375c10400 Fake-Merge remote-tracking branch 'ffmpeg-mt/master' 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Michael Niedermayer 3088635a44 h263dec: produce a warning when excessive bitstream is discarded 14 years ago
Michael Niedermayer 1b4580d1a2 Fix duplicate & droped frame in Californication.S02E01.HDTV.XviD-NoTV.avi 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Michael Niedermayer df59c9c0f8 Detect incorrect padding with wrong stuffing codes used by NEC N-02B. 14 years ago
Stefano Sabatini c6c98d0897 Move mm_support() from libavcodec to libavutil, make it a public 14 years ago
Stefano Sabatini 7160bb716b Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ 14 years ago
Måns Rullgård c0ec9918b0 Remove global mm_flags variable 14 years ago
Carl Eugen Hoyos 0fd0ef7947 Add new decoder property max_lowres and do not init decoder if requested value is higher. 15 years ago
Michael Niedermayer d3752b15d8 Treat SIPP like xvid, fixed issue1966 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Carl Eugen Hoyos bf9d70d5e4 Pass correct buffer-pointer and buffer-size to hardware accelerated 15 years ago
Carl Eugen Hoyos 8ef4f92b0d Process packed bitstream also for VDPAU. 15 years ago
Michael Niedermayer b317567cf4 Change xvid/divx/lavc build variables to be consistent to x264_build. 15 years ago
Michael Niedermayer fc53b6afee Split H263 encoder and decoder from common code. 15 years ago
Michael Niedermayer 261a3c2d05 Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. 15 years ago
Michael Niedermayer 7213abf6ba Use h263 tables in msmpeg4v1 dont duplicate them halfway. 15 years ago
Michael Niedermayer 51ce2207c8 Add a few CONFIG_MPEG4_DECODER that should be there. 15 years ago
Michael Niedermayer ca334dd14b Split the mpeg4 encoder and decoder off h263.c 15 years ago
Michael Niedermayer 0b60f3bdf5 2 more if(CONFIG_*_DECODER) 15 years ago
Michael Niedermayer d7525cba23 Split out intel H263 decoder. 15 years ago
Michael Niedermayer a0b0d75368 Split flv decoding out. 15 years ago