77 Commits (a37e84be69310cd7de9540c8bc194cb0a6d158ed)

Author SHA1 Message Date
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 9f78e3a46d svq1dec: Convert to the new bitstream reader 8 years ago
Diego Biurrun 21e500ba64 svq1dec: Change type of array pitch parameters to ptrdiff_t 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Diego Biurrun 0f40c90984 Drop pointless assert.h #includes 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Luca Barbato 9b8c8a9395 svq1dec: Validate the stages value strictly 10 years ago
Michael Niedermayer 5a82ad644f svq1dec: Unbreak the scratch buffer allocation 10 years ago
Anton Khirnov 7b588bb691 svq1: do not modify the input packet 11 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Anton Khirnov 7fbb75cc70 svq1dec: stop using deprecated avcodec_set_dimensions 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun c591d4575a avcodec: Replace local extern declarations for tables with header #includes 12 years ago
Ronald S. Bultje 6caa44aa7d svq1: Use hpeldsp instead of dsputil for half-pel functions 12 years ago
Anton Khirnov ecff5acb5a svq1dec: clip motion vectors to the frame size. 12 years ago
Anton Khirnov b1bb8fb860 svq1dec: check that the reference frame has the same dimensions as the current one 12 years ago
Janne Grunau e3232f3431 svq1: use av_frame_free to free refcounted frame 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov 6ed9fc44ba svq1: replace struct svq1_frame_size with an array. 12 years ago
Martin Storsjö 48238fd00b svq1: Fix building with -DDEBUG 12 years ago
Anton Khirnov c4182d72c9 svq1: return meaningful error codes. 12 years ago
Anton Khirnov 998fdcff41 lavc: replace some forgotten instances of PixelFormat with AVPixelFormat 12 years ago
Anton Khirnov 84a0806680 svq1: unmacroify macros used only once. 12 years ago
Anton Khirnov 95baf701db svq1: deMpegEncContextize 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Diego Biurrun 63a46c6101 svq1: Drop a bunch of useless parentheses 12 years ago
Diego Biurrun ada12f8366 svq1: K&R formatting cosmetics 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 1218777ffd avcodec: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Diego Biurrun f1e06d37c9 svq1/svq3: Move common code out of SVQ1 decoder-specific file 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun 324deaa268 Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Martin Storsjö ddce8953a5 h263: Add ff_ prefix to nonstatic symbols 13 years ago
Michael Niedermayer 6e24b9488e svq1dec: call avcodec_set_dimensions() after dimensions changed. 13 years ago
Mans Rullgard 51a16077da svq1dec: avoid undefined get_bits(0) call 13 years ago
Mans Rullgard e4faa31a0a svq1dec: use sign_extend() 13 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
Diego Biurrun f8ea0eb6ff svq1dec: Fix debug statements that referenced non-existing context. 14 years ago
Diego Biurrun f190f676bc Replace custom DEBUG preprocessor trickery by the standard one. 14 years ago
Diego Biurrun 2366462429 Replace #ifdef + av_log() combinations by av_dlog(). 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 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