summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch60-83/+82
2013-03-13lavc/crystalhd: remove now unecessary buffer_hints.Clément Bœsch1-2/+0
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch191-669/+273
2013-03-13CrystalHD: Port to ref-counted frame API.Philip Langdale1-17/+18
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer35-1792/+2255
2012-12-05lavc: fix decode_frame() third parameter semantics for rest of video decodersPaul B Mahol22-63/+64
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer168-178/+335
2012-11-03crystalhd: fix missing braces warningMichael Niedermayer1-1/+1
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-08-07rename missed CodecID to AVCodecIDMichael Niedermayer10-13/+13
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-03Fix misc swapped dot and carriage returns in av_log calls.Clément Bœsch2-3/+3
2012-06-29cosmetics: minor libavcodec spelling errorsLou Logan25-31/+31
2012-05-06CrystalHD: Improve detection of field pair -> two fields content.Philip Langdale1-3/+12
2012-04-17CrystalHD: Set aspect ratio.sebist1-0/+50
2012-04-17CrystalHD: fix pStride value.sebist1-2/+1
2012-03-25CrystalHD: Remove EXPERIMENTAL flag for known good formats.Philip Langdale1-5/+5
2012-01-22CrystalHD: Back up extradata to allow decoder reinit to work.Philip Langdale1-0/+26
2012-01-22CrystalHD: Initialise variables to silence valgrind.Philip Langdale1-2/+2
2011-10-17AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch19-119/+119
2011-06-22CrystalHD: Always identify H.264 streams as Annex B.Philip Langdale1-6/+2
2011-06-22CrystalHD: Always send filtered H.264 stream to hardware.Philip Langdale1-9/+13
2011-06-22CrystalHD: Simplfy extradata handling for non-Annex B content.Philip Langdale1-18/+3
2011-06-14CrystalHD: Use mp4toannexb bitstream filter.Philip Langdale1-11/+37
2011-06-14CrystalHD: Keep mp4toannexb filter around for entire decoder lifetime.Philip Langdale1-5/+7
2011-04-30CrystalHD: Add auto-detection of packed b-frame bug.Philip Langdale1-1/+18
2011-04-24CrystalHD: Add AVOption to configure hardware downscaling.Philip Langdale1-0/+67
2011-04-16CrystalHD: Fix usage of h264 parser.Philip Langdale1-5/+11
2011-04-09CrystalHD: Improve detection of h.264 content.Philip Langdale1-38/+59
2011-04-09CrystalHD: Carry picture type from input to output picture.Philip Langdale1-2/+19
2011-04-09CrystalHD: Bring in h.264 parser to establish picture type.Philip Langdale2-1/+30
2011-04-09CrystalHD: Change opaque_list_pop to return the node.Philip Langdale1-18/+25
2011-04-09CrystalHD: Fix whitespace after previous change.Philip Langdale1-29/+29
2011-04-09CrystalHD: Handle different h.264 MBAFF packing.Philip Langdale1-10/+15
2011-03-26CrystalHD: Remove redundant interlaced check.Philip Langdale1-2/+1
2011-03-26CrystalHD: Add 2011 to CopyrightPhilip Langdale1-1/+1
2011-03-26Revert "CrystalHD: Improve interlaced h.264 support."Philip Langdale2-135/+83
2011-03-26Revert "CrystalHD: Add heuristics to try and distinguish h.264 PAFF variants."Philip Langdale1-44/+15
2011-03-26Revert "CrystalHD: Refine heuristic logic."Philip Langdale1-28/+29
2011-03-26CrystalHD: Refine heuristic logic.Philip Langdale1-29/+28
2011-03-26CrystalHD: Add heuristics to try and distinguish h.264 PAFF variants.Philip Langdale1-15/+44
2011-03-26CrystalHD: Improve interlaced h.264 support.Philip Langdale2-83/+135
2011-03-17CrystalHD: Use doxygen compatible comments where relevant.Philip Langdale1-4/+4
2011-03-10CrystalHD decoder support v7Philip Langdale5-0/+978