summaryrefslogtreecommitdiffstats
path: root/libavcodec/proresenc_anatoliy.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/proresenc_aw : fix interlace encoding for unsafe heightMartin Vignali2019-03-091-2/+2
* avcodec/proresenc_aw : fix sub_image_with_fill for interlaced encodingMartin Vignali2019-02-271-2/+2
* avcodec/proresenc_aw : indent after prev commitMartin Vignali2019-02-231-8/+8
* avcodec/proresenc_aw : add interlace encodingMartin Vignali2019-02-231-21/+90
* avcodec/proresenc_aw : merge funcs subimage_with_fill and subimage_alpha_with...Martin Vignali2019-02-231-29/+21
* avcodec/proresenc_aw : move scantable to prores contextMartin Vignali2019-02-231-7/+10
* avcodec/proresenc_aw : move picture encoding after frame header writeMartin Vignali2019-02-231-8/+12
* avcodec/proresenc_aw : simplify frame flagsMartin Vignali2019-02-231-5/+5
* avcodec/prores_aw : add 4444 xq supportMartin Vignali2018-12-041-9/+28
* avcodec/prores_aw : only set color prim, trc, space values if supportedMartin Vignali2018-12-041-3/+10
* avcodec/prores_aw : add vendor optionMartin Vignali2018-12-041-1/+35
* avcodec/prores_aw : add support for prores 444 with alphaMartin Vignali2018-11-081-10/+155
* avcodec/prores_aw : cosmetic indent and add comment to describe frame header ...Martin Vignali2018-11-081-5/+5
* avcodec/prores_aw : change src pix_fmt and alpha descriptionMartin Vignali2018-11-081-0/+8
* prores: Use profile names in the various encoders and decodersVittorio Giovara2018-11-051-8/+3
* proresenc_anatoliy: Rename a profile name with the correct oneVittorio Giovara2018-11-051-8/+8
* avcodec/proresenc_aw : use for frame flag in the header the same value than t...Martin Vignali2018-10-181-1/+1
* avcodec/proresenc_aw : add support for prores 444Martin Vignali2018-10-181-51/+117
* avcodec/prores_enc : not calculate dct a each quantif search stepMartin Vignali2018-10-181-40/+51
* avcodec/proresenc_aw : use qp close to the official encoderMartin Vignali2018-10-181-2/+2
* avcodec/proresenc_aw : use AVframe primaries, transfert, colorspace for frame...Martin Vignali2018-10-181-3/+3
* avcodec/proresenc_aw : use scan table from prores_data fileMartin Vignali2018-10-181-12/+2
* avcodec/proresenc_anatoliy: remove coded_frame useMichael Niedermayer2015-07-291-3/+0
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
* Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
* avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-4/+0
* avcodec/proresenc_anatoliy: Use more specific error codesMichael Niedermayer2015-06-041-3/+3
* avcodec/proresenc_anatoliy: Check av_frame_alloc() return codeMichael Niedermayer2015-06-021-0/+2
* proresenc_anatoliy: use put_sbits()James Almer2015-04-181-4/+2
* lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet2015-03-141-1/+2
* avcodec: use av_frame_free() for coded_frameClément Bœsch2015-03-021-1/+1
* Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri2015-02-261-1/+1
* Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-1/+0
* avcodec/proresenc_anatoliy: check against maximum dimensionsMichael Niedermayer2014-07-081-0/+6
* Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3'Michael Niedermayer2014-07-081-9/+10
* avcodec/proresenc_anatoliy: simplify get()Michael Niedermayer2014-05-301-5/+3
* avcodec/proresenc_anatoliy: load 4 samples at a time in get()Michael Niedermayer2014-05-301-4/+3
* avcodec/proresenc_anatoliy: Use fdct from DSPContext instead of direct call.Michael Niedermayer2014-05-301-6/+11
* avcodec/proresenc_anatoliy: Set bits_per_raw_sampleMichael Niedermayer2014-05-301-0/+2
* avcodec/proresenc_anatoliy: Fix () in macrosMichael Niedermayer2014-05-251-5/+5
* Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-161-1/+1
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-041-2/+2
* avcodec: rename prores encodersMichael Niedermayer2013-04-111-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-091-0/+1
* Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-5/+5
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-3/+3
* proresenc_anatoliy: add 2 const to silence 2 warningsMichael Niedermayer2012-09-051-2/+2
* Proresenc: add multithreading supportSpeedy Gonzales2012-08-131-0/+2
OpenPOWER on IntegriCloud