aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/crystalhd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* CrystalHD: Always send filtered H.264 stream to hardware.Philip Langdale2011-06-211-9/+13
* CrystalHD: Simplfy extradata handling for non-Annex B content.Philip Langdale2011-06-211-18/+3
* CrystalHD: Use mp4toannexb bitstream filter.Philip Langdale2011-06-131-11/+37
* CrystalHD: Keep mp4toannexb filter around for entire decoder lifetime.Philip Langdale2011-06-131-5/+7
* CrystalHD: Add auto-detection of packed b-frame bug.Philip Langdale2011-04-301-1/+18
* CrystalHD: Add AVOption to configure hardware downscaling.Philip Langdale2011-04-241-0/+67
* CrystalHD: Fix usage of h264 parser.Philip Langdale2011-04-161-5/+11
* CrystalHD: Improve detection of h.264 content.Philip Langdale2011-04-081-38/+59
* CrystalHD: Carry picture type from input to output picture.Philip Langdale2011-04-081-2/+19
* CrystalHD: Bring in h.264 parser to establish picture type.Philip Langdale2011-04-081-0/+29
* CrystalHD: Change opaque_list_pop to return the node.Philip Langdale2011-04-081-18/+25
* CrystalHD: Fix whitespace after previous change.Philip Langdale2011-04-081-29/+29
* CrystalHD: Handle different h.264 MBAFF packing.Philip Langdale2011-04-081-10/+15
* CrystalHD: Remove redundant interlaced check.Philip Langdale2011-03-261-2/+1
* CrystalHD: Add 2011 to CopyrightPhilip Langdale2011-03-261-1/+1
* Revert "CrystalHD: Improve interlaced h.264 support."Philip Langdale2011-03-261-134/+82
* Revert "CrystalHD: Add heuristics to try and distinguish h.264 PAFF variants."Philip Langdale2011-03-261-44/+15
* Revert "CrystalHD: Refine heuristic logic."Philip Langdale2011-03-261-28/+29
* CrystalHD: Refine heuristic logic.Philip Langdale2011-03-261-29/+28
* CrystalHD: Add heuristics to try and distinguish h.264 PAFF variants.Philip Langdale2011-03-261-15/+44
* CrystalHD: Improve interlaced h.264 support.Philip Langdale2011-03-261-82/+134
* CrystalHD: Use doxygen compatible comments where relevant.Philip Langdale2011-03-171-4/+4