48 Commits (ca28cb5f8388e87751644999cb6350068987549b)

Author SHA1 Message Date
Michael Niedermayer b12d92efd6 avoid "0xFF << 24" as it is considered a integer overflow in C99 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Stefano Sabatini f3bd6fa7a8 lavc/mmvideo: forward reget_buffer return value in mm_decode_frame() 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Nicolas George 3d5dc7d87d mmvideo: count preamble size in return value. 12 years ago
Diego Biurrun 246b050f51 mmvideo.c: Remove unused variable in mm_decode_pal(). 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer c2e3b564b3 mmvideo: restore initial y value. 13 years ago
Michael Niedermayer 67c90d2605 mmvideo: remove unused variable 13 years ago
Ronald S. Bultje a55d5bdc6e algmm: convert to bytestream2 API. 13 years ago
Michael Niedermayer 37fca5daa0 mmvideo: fix overreads of the input buffer. 13 years ago
Carl Eugen Hoyos 3bf54ab565 Set American Laser Games MM palette opaque. 13 years ago
Reimar Döffinger 371e165443 Try to set AVFrame.reference to correct values. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Peter Ross 6e7cf13b6b mm decoder: move buffer allocation from decode_init() to decode_frame() 14 years ago
Peter Ross 6e1f0d5edf mm decoder: move buffer allocation from decode_init() to decode_frame(). 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
Daniel Kang 94e58e5770 perform height sanity check in mmvideo decoder 14 years ago
Peter Ross 091bc6ca8c mmvideo: remove some conditional statements by limiting range of half_horiz and half_vert parameters to [0,1] 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
Peter Ross 601e74d366 it is not necessary to display the decoder name, as av_log() automatically prints the context 15 years ago
Peter Ross 8600106ac2 update my email address 15 years ago
Reimar Döffinger 4a49ab77c6 Remove unnecessary calls to avcodec_check_dimensions, the check is already 15 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 65ffe3e85c Fix filenames in doxygen comments. 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Peter Ross 60f451b6fe Remove AVPaletteControl from ALG MM demuxer/decoder 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 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
Michael Niedermayer 7993df6527 consts 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Nicholas Tung 587d07227e Remove superfluous setting of has_b_frames in codecs without B-frames. 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 538389c981 Fix FSF postal address. 19 years ago
Mike Melanson 4e114829b1 complete American Laser Games MM playback system, courtesy of Peter Ross 19 years ago