summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Bump major versions of all librariesVittorio Giovara2015-08-281-3/+3
* Postpone API-incompatible changes until the next bumpVittorio Giovara2015-08-281-29/+29
* lavu: Drop deprecated duplicated AVFrame/AVCodecContext parametersVittorio Giovara2015-08-282-68/+0
* lavc: Drop deprecated deinterlace moduleVittorio Giovara2015-08-286-290/+0
* lavc: Drop deprecated thread opaque and codec pktVittorio Giovara2015-08-282-22/+0
* lavc: Drop deprecated get_buffer related functionsVittorio Giovara2015-08-284-308/+5
* lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-284-83/+2
* lavc: Drop deprecated request_channels related functionsVittorio Giovara2015-08-288-81/+0
* nvenc: Properly free the fifosLuca Barbato2015-08-251-0/+4
* dnxhddata: Add tables for missing DNx100 profilesVittorio Giovara2015-08-241-10/+68
* dnxhddata: Merge a few duplicated RUN tablesVittorio Giovara2015-08-241-31/+6
* dnxhddata: Group together RUN-related tablesVittorio Giovara2015-08-241-113/+116
* dnxhddata: Merge a few duplicated DC tablesVittorio Giovara2015-08-241-52/+10
* dnxhddata: Group together DC-related tablesVittorio Giovara2015-08-241-50/+52
* dnxhddata: List the reused tables in a commentVittorio Giovara2015-08-241-10/+38
* dnxhddata: Keep a single CID in the table namesVittorio Giovara2015-08-241-24/+34
* aac: Make sure to set err on the failure pathLuca Barbato2015-08-231-1/+3
* xavs: Do not try to set the bitrate tolerance without a bitrateLuca Barbato2015-08-231-2/+3
* h264: Fix faulty call to avpriv_request_sampleLuca Barbato2015-08-221-1/+1
* h264: Discard currently unsupported registered seiJohn Högberg2015-08-211-0/+6
* imgutils: Fix a typo in avcodec_get_pix_fmt_lossLuca Barbato2015-08-211-1/+1
* hevcdsp: fix a function nameAnton Khirnov2015-08-214-12/+12
* hevc: avoid invalid shifts of negative valuesAnton Khirnov2015-08-211-3/+3
* vp7: bound checking in vp7_decode_frame_headerFederico Tomassetti2015-08-161-0/+8
* libfdk-aacdec: Clean up properly if the init failsMartin Storsjö2015-08-161-11/+6
* libfdk-aacdec: Always decode into an intermediate bufferMartin Storsjö2015-08-161-50/+18
* libfdk-aacdec: Bump the max number of channels to 8Martin Storsjö2015-08-161-1/+1
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-1114-14/+14
* x86inc: Support arbitrary stack alignmentsHenrik Gramner2015-08-111-2/+2
* x86: dcadsp: Avoid SSE2 instructions in SSE functionsHenrik Gramner2015-08-111-1/+1
* cosmetics: Drop spurious spaces from if clausesPaolo Bizzarri2015-08-081-4/+4
* h264: Do not print an error when the buffer has to be refilledLuca Barbato2015-08-061-5/+2
* h264: Use AVERROR return codes instead of -1Jake Sebastian-Jones2015-08-051-3/+8
* png: Be more informative regarding signature errorsLuca Barbato2015-08-021-3/+17
* opusdec: properly handle mismatching configurations in multichannel streamsAnton Khirnov2015-08-022-14/+99
* x86: dct: Disable dct32_float_sse on x86-64Henrik Gramner2015-08-022-0/+5
* hevc: Split the sei parsing in 3 functionsLuca Barbato2015-08-011-20/+34
* hevc: Use switch instead of if-nests in decode_nal_sei_messageLuca Barbato2015-08-011-13/+21
* hevc: Use a proper enum for the SEI valuesLuca Barbato2015-08-011-4/+32
* avcodec: h264: Extract decoder methodsDavid Holm2015-08-011-54/+70
* dxva2/d3d11va: Set _WIN32_WINNT to 0x0602 instead of 0x0600Martin Storsjö2015-07-282-4/+4
* h264: fix AVDISCARD_NONKEY for some interlaced contentJohn Högberg2015-07-271-1/+1
* qsvdec_mpeg2: drop an incorrect commentAnton Khirnov2015-07-271-1/+0
* hap: Add utility functions fileVittorio Giovara2015-07-271-0/+55
* Support the Hap chunked frame formatTom Butterworth2015-07-275-97/+411
* hap: Move some per-stream setup into decoder init rather than per-frameTom Butterworth2015-07-271-21/+28
* lavc: Update version and APIchangesVittorio Giovara2015-07-272-2/+9
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-2784-149/+158
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27270-375/+469
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27100-338/+434