summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* h264: arm: use intra pred8x8 functions only for chroma_format_idc <= 1Janne Grunau2015-07-18
* x86: bswapdsp: Don't treat 32-bit integers as 64-bitHenrik Gramner2015-07-17
* configure: Factor out g722dsp moduleVittorio Giovara2015-07-17
* configure: Factor out wmv2dsp moduleVittorio Giovara2015-07-17
* configure: Factor out vp8dsp moduleVittorio Giovara2015-07-17
* configure: Factor out vp56dsp moduleVittorio Giovara2015-07-17
* configure: Factor out rv34dsp moduleVittorio Giovara2015-07-17
* configure: Factor out mss34dsp moduleVittorio Giovara2015-07-17
* configure: Factor out ividsp moduleVittorio Giovara2015-07-17
* configure: Factor out flacdsp moduleVittorio Giovara2015-07-17
* libx264: Add support for the MPEG2 encoderLuca Barbato2015-07-17
* hq_hqa: Fix decoding when INFO section is absentVittorio Giovara2015-07-17
* h264: Add support for Closed Caption exportKieran Kunhya2015-07-17
* hevc: Split the struct setup from the pps parsingLuca Barbato2015-07-15
* hevc: Print the non-supported chroma_format_idcLuca Barbato2015-07-13
* hevc: Factor out the pixel format mapping from the sps parserLuca Barbato2015-07-13
* dxva2_hevc: unbreak compilation after recent sps/pps changesJames Almer2015-07-13
* hevc_parser: fix standalone build with the hevc decoder disabledAnton Khirnov2015-07-13
* hevc_ps: make sure failing to decode an SPS always returns an errorAnton Khirnov2015-07-13
* hevc: handle a NULL sps in set_sps() properlyAnton Khirnov2015-07-12
* hevc: do not pass an entire HEVCContext into export_stream_params()Anton Khirnov2015-07-12
* hevc_parser: parse and export some stream parametersAnton Khirnov2015-07-12
* hevc: improve a commentAnton Khirnov2015-07-12
* hevc: move splitting the packet into NALUs into a separate functionAnton Khirnov2015-07-12
* hevc: eliminate the second call to hls_nal_unit()Anton Khirnov2015-07-12
* hevc: skip invalid/ignored NALUs when splitting the packetAnton Khirnov2015-07-12
* hevc: remove HEVCContext usage from hevc_psAnton Khirnov2015-07-12
* mpegvideo_parser: export pixel format and dimensionsAnton Khirnov2015-07-12
* hevc: check slice address lengthAndreas Cadhalpun2015-07-12
* bytestream2: set the reader to the end when reading more than availableAnton Khirnov2015-07-12
* g726: Do not crash on user mistakeLuca Barbato2015-07-11
* imc: Use correct position for flcoeffs2 calculationAndreas Cadhalpun2015-07-10
* libvpx: Add the library headerVittorio Giovara2015-07-09
* lavc: Add nvenc.h to the skipheaderLuca Barbato2015-07-09
* lavc: add Intel libmfx-based HEVC encoderAnton Khirnov2015-07-08
* lavc: add Intel libmfx-based MPEG2 encoderAnton Khirnov2015-07-08
* hevc: split bitstream unescaping to a separate fileAnton Khirnov2015-07-08
* hevc_ps: split the code for parsing the SPS and exporting it into the contextAnton Khirnov2015-07-08
* lavc: Deprecate avctx.rc_strategyVittorio Giovara2015-07-08
* h261: Signal freeze picture release for intra framesStian Selnes2015-07-07
* h261: Set 'still image mode off' in picture headerStian Selnes2015-07-07
* lavc: Move deprecation warning disabling to files including the tableVittorio Giovara2015-07-03
* lavc: Disable deprectation warnings coming from options tableVittorio Giovara2015-07-03
* vda: Check the correct pointer for buffer allocationLuca Barbato2015-07-03
* webp: Make sure enough bytes are availableAndreas Cadhalpun2015-07-03
* lavc: Deprecate avctx.{inter,intra}_quant_biasVittorio Giovara2015-07-02
* elsdec: Replace EOVERFLOW with INVALIDDATAMichael Niedermayer2015-07-01
* g2meet: use av_ceil_log2 instead of a custom functionJanne Grunau2015-07-01
* g2meet: use an unsigned type for the djb hashJanne Grunau2015-07-01
* avcodec: add missing CODEC_CAP_DR1 to codecs using get_buffer()Janne Grunau2015-07-01