summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avpacket: Provide an alloc and a free function for the structLuca Barbato2015-10-19
* avpacket: Deprecate av_dup_packetLuca Barbato2015-10-19
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-19
* qsvenc: add an API for allocating opaque surfacesAnton Khirnov2015-10-16
* qsvenc: cosmetics, reindentAnton Khirnov2015-10-16
* qsvenc: set the timestamp for PIX_FMT_QSV frames as wellAnton Khirnov2015-10-16
* qsvenc: support passing arbitrary external buffers to the encoderAnton Khirnov2015-10-16
* wrapped_avframe: Drop a now-unused variableLuca Barbato2015-10-16
* mpeg12: Unbreak building stale codeLuca Barbato2015-10-16
* aac: Make codec init run under ff_thread_onceDerek Buitenhuis2015-10-15
* lavc: AV-prefix a few left out capabilitiesVittorio Giovara2015-10-15
* h264: Run VLC init under pthread_onceDerek Buitenhuis2015-10-14
* dxva: Include last the internal headerLuca Barbato2015-10-14
* mimic: drop AVPicture usagewm42015-10-14
* libschroedinger: Properly use AVFrame APIVittorio Giovara2015-10-14
* qtrle: Properly use AVFrame APIVittorio Giovara2015-10-14
* avcodec: Do not lock during init if there is no init functionDerek Buitenhuis2015-10-13
* wrapped_avframe: Initial implementationLuca Barbato2015-10-10
* libopenh264enc: Added max_nal_size optionMario Gasparoni2015-10-09
* cabac: Make CABAC states hardcodedAnton Khirnov2015-10-08
* dcadec: reorganise context dataAlexandra Khirnova2015-10-07
* g2m: Relax resolution change constraintsVittorio Giovara2015-10-07
* mmaldec: be more tolerant against MMAL not returning decoded outputwm42015-10-04
* mmaldec: refactor to have more context per MMAL input bufferwm42015-10-04
* avcodec: Do not lock during open for codecs marked as having threadsafe initDerek Buitenhuis2015-10-04
* rangecoder: Use AV_RB16 instead of bytestream_get_be16Vittorio Giovara2015-10-04
* hevc: Simplify logical checkVittorio Giovara2015-10-04
* h264: Use the correct argument context in debug logVittorio Giovara2015-10-04
* h263: Drop uninitialized variable use from log messageVittorio Giovara2015-10-04
* dvbsubdec: Fix function return typeVittorio Giovara2015-10-04
* dv: Mark internal frame reference as constVittorio Giovara2015-10-04
* dcadec: Always initialize return variableVittorio Giovara2015-10-04
* d3d11va: make av_d3d11va_alloc_context() available at all timesAnton Khirnov2015-10-03
* d3d11va: check for malloc failureAnton Khirnov2015-10-03
* dnxhddata: Deduplicate cid 1256 chroma tableChristophe Gisquet2015-10-02
* dnxhddata: Deduplicate dnx100 tablesJeremy James2015-10-02
* dnxhddata: Fix cid 1260 luma and chroma tablesJeremy James2015-10-02
* dnxhddata: Fix 10-bit DNxHD quant matricesJoseph Artsimovich2015-10-02
* x264: Add option to force IDR framesDerek Buitenhuis2015-10-01
* x264: Expose the NV21 input supportYu Xiaolei2015-10-01
* dcadec: make a number of samples per subband per subsubframe a named constantAlexandra Khirnova2015-10-01
* Screenpresso SPV1 decoderVittorio Giovara2015-09-30
* lavu: Deprecate AVFrame.error[]Vittorio Giovara2015-09-30
* dnxhddec: Enable frame threadingVittorio Giovara2015-09-29
* dnxhddec: Decode and use interlace mb flagChristophe Gisquet2015-09-29
* lavc: Simplify checking quant bias optionVittorio Giovara2015-09-29
* motion_est_template: Fix undefined left shift of negative numberGanesh Ajjanagadde2015-09-29
* mlpdec: Fix a undefined left shift of negative numberGanesh Ajjanagadde2015-09-29
* lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-29
* libopenh264enc: Use av_log() to log messagesGregory J. Wolfe2015-09-29