44 Commits (bdeb54e176473b2c9187d4e0ee087b9876447285)

Author SHA1 Message Date
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer 7d75febe0f mjpegenc: Fix const correctness and avoid writes into AVFrame of amv_encode_picture() 13 years ago
Anton Khirnov 445a7d48b1 mpegvideo_enc: switch to encode2(). 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Carl Eugen Hoyos 52719dae8a Support encoding BGR24 and BGR0 in ljpeg. 13 years ago
Paul B Mahol 3e8a368b2b lavc: constify enums for .pix_fmts 13 years ago
Paul B Mahol c0f7c574e9 Cosmetics: Replace -1 with PIX_FMT_NONE. 13 years ago
Paul B Mahol 85cd1eb12f add missing long_name for amv and dca encoder 13 years ago
Aurelien Jacobs 023e9960d7 mjpegenc: use named struct initializers 13 years ago
Michael Niedermayer f2f28861da AMV video encoder. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
William Yu b19313218c mjpegenc: Fix JFIF version 14 years ago
Niobos f3ce748d34 MJPEG encoder to write aspect ratio information 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
Bobby Bingham 23b8342af4 Count non-header data towards intra block bit count in MJPEG encoder 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
Michael Niedermayer 49b19191bc Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem on 15 years ago
Reimar Döffinger 75ddee0a26 Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Stefano Sabatini fb53b4a035 Rename pbBufPtr() to put_bits_ptr(). 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Ramiro Polla 6647ab80e3 bitstream: move put_sbits() from flacenc.c to bitstream.h and use it 17 years ago
Stefan Gehrer 5a89396989 remove duplicate tables 17 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 d5202e4fda Add long names to many AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 18 years ago
Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
Aurelien Jacobs 63ab52b7ec move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c 18 years ago
Aurelien Jacobs 44301eaa55 add a proper prefix to all mjpeg encoder exported functions 18 years ago
Aurelien Jacobs d9c9259f89 split ljpeg encoder out of mjpeg.c 18 years ago
Aurelien Jacobs 944721c160 add proper prefix to new mjpeg extern func/var 18 years ago
Aurelien Jacobs 4922a5b0ee split mjpeg.c into an encoder and a decoder file 18 years ago
Fabrice Bellard 10b7b472d9 added MJPEG decoder, renamed mjpegenc.c to mjpeg.c 24 years ago
Fabrice Bellard de6d9b6404 Initial revision 24 years ago