summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: Drop exchange_uv() function and use its code directlyVittorio Giovara2015-05-281-13/+14
* D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-2514-154/+642
* mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara2015-05-224-21/+22
* mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directlyVittorio Giovara2015-05-223-13/+13
* mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directlyVittorio Giovara2015-05-223-42/+38
* mpegvideo: Drop stream_codec_tagVittorio Giovara2015-05-221-1/+0
* mpegvideo: Drop err_recognitionVittorio Giovara2015-05-227-9/+8
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-2222-125/+117
* hevc: make avcodec_decode_video2() fail if get_format() failswm42015-05-191-1/+1
* vmnc: Delay pixel size checkVittorio Giovara2015-05-191-4/+15
* vda: Make output CVPixelBuffer format configurableStefano Pigozzi2015-05-134-5/+29
* libx265: Use the Multi-library InterfaceGopu Govindaswamy2015-05-131-12/+17
* mjpegenc: Fix JFIF header byte orderingShiina Hideaki2015-05-121-1/+4
* dnxhd: Print unknown header when foundVittorio Giovara2015-05-121-1/+3
* quickdraw: Skip the empty 512 byte header for imagesVittorio Giovara2015-05-121-0/+4
* quickdraw: Make the palette opaqueCarl Eugen Hoyos2015-05-121-1/+1
* dca_parser: Extend DTS core sync word and fix existing checkfoo862015-05-121-20/+28
* png: Set the color range as full rangewm42015-05-091-0/+2
* alac: Reject rice_limit 0 if compression is usedAndreas Cadhalpun2015-05-081-0/+6
* ape: Support _0000 files with nblock smaller than 64Andreas Cadhalpun2015-05-081-2/+2
* libx265: Fix 'braces around scalar initializer' warningVittorio Giovara2015-05-061-1/+1
* quickdraw: Support direct pixel blocksVittorio Giovara2015-05-062-8/+82
* quickdraw: Switch to greedy parsingVittorio Giovara2015-05-061-65/+156
* quickdraw: Convert to bytestream2Vittorio Giovara2015-05-061-47/+37
* alsdec: only adapt order for positive max_orderAndreas Cadhalpun2015-05-051-1/+1
* alsdec: check sample pointer range in revert_channel_correlationAndreas Cadhalpun2015-05-051-3/+23
* aacpsy: correct calculation of minath in psy_3gpp_initAndreas Cadhalpun2015-05-051-1/+1
* alsdec: limit avctx->bits_per_raw_sample to 32Andreas Cadhalpun2015-05-051-0/+6
* aasc: return correct buffer size from aasc_decode_frameAndreas Cadhalpun2015-05-051-1/+1
* dnxhddec: Fix pixel format changeCarl Eugen Hoyos2015-05-011-4/+5
* ffv1enc: Add const attribute to input frameVittorio Giovara2015-05-011-1/+1
* rawenc: properly allocate coded_frameAnton Khirnov2015-04-291-2/+11
* h264: use properly allocated AVFramesAnton Khirnov2015-04-2911-134/+151
* h264: embed the DPB in the contextAnton Khirnov2015-04-292-12/+5
* h264: merge the init and reinit paths in update_thread_context()Anton Khirnov2015-04-291-71/+24
* h264: drop the reinit parameter from init_slice_header()Anton Khirnov2015-04-291-7/+7
* h264: update the current bit depth/chroma type in init_slice_header()Anton Khirnov2015-04-291-4/+3
* h264: copy nal_length_size in update_thread_contextAnton Khirnov2015-04-291-0/+1
* h264: drop a comment that carries no useful informationAnton Khirnov2015-04-291-1/+1
* h264: move freeing the escaped RBSP buffer to free_context()Anton Khirnov2015-04-293-11/+8
* h264: eliminate ff_h264_set_parameter_from_sps()Anton Khirnov2015-04-293-55/+31
* h264: move context reinit lower down in update_thread_context()Anton Khirnov2015-04-291-19/+20
* h264: move the DPB init/uninit to init_context()/free_context()Anton Khirnov2015-04-292-19/+18
* h264: drop H264Context.ouputed_pocAnton Khirnov2015-04-294-5/+2
* h264: drop needs_reallocAnton Khirnov2015-04-294-12/+0
* h263: Convert function to macroVittorio Giovara2015-04-285-17/+5
* h263: Drop commented-out code and a related otherwise unused functionVittorio Giovara2015-04-282-17/+0
* jpeglsenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara2015-04-281-0/+2
* jpeglsenc: Check memory allocationsVittorio Giovara2015-04-281-6/+23
* flacenc: Move a scratch buffer to struct used by the functionVittorio Giovara2015-04-281-5/+3
OpenPOWER on IntegriCloud