194 Commits (ff3e8564c440b03dc9cf72f3a7536fe4880ad72e)

Author SHA1 Message Date
  Anton Khirnov ddcca4ba07 lavc: stop setting AVFrame.motion_subsample_log2 13 years ago
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 13 years ago
  Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 13 years ago
  Ronald S. Bultje fae6fd5b87 h264/svq3: Stop using draw_edges 13 years ago
  Ronald S. Bultje 1acd7d594c h264: integrate clear_blocks calls with IDCT. 13 years ago
  Ronald S. Bultje a1f1ca96b4 svq3: fix decoding residual blocks of b-frames. 13 years ago
  Ronald S. Bultje 51513b98d6 h264/svq3: stop using draw_edges. 13 years ago
  Matti Hamalainen 7f3624dc81 svq3: unbreak decoding 13 years ago
  Anton Khirnov 2c54155407 h264: deMpegEncContextize 13 years ago
  Anton Khirnov 1d0feb5d1a mpegvideo: split ff_draw_horiz_band(). 13 years ago
  Anton Khirnov d9ebb00dcb svq3: remove a pointless if() 13 years ago
  Diego Biurrun 75d5156ac1 dsputil: Move ff_svq3 function declarations to a separate header 13 years ago
  Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 13 years ago
  Ronald S. Bultje 8c53d39e7f lavc: introduce VideoDSPContext 13 years ago
  Michael Niedermayer 7dee5f04ac svq3: fix cast type to be independant of "sizeof(int)" 13 years ago
  Janne Grunau 288bb3da16 svq3: make slice type value unsigned to match svq3_get_ue_golomb return type 13 years ago
  Janne Grunau 9a2e79116d golomb: use unsigned arithmetics in svq3_get_ue_golomb() 13 years ago
  Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 13 years ago
  Diego Biurrun a7d2861d36 svq3: K&R formatting cosmetics 13 years ago
  Diego Biurrun af1ede069c svq3: cosmetics: Drop useless parentheses 13 years ago
  Mans Rullgard fb32f31af7 svq3: fix pointer type warning 13 years ago
  Mans Rullgard 366b72f149 svq3: replace unsafe pointer casting with intreadwrite macros 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Michael Niedermayer 4fa706a4a6 svq3: check the watermark height. 14 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 14 years ago
  Michael Niedermayer 96df29c318 svq3: Fix pointer type mismatch warning. 14 years ago
  Michael Niedermayer 28a613b09b h264: dont mess with chroma planes for grayscale h264. 14 years ago
  Ronald S. Bultje 11b940a1a8 svq3: protect against negative quantizers. 14 years ago
  Ronald S. Bultje c23acbaed4 Don't use ff_cropTbl[] for IDCT. 14 years ago
  Diego Biurrun 324deaa268 Replace AVFrame pointer type punning by proper struct member assignments. 14 years ago
  Michael Niedermayer 436f866f92 svq3dec: fix overread of the cliping table. 14 years ago
  Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 14 years ago
  Alex Converse 9e1db721c4 svq3: Prevent illegal reads while parsing extradata. 14 years ago
  Ronald S. Bultje 45b7bd7c53 h264: disallow constrained intra prediction modes for luma. 14 years ago
  Laurent Aimar a4fd95b5d5 h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred. 14 years ago
  Michael Niedermayer 979bea1300 check all svq3_get_ue_golomb() returns. 14 years ago
  Dustin Brody a3e215cdc9 svq3: propagate codec memory allocation failure in context init 14 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 14 years ago
  Jason Garrett-Glaser 3b7ebeb4d5 H.264: faster write_back_* 14 years ago
  Jason Garrett-Glaser 11177a4d82 Fix SVQ3 after adding 4:4:4 H.264 support 14 years ago
  Jason Garrett-Glaser 504811baea Roll back 4:4:4 H.264 for now 14 years ago
  Jason Garrett-Glaser 295f0a2503 Fix SVQ3 after adding 4:4:4 H.264 support 14 years ago
  Baptiste Coudurier 93d06bd1df svq3: Check negative mb_type to fix potential crash. 15 years ago
  Baptiste Coudurier 8dfc6d1f7c svq3: Move svq3-specific fields to their own context. 15 years ago
  Ronald S. Bultje cdca7c378e svq3: Do initialization after parsing the extradata 15 years ago
  Reimar Döffinger f44967b1b5 Use av_fast_malloc instead of av_fast_realloc. 15 years ago
  Baptiste Coudurier 0fa8d19987 In svq3 decoder, check negative mb_type, fix potential crash. 15 years ago
  Baptiste Coudurier 2264c11081 SVQ3: do not modify const input buffer 15 years ago