summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* dds: Decode using optimal slices sizesLuca Barbato2015-07-21
* hap: Decode using optimal slices sizesLuca Barbato2015-07-21
* arm: use a local label instead of the function symbol in ff_prefetch_armJanne Grunau2015-07-20
* h264: aarch64: intra prediction optimisationsJanne Grunau2015-07-20
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Add a quality factor packet side dataVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* flashsvenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-20
* ffv1enc: Use input frame to set SAR and interlacingVittorio Giovara2015-07-20
* ffv1enc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-20
* qtrleenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-20
* libtheoraenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-20
* libvpxenc: Do not entangle coded_frameVittorio Giovara2015-07-20
* libxvid: Do not entangle coded_frameVittorio Giovara2015-07-20
* svq1enc: Do not entangle coded_frameVittorio Giovara2015-07-20
* proresenc: Do not entangle coded_frameVittorio Giovara2015-07-20
* a64multienc: Do not entangle coded_frameVittorio Giovara2015-07-20
* roqvideoenc: Drop unneeded initializationVittorio Giovara2015-07-20
* mpegvideo_enc: Drop unnneded initializationVittorio Giovara2015-07-20
* qsvenc: properly handle asynchronous encodingAnton Khirnov2015-07-19
* qsvdec: properly handle asynchronous decodingAnton Khirnov2015-07-19
* 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