134 Commits (78da04384a6c22820518706d84631006d31a85ea)

Author SHA1 Message Date
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 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. 14 years ago
Baptiste Coudurier 8dfc6d1f7c svq3: Move svq3-specific fields to their own context. 14 years ago
Ronald S. Bultje cdca7c378e svq3: Do initialization after parsing the extradata 14 years ago
Reimar Döffinger f44967b1b5 Use av_fast_malloc instead of av_fast_realloc. 14 years ago
Baptiste Coudurier 0fa8d19987 In svq3 decoder, check negative mb_type, fix potential crash. 14 years ago
Baptiste Coudurier 2264c11081 SVQ3: do not modify const input buffer 14 years ago
Baptiste Coudurier b0e7a932e6 SVQ3: Check that things match up after a frame. 14 years ago
Baptiste Coudurier 8811679c8e SVQ3: Move svq3 specific fields to their own context. 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 301183d9be replace deprecated av_get_pict_type_char() with av_get_picture_type_char() 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Stefano Sabatini 6209669de4 Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). 14 years ago
Anton Khirnov e7021c0ed5 lavc: remove FF_API_HURRY_UP cruft 14 years ago
Diego Biurrun f0a41afd8a Replace mplayerhq.hu URLs by libav.org. 14 years ago
Anton Khirnov 8ed2ae09a2 lavc: mark hurry_up for removal on next major bump 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Ronald S. Bultje d23e3e5fea Move ff_emulated_edge_mc() into DSPContext. 14 years ago
Ronald S. Bultje 2e27959879 Move ff_emulated_edge_mc() into DSPContext. 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
Ronald S. Bultje 772225c041 Revert 2a1f431d38, it broke H264 lossless. 14 years ago
Ronald S. Bultje 66c6b5e2a5 Revert 2a1f431d38, it broke H264 lossless. 14 years ago
Jason Garrett-Glaser 2a1f431d38 H.264/SVQ3: make chroma DC work the same way as luma DC 14 years ago
Jason Garrett-Glaser 290fabc684 Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients. 14 years ago
Jason Garrett-Glaser 2e18660115 Fix SVQ3 14 years ago
Jason Garrett-Glaser 19fb234e4a H.264: split luma dc idct out and implement MMX/SSE2 versions 14 years ago
Alexander Strange 0f01602362 SVQ3: Allow decoding if thread_count is > 1 14 years ago
Baptiste Coudurier 891263eff2 Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263 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
Michael Niedermayer 3b606e71c4 svq3 now in working condition, at least vissually, ill let fate tell us 15 years ago
Michael Niedermayer fc7f7f171f fix compilation, sorry ive not checked cvslog for a while :((( 15 years ago
Rafaël Carré 881b5b80da Fix svq3_* function declarations. 15 years ago
Jai Menon 7817ddabc8 Apply changes made in r21308 to svq3.c. 15 years ago
Michael Niedermayer 188d3c510d Split motion vector prediction off h264.c/h. 15 years ago
Michael Niedermayer 2bedc0e854 Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just 15 years ago
Michael Niedermayer 903d58f631 Get rid of #include "svq3.c" 15 years ago
Jai Menon 94621d329f SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation. 15 years ago
Stefano Sabatini 2917367cac Add additional long names for the Sorenson Vector Quantizer 3 decoder. 15 years ago
Michael Niedermayer e43198af4f Check thread count as multithreaded decoding is not supported. 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Ronald S. Bultje faccfeec0e Parse frame size code, see "svq3.c: parse frame size" thread on ML. 16 years ago
Baptiste Coudurier 87e302bfd8 remove unused hack which set AVCodecContext frame_number to pic timestamp 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago