summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* jpeg2000: Fix profile define valuesFrancois Cartegnie2016-05-241-3/+3
* lavc: document that avcodec_close() should not be usedAnton Khirnov2016-05-231-0/+5
* lavc: deprecate avcodec_get_context_defaults3()Anton Khirnov2016-05-231-14/+9
* lavc: deprecate avcodec_copy_context()Anton Khirnov2016-05-231-0/+9
* lavc: mark the old audio/video encoding API as deprecatedAnton Khirnov2016-05-161-0/+6
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-27/+27
* libavcodec: Document that encoders may use the framerate field in AVCodecContextMartin Storsjö2016-04-121-1/+2
* lavc: introduce a new decoding/encoding API with decoupled input/outputwm42016-03-231-3/+238
* lavc: add a new bitstream filtering APIAnton Khirnov2016-03-201-8/+194
* lavc: add a variant of av_get_audio_frame_duration working with AVCodecParame...Anton Khirnov2016-02-231-0/+6
* lavc: add codec parameters APIAnton Khirnov2016-02-231-0/+163
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-8/+0
* lavc: add a field for passing AVHWFramesContext to encodersAnton Khirnov2016-02-141-0/+12
* lavc: Move pre_me to codec private optionsVittorio Giovara2016-01-211-5/+4
* lavc: Move me_penalty_compensation to codec private optionsVittorio Giovara2016-01-211-3/+4
* lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-211-5/+5
* lavc: Move {min,max}_prediction_order to codec private optionsVittorio Giovara2016-01-211-9/+5
* lavc: Move rtp_payload_size to codec private optionsVittorio Giovara2016-01-211-0/+4
* lavc: Move timecode_frame_start to codec private optionsVittorio Giovara2016-01-211-5/+4
* lavc: Move context_model to codec private optionsVittorio Giovara2016-01-211-5/+4
* lavc: Move mpeg_quant to codec private optionsVittorio Giovara2016-01-211-5/+4
* lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-211-6/+3
* lavc: Move scenechange_threshold to codec private optionsVittorio Giovara2016-01-211-6/+4
* lavc: Move chromaoffset to codec private optionsVittorio Giovara2016-01-211-5/+4
* lavc: Move frame_skip_* to codec private optionsVittorio Giovara2016-01-211-20/+10
* lavc: Move brd_scale to codec private optionsVittorio Giovara2016-01-211-5/+4
* lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-211-5/+8
* lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-121-0/+18
* lavc: Drop exporting 2-pass encoding statsVittorio Giovara2015-12-071-5/+12
* lavc: Deprecate coder_type and its symbolsVittorio Giovara2015-12-071-3/+4
* mpegvideo_enc: export vbv_delay in side dataAnton Khirnov2015-12-061-0/+5
* lavc: add a packet side data type for VBV-like parametersAnton Khirnov2015-12-061-0/+54
* lavc: add stream-global packet side dataAnton Khirnov2015-12-061-0/+10
* avpacket: add a function for wrapping existing data as side dataAnton Khirnov2015-12-061-0/+16
* lavc: Deprecate avctx.rtp_callback fieldVittorio Giovara2015-11-201-0/+6
* avcodec: Define side data type for fallback trackJohn Stebbins2015-11-181-0/+8
* avcodec: fix doxy placementAnton Khirnov2015-11-091-2/+2
* avpicture: Deprecate the single fieldsLuca Barbato2015-10-271-1/+3
* avpacket: Provide an alloc and a free function for the structLuca Barbato2015-10-261-0/+34
* avpacket: Deprecate av_dup_packetLuca Barbato2015-10-261-1/+4
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-14/+19
* innoHeim/Rsupport Screen Capture Codec decoderVittorio Giovara2015-10-231-0/+1
* lavc: Deprecate AVPicture structure and related functionsVittorio Giovara2015-10-221-29/+21
* lavc: Add data and linesize to AVSubtitleRectVittorio Giovara2015-10-211-2/+11
* wrapped_avframe: Initial implementationLuca Barbato2015-10-101-0/+1
* Screenpresso SPV1 decoderVittorio Giovara2015-09-301-0/+1
* lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-291-31/+11
* lavc: Keep idct integer optionVittorio Giovara2015-09-131-2/+0
* lavc: Enable side data only packets by defaultVittorio Giovara2015-09-121-8/+10
* DXV decoderVittorio Giovara2015-09-021-0/+1
OpenPOWER on IntegriCloud