summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avconv_qsv: use the device creation APIavconvAnton Khirnov2016-05-30
* avconv: pass the hwaccel frames context to the decoderAnton Khirnov2016-05-30
* avconv: init filtergraphs only after we have a frame on each inputAnton Khirnov2016-05-30
* avconv: do packet ts rescaling in write_packet()Anton Khirnov2016-05-30
* avconv: decouple configuring filtergraphs and setting output parametersAnton Khirnov2016-05-30
* avconv: factor out initializing stream parameters for encodingAnton Khirnov2016-05-30
* avconv: decouple configuring filtergraphs and setting input parametersAnton Khirnov2016-05-30
* avconv: buffer the packets written while the muxer is not initializedAnton Khirnov2016-05-30
* avconv: explicitly postpone writing the header until all streams are initializedAnton Khirnov2016-05-30
* avconv: factor out initializing stream parameters for streamcopyAnton Khirnov2016-05-30
* avconv: initialize output framerate earlierAnton Khirnov2016-05-30
* avconv: do not set encoder options when streamcopy is usedAnton Khirnov2016-05-30
* avconv: refactor selecting an encoderAnton Khirnov2016-05-30
* avconv: fix handling attachments in init_output_streamAnton Khirnov2016-05-30
* avconv: create simple filtergraphs earlierAnton Khirnov2016-05-30
* avconv: add a function for determining whether a filtergraph is simpleAnton Khirnov2016-05-30
* lavfi: add a QSV scaling filterAnton Khirnov2016-05-30
* qsvenc: support getting the session from an AVHWFramesContextAnton Khirnov2016-05-30
* qsvdec: support getting the session from an AVHWFramesContextAnton Khirnov2016-05-27
* hwcontext: add a QSV implementationAnton Khirnov2016-05-27
* qsvdec: move reading the user-provided session to qsv_decode_init()Anton Khirnov2016-05-26
* lavc: allow using AVCodecContext.hw_frames_ctx for decodingAnton Khirnov2016-05-26
* FATE: drop the audio stream from the dxtory testAnton Khirnov2016-05-26
* avconv: fix parsing bitstream filtersAnton Khirnov2016-05-26
* avconv: fix a check for av_bsf_get_by_name() return valueAnton Khirnov2016-05-26
* avconv_vaapi: use the hwcontext device creation APIAnton Khirnov2016-05-26
* avconv_dxva2: use the hwcontext device creation APIAnton Khirnov2016-05-26
* avconv_vdpau: use the hwcontext device creation APIAnton Khirnov2016-05-26
* hwcontext_vaapi: implement device creationAnton Khirnov2016-05-26
* hwcontext_dxva2: implement device creationAnton Khirnov2016-05-26
* hwcontext_cuda: implement device creationAnton Khirnov2016-05-26
* hwcontext_vdpau: implement device creationAnton Khirnov2016-05-26
* hwcontext: add a function for opening devicesAnton Khirnov2016-05-26
* lavc: handle hw_frames_ctx where necessaryAndrey Turkin2016-05-26
* golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better namesDiego Biurrun2016-05-25
* fate: More fine-grained dependencies for demuxer testsDiego Biurrun2016-05-25
* fate: More fine-grained dependencies for voice codec testsDiego Biurrun2016-05-25
* rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoderMartin Storsjö2016-05-25
* avcodec: Bump micro version after changing public JPEG 2000 definesDiego Biurrun2016-05-24
* jpeg2000: Fix profile define valuesFrancois Cartegnie2016-05-24
* avfiltergraph: check the query_formats() return valueAnton Khirnov2016-05-23
* lavc: document that avcodec_close() should not be usedAnton Khirnov2016-05-23
* lavc: deprecate avcodec_get_context_defaults3()Anton Khirnov2016-05-23
* lavc: deprecate avcodec_copy_context()Anton Khirnov2016-05-23
* lavf: update muxing doxyAnton Khirnov2016-05-23
* mp3: Make the extrasize explicitLuca Barbato2016-05-22
* get_bits: Drop some TRACE-level debug codeDiego Biurrun2016-05-22
* dump: Drop unused variableDiego Biurrun2016-05-22
* avconv: Use more precise deprecation ifdefsDiego Biurrun2016-05-22
* avconv: stop using AVStream.codecAnton Khirnov2016-05-22