summaryrefslogtreecommitdiffstats
path: root/libavcodec/crystalhd.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-1/+2
* avcodec/crystalhd: Another attempt at using mpeg4_unpack_bframes bsfPhilip Langdale2017-04-231-27/+1
* avcodec/crystalhd: Explicitly set frame pts at all timesPhilip Langdale2017-04-231-4/+3
* avcodec/crystalhd: Switch to the new generic filtering mechanismPhilip Langdale2017-04-231-125/+9
* avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-231-3/+3
* avcodec/crystalhd: Adapt to new new decode APIPhilip Langdale2017-04-221-35/+54
* avcodec/crystalhd: Handle errors from av_image_get_linesizePhilip Langdale2016-11-301-0/+5
* crystalhd: Update high level descriptionPhilip Langdale2016-11-021-33/+5
* crystalhd: Simplify output frame handlingPhilip Langdale2016-11-021-27/+15
* crystalhd: Loop for a frame internally where possible.Philip Langdale2016-11-021-14/+26
* crystalhd: Keep NOPTS_VALUE so we know it's not there.Philip Langdale2016-11-021-2/+1
* crystalhd: Remove h.264 parserPhilip Langdale2016-11-021-51/+4
* crystalhd: We don't need the track the last picture number anymorePhilip Langdale2016-11-021-40/+0
* crystalhd: Remove trust_interlaced heuristicPhilip Langdale2016-11-021-33/+4
* crystalhd: Revert back to letting hardware handle packed b-framesPhilip Langdale2016-11-021-8/+29
* crystalhd: Switch to new decode API and remove the insanityPhilip Langdale2016-11-021-355/+125
* crystalhd: Fix up the missing first samplePhilip Langdale2016-11-021-0/+9
* crystalhd: Use mpeg4_unpack_bframes to avoid buggy crystalhd handlingPhilip Langdale2016-10-121-64/+63
* crystalhd: Fix handling of PTSPhilip Langdale2016-10-121-5/+11
* Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-071-0/+5
* crystalhd: Use up-to-date bsf APIPhilip Langdale2016-09-211-22/+65
* Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-291-1/+1
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-6/+6
* avcodec/crystalhd: use av_freep() to avoid stale pointersMichael Niedermayer2014-10-301-1/+1
* avcodec/crystalhd: Add #if HAVE_UNISTD_H around #include <unistd.h>Michael Niedermayer2014-07-081-1/+4
* avcodec/crystalhd: allocate padding for extradataMichael Niedermayer2014-05-181-1/+1
* Merge commit 'da6506c607eda585ba4b15430cf3c9a2ce09c3a9'Michael Niedermayer2013-11-041-3/+3
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-041-6/+6
* lavc/crystalhd: remove now unecessary buffer_hints.Clément Bœsch2013-03-131-2/+0
* lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* CrystalHD: Port to ref-counted frame API.Philip Langdale2013-03-131-17/+18
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-161-2/+2
* lavc: fix decode_frame() third parameter semantics for rest of video decodersPaul B Mahol2012-12-051-11/+11
* Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
* crystalhd: fix missing braces warningMichael Niedermayer2012-11-031-1/+1
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-7/+7
* rename missed CodecID to AVCodecIDMichael Niedermayer2012-08-071-1/+1
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-15/+15
* Fix misc swapped dot and carriage returns in av_log calls.Clément Bœsch2012-08-031-1/+1
* cosmetics: minor libavcodec spelling errorsLou Logan2012-06-291-1/+1
* CrystalHD: Improve detection of field pair -> two fields content.Philip Langdale2012-05-061-3/+12
* CrystalHD: Set aspect ratio.sebist2012-04-171-0/+50
* CrystalHD: fix pStride value.sebist2012-04-171-2/+1
* CrystalHD: Remove EXPERIMENTAL flag for known good formats.Philip Langdale2012-03-251-5/+5
* CrystalHD: Back up extradata to allow decoder reinit to work.Philip Langdale2012-01-221-0/+26
* CrystalHD: Initialise variables to silence valgrind.Philip Langdale2012-01-221-2/+2
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-171-1/+1
* CrystalHD: Always identify H.264 streams as Annex B.Philip Langdale2011-06-211-6/+2
OpenPOWER on IntegriCloud