109 Commits (127cc6dd3d0b8ce8875aecacc5c2aaf45bf52243)

Author SHA1 Message Date
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Carl Eugen Hoyos de1a0d4359 lavc/flicvideo: Implement padding in COPY chunks. 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Paul B Mahol 6dfa70f272 Correct few "ffmpeg" typos 10 years ago
Anton Khirnov d100f9e7cd flicvideo: use the AVFrame API properly. 11 years ago
Paul B Mahol ea9632b747 avcodec/flicvideo: use avpriv_request_sample() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol f5498ef38d avcodec/flicvideo: fix infinite loops 11 years ago
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 3b199d29cd lavc decoders: properly initialize AVFrame. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov ddfe1246d9 flicvideo: avoid an infinite loop in byte run compression 12 years ago
Anton Khirnov a9d970a019 flicvideo: return meaningful error codes. 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Paul B Mahol bb9bc1fc98 flicvideo: return more meaningful error codes 12 years ago
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
Diego Biurrun 1218777ffd avcodec: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Piotr Bandurski cb7b0f3573 flicvideo: support 256-bytes extradata 13 years ago
Carl Eugen Hoyos 2e07f42957 Support flicvideo with 904 bytes extradata. 13 years ago
Carl Eugen Hoyos b4043ef504 Print unexpected length of flicvideo extradata. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol e4cc9f309e Support FLIC in AVI. 13 years ago
Reimar Döffinger fca62f0500 Support FLIC in MOV. 13 years ago
Paul B Mahol 8678af542c flicvideo: remove dead store 13 years ago
Laurentiu Ion b348c852aa flicvideo: fix invalid reads 13 years ago
Michael Niedermayer 30b996d443 flicvideo: input buffer pointer checks. 13 years ago
Michael Niedermayer afb2bac48d flicvideo: fix overread. 13 years ago
Carl Eugen Hoyos 1484b5dec5 flicvideo: check extradata_size before accessing extradata. 13 years ago
Carl Eugen Hoyos 105cf82acb Increase FLI/FLC Animation palette dynamics for some samples. 13 years ago
Carl Eugen Hoyos 4e8078e6a8 Set FLI/FLC Animation palette opaque. 13 years ago
Carl Eugen Hoyos 367468f148 Check extradata_size before accessing extradata. 13 years ago
Reimar Döffinger 371e165443 Try to set AVFrame.reference to correct values. 13 years ago
Laurent Aimar 1f024b8820 Check for out of bound reads in the flic decoder. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard b27565b143 Remove statements immediately following unconditional jumps 14 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Stefano Sabatini efd6cbc5dd flicvideo: fix crash on flic files with invalid frame size 14 years ago
Stefano Sabatini cd1872799d flicvideo: increase error level and fix error message in CHECK_PIXEL_PTR() 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
Michael Niedermayer 6e73cef6e3 Fix several security issues in flicvideo.c 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
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago