67 Commits (875f6955769bcb7caf083c1796ed6f3b2108c49e)

Author SHA1 Message Date
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
Clément Bœsch 539399d4d1 AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. 13 years ago
Philip Langdale b2ad33dead CrystalHD: Always identify H.264 streams as Annex B. 14 years ago
Philip Langdale 63e0697294 CrystalHD: Always send filtered H.264 stream to hardware. 14 years ago
Philip Langdale edf5fbd5b2 CrystalHD: Simplfy extradata handling for non-Annex B content. 14 years ago
Philip Langdale 4ac5dffc5a CrystalHD: Use mp4toannexb bitstream filter. 14 years ago
Philip Langdale 7d2714d1ab CrystalHD: Keep mp4toannexb filter around for entire decoder lifetime. 14 years ago
Philip Langdale 8de45adb37 CrystalHD: Add auto-detection of packed b-frame bug. 14 years ago
Philip Langdale e4253b1a4f CrystalHD: Add AVOption to configure hardware downscaling. 14 years ago
Philip Langdale bd9430db69 CrystalHD: Fix usage of h264 parser. 14 years ago
Philip Langdale ae7a4a1594 CrystalHD: Improve detection of h.264 content. 14 years ago
Philip Langdale bfde0f1b3d CrystalHD: Carry picture type from input to output picture. 14 years ago
Philip Langdale f6421e0b5c CrystalHD: Bring in h.264 parser to establish picture type. 14 years ago
Philip Langdale e99fd6ee19 CrystalHD: Change opaque_list_pop to return the node. 14 years ago
Philip Langdale ca0eed7e37 CrystalHD: Fix whitespace after previous change. 14 years ago
Philip Langdale 9ce1d5f03b CrystalHD: Handle different h.264 MBAFF packing. 14 years ago
Philip Langdale 3583eb9341 CrystalHD: Remove redundant interlaced check. 14 years ago
Philip Langdale a1749eb3c3 CrystalHD: Add 2011 to Copyright 14 years ago
Philip Langdale b45aceb64a Revert "CrystalHD: Improve interlaced h.264 support." 14 years ago