48 Commits (45660c7d1b76185de97160808d81885f9dd08e23)

Author SHA1 Message Date
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer e252fb822a v210enc: switch to ff_alloc_packet2(). 13 years ago
Anton Khirnov ab3a410cf0 v210enc: switch to encode2(). 13 years ago
Paul B Mahol f98ede7e61 v210enc: remove redundant check for pix_fmt 13 years ago
Aneesh Dogra eeb9e61a51 v210enc: Use Bytestream2 functions 13 years ago
Paul B Mahol d016d3074c Revert "v210enc: use FFALIGN()" 13 years ago
Paul B Mahol 986c1c483b v210enc: use stride as it is already calculated 13 years ago
Paul B Mahol 7ad1b612c8 v210enc: use FFALIGN() 13 years ago
Paul B Mahol b5f50da593 v210enc: return proper AVERROR codes instead of -1 13 years ago
Paul B Mahol 66fa2a1fb3 v210enc: do not set coded_frame->key_frame 13 years ago
Paul B Mahol d73466f841 v210enc: check for coded_frame allocation failure 13 years ago
Paul B Mahol 7299e5d52b v210enc: remove redundant assignment 13 years ago
Paul B Mahol bf0aea7907 v210enc: check return value of avcodec_alloc_frame() 13 years ago
Michael Niedermayer c9dc66375b v210enc: Fix warning: ‘val’ may be used uninitialized in this function [-Wuninitialized] 13 years ago
Baptiste Coudurier 635bbecfc3 v210enc: clip values according to specifications 13 years ago
Baptiste Coudurier d239b83e2e v210enc: switch to PIX_FMT_422P10 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Diego Biurrun dc25d79f49 Drop unnecessary directory prefixes from #include directives. 14 years ago
Baptiste Coudurier 74bf9d6231 v210enc:clip values according to specifications 14 years ago
Baptiste Coudurier 3e002747d1 v210enc: switch to PIX_FMT_422P10 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
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
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Ramiro Polla e20b196da1 Remove ; after while(0) in macros. 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Diego Biurrun d87d5025aa prettyprinting cosmetics 15 years ago
Carl Eugen Hoyos a10de6dc4b Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188: 16 years ago
Baptiste Coudurier 520ca5032a add casts to silence gcc warnings 16 years ago
Baptiste Coudurier ca0bb1c49c V210 Uncompressed 4:2:2 10-bit encoder and decoder 16 years ago