55 Commits (f7f88018393b96ae410041e9a0fc51f4c082002e)

Author SHA1 Message Date
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Michael Niedermayer 4fb3e1a652 avcodec/pnmdec: fix unaligned read 11 years ago
Michael Niedermayer 62d07bb321 avcodec/pnmdec: use a more specific pointer type than void in samplecpy() 11 years ago
Carl Eugen Hoyos 4c15f3491f Set bits_per_raw_sample when decoding pnm. 11 years ago
Carl Eugen Hoyos 34d48dac25 avcodec/pnmdec: support more pnm files 11 years ago
Michael Niedermayer 62738157dd pnmdec: always output native pixel format 11 years ago
Carl Eugen Hoyos 2c046c718a Revert "Avoid overflows when reading pgm files with maxval != 255 and != 65535." 11 years ago
Carl Eugen Hoyos 7651c0e49b Avoid overflows when reading pgm files with maxval != 255 and != 65535. 11 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Kostya Shishkov b5f536d24b pnm: add high-bitdepth PGMYUV support for both encoder and decoder 12 years ago
Anton Khirnov 380242ca50 pnm: return meaningful error codes. 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Paul B Mahol e2820d99f2 pnmdec: use more meaningful error codes 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Michael Niedermayer 07cdd39478 pnmdec: use explicit casts to remove const to avoid warning with clang 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
Diego Biurrun 324deaa268 Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Paul B Mahol 0996f406c4 pnmdec: remove useless .pix_fmts 13 years ago
Michael Niedermayer d9b3097ba2 pamdec: fix mono support. 13 years ago
Carl Eugen Hoyos b614c14767 Simplify 32bit pam decoding. 13 years ago
Paul B Mahol aff9cb8377 lavc: remove unused headers 13 years ago
Carl Eugen Hoyos 00430075bd Support 64bit pam decoding. 13 years ago
Carl Eugen Hoyos 328e79329a Support gray8a pam decoding. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard e23a05ab06 Fix incorrect max_lowres values 14 years ago
Stefano Sabatini 554d3ad730 pnmdec: reindent after the previous commit 14 years ago
Stefano Sabatini 4a745b4177 pnmdec: add support for mono images with non-space-separated pixel digits 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
ami_stuff e4f42f1f89 Remove lowres support from pnm decoder 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
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 15 years ago
Carl Eugen Hoyos 0fd0ef7947 Add new decoder property max_lowres and do not init decoder if requested value is higher. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Michael Niedermayer 63538a960e Support ASCII pnms. 15 years ago
Diego Biurrun 318888f808 Split the decoders from pnmen.c off into their own file. 15 years ago
Diego Biurrun 8767a009a1 Move PNM init/end functions to the PNM common code. 15 years ago
Diego Biurrun d3067047e7 whitespace cosmetics: K&R coding style, prettyprinting 15 years ago
Diego Biurrun bc8964ef20 Remove crufty leftovers from the era when this file resided within libavformat. 15 years ago
Carl Eugen Hoyos 0b7f39c9d4 Release unreleased buffers found by make test. 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Baptiste Coudurier 5f27348bd3 pgm, pgmyuv, ppm, pbm and pam decoders use get_buffer, set CODEC_CAP_DR1 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago