54 Commits (397774603690b2f24222aded19b5f8a41d830fc1)

Author SHA1 Message Date
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Vittorio Giovara e3d0f49abb mpegvideo: h263: Move all tables to a single file 10 years ago
Vittorio Giovara 378a00087f mpegvideo: Move tables to a separate file 10 years ago
Anton Khirnov 6f57375d70 rl: Rename ff_*_rl() to ff_rl_*() 10 years ago
Michael Niedermayer db5ea69d80 avcodec/ituh263enc: Pass PutBitContext into h263p_encode_umotion() instead of MpegEncContext 10 years ago
Michael Niedermayer 404fe63e23 avcodec: Pass PutBitContext into ff_h263_encode_motion() instead of MpegEncContext 10 years ago
Vittorio Giovara 848e86f74d mpegvideo: Drop flags and flags2 10 years ago
Michael Niedermayer db0a52d611 avcodec/ituh263enc: Check den==0 in ff_h263_aspect_to_info() 10 years ago
Michael Niedermayer 1caedf629a avcodec/ituh263enc: fix advanced intra coding 11 years ago
Janne Grunau cd62c04d00 h263enc: keep block_last_index always valid during advanced intra coding 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Lou Logan 6851130fd6 cosmetics: minor libavcodec spelling errors 13 years ago
Michael Niedermayer 8aeed14459 h.263enc: use av_assert 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Martin Storsjö ddce8953a5 h263: Add ff_ prefix to nonstatic symbols 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Anton Khirnov 9f51c682ee lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 13 years ago
Mans Rullgard aa498fef0d mpeg124: use sign_extend() function 13 years ago
Diego Biurrun 657ccb5ac7 Eliminate FF_COMMON_FRAME macro. 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
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Baptiste Coudurier b4a6c8fb50 cosmetics, indentation 14 years ago
Baptiste Coudurier 12a5150bf4 10l fix h263+ encoder, format will be 8, array size is 8 not 7 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Michael Niedermayer a683681336 Better title for the file. 15 years ago
Alexander Strange 7ffd8332c7 Add missing internal.h to files calling ff_match_2uint16(). 15 years ago
Michael Niedermayer c46eeae2a8 Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 15 years ago
Michael Niedermayer fc53b6afee Split H263 encoder and decoder from common code. 15 years ago