85 Commits (d2fd0ea1d7feb31bea67a5143108b4ec64eb2287)

Author SHA1 Message Date
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Anton Khirnov ac2cda4296 lavc: use AVFrame.duration instead of AVFrame.pkt_duration 2 years ago
Andreas Rheinhardt 6aad1204cc avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Andreas Rheinhardt 9b851c4b92 avcodec/crystalhd: Use AVCodecInternal.in_pkt instead of stack packet 3 years ago
James Almer ec8e95296e avcodec/crystalhd: signal that the decoder sets all output frame properties 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 6e30b35b85 avutil/frame: Remove deprecated AVFrame.pkt_pts field 4 years ago
Andreas Rheinhardt f5a61a1728 avcodec/crystalhd: Remove unused packet 4 years ago
wm4 b945fed629 avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
Philip Langdale dd49eff930 avcodec/crystalhd: Another attempt at using mpeg4_unpack_bframes bsf 8 years ago
Philip Langdale 181aa1be49 avcodec/crystalhd: Explicitly set frame pts at all times 8 years ago
Philip Langdale 41b0561dc7 avcodec/crystalhd: Switch to the new generic filtering mechanism 8 years ago
Muhammad Faiz 31f61b0d4f avcodec: do not use AVFrame accessor 8 years ago
Philip Langdale 3148387086 avcodec/crystalhd: Adapt to new new decode API 8 years ago
Philip Langdale 5512dbe37f avcodec/crystalhd: Handle errors from av_image_get_linesize 8 years ago
Philip Langdale d0a9af851e crystalhd: Update high level description 8 years ago
Philip Langdale a07c07e7aa crystalhd: Simplify output frame handling 8 years ago
Philip Langdale 3019b4f648 crystalhd: Loop for a frame internally where possible. 8 years ago
Philip Langdale 0eb836942f crystalhd: Keep NOPTS_VALUE so we know it's not there. 8 years ago
Philip Langdale 13dbf77b81 crystalhd: Remove h.264 parser 8 years ago
Philip Langdale 89ba55dc0d crystalhd: We don't need the track the last picture number anymore 8 years ago
Philip Langdale badce88fdf crystalhd: Remove trust_interlaced heuristic 8 years ago
Philip Langdale 6cc390dd5a crystalhd: Revert back to letting hardware handle packed b-frames 8 years ago
Philip Langdale b5d714f493 crystalhd: Switch to new decode API and remove the insanity 8 years ago
Philip Langdale 234d3cbf46 crystalhd: Fix up the missing first sample 8 years ago
Philip Langdale 03d6d5f376 crystalhd: Use mpeg4_unpack_bframes to avoid buggy crystalhd handling 8 years ago
Philip Langdale b5f45208fb crystalhd: Fix handling of PTS 8 years ago
Philip Langdale 7447ec91b5 crystalhd: Use up-to-date bsf API 8 years ago
Michael Niedermayer a1cb8779e2 avcodec/crystalhd: use av_freep() to avoid stale pointers 10 years ago
Michael Niedermayer 5c7bf354dc avcodec/crystalhd: Add #if HAVE_UNISTD_H around #include <unistd.h> 11 years ago
Michael Niedermayer bf718bdf12 avcodec/crystalhd: allocate padding for extradata 11 years ago
Clément Bœsch b46f19100b cosmetics: group remaining .name and .long_name. 11 years ago
Clément Bœsch 20dab078e6 lavc/crystalhd: remove now unecessary buffer_hints. 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Philip Langdale 21dc9b194f CrystalHD: Port to ref-counted frame API. 12 years ago
Paul B Mahol 4012cd6c4f lavc: fix decode_frame() third parameter semantics for rest of video decoders 12 years ago
Michael Niedermayer 930226cf52 crystalhd: fix missing braces warning 12 years ago
Michael Niedermayer bb2f13c19f rename missed CodecID to AVCodecID 12 years ago
Clément Bœsch e39f6a3a5c Fix misc swapped dot and carriage returns in av_log calls. 12 years ago
Lou Logan 6851130fd6 cosmetics: minor libavcodec spelling errors 13 years ago
Philip Langdale d1ac8e1034 CrystalHD: Improve detection of field pair -> two fields content. 13 years ago
sebist 7a3d2258a6 CrystalHD: Set aspect ratio. 13 years ago
sebist e128182afd CrystalHD: fix pStride value. 13 years ago
Philip Langdale 1318b14379 CrystalHD: Remove EXPERIMENTAL flag for known good formats. 13 years ago
Philip Langdale 9bf9c314a0 CrystalHD: Back up extradata to allow decoder reinit to work. 13 years ago
Philip Langdale eaf4bf6df2 CrystalHD: Initialise variables to silence valgrind. 13 years ago