71 Commits (260de8a264b7525d6ce5a16f3a46d612f03d1a49)

Author SHA1 Message Date
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Vittorio Giovara 2862b63783 lavc: Move prediction_method to codec private options 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Vittorio Giovara c341820130 jpeglsenc: Mark codec as init-thread-safe and init-cleanup 10 years ago
Vittorio Giovara 3919a45726 jpeglsenc: Check memory allocations 10 years ago
Diego Biurrun e6e3dcba0c mjpeg: Move code only used in the encoder(s) to the appropriate header 10 years ago
Michael Niedermayer 48214956b2 avcodec/jpeglsenc: Check for memory allocation failures 10 years ago
Carl Eugen Hoyos e91e626182 lavc/jpeglsenc: Enable frame-threading. 11 years ago
Anton Khirnov 706a92926c jpegls: use the AVFrame API properly. 11 years ago
Luca Barbato ff4fc5ef12 jpegls: K&R formatting cosmetics 12 years ago
Diego Biurrun 9cacdabd1c jpegls: cosmetics: Drop some unnecessary parentheses 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Paul B Mahol a2dd988bf8 jpeglsenc: add missing put_bits.h header 12 years ago
Michael Niedermayer b96d1859d5 jpeglsenc: favor av_freep() for saftey over av_free() when a variable is still accessible afterwards 12 years ago
Michael Niedermayer 34bbab432c jpeglsnec: fix memleak of state in error case 12 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
Carl Eugen Hoyos 02c2a54bf6 Remove misplaced comment. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer f8a67cb81f jpeglsenc: switch to ff_alloc_packet2() 13 years ago
Stefano Sabatini 0ca15aa066 lavc/jpeglsenc: fix allocation in case of negative linesize, and add malloc check 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Anton Khirnov 6d9c27dc85 jpeglsenc: switch to encode2(). 13 years ago
Anton Khirnov 9f51c682ee lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 13 years ago
Diego Biurrun 8671488799 Use explicit struct initializers for AVCodec declarations. 13 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
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
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Aurelien Jacobs bf406d90e4 move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h 18 years ago
Aurelien Jacobs 6ba04c2b03 split jpeg_ls into jpeglsdec, jpeglsenc and jpegls 18 years ago