Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-11avcodec: use the buffer_size_t typedef where requiredJames Almer
2021-03-09avcodec: Constify some AVPacketsAndreas Rheinhardt
2021-01-20All: update names in copyright headersrcombs
2020-12-10avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes
2020-06-22avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-10-28avcodec/audiotoolboxdec: fix ac3_parser header includeJames Almer
2017-10-28Merge commit '50a1c66cf6ab7eb683daaa9e2da3869fa3a54609'James Almer
2017-09-06avcodec/audiotoolboxdec: use av_freep()James Almer
2017-09-06avcodec/audiotoolboxdec: switch to the new generic filtering mechanismJames Almer
2017-09-06avcodec/audiotoolboxdec: add FF_CODEC_CAP_INIT_CLEANUP to the decoder capabil...James Almer
2017-09-06avcodec/audiotoolboxdec: always use a copy of the AVCodecContext extradataJames Almer
2017-05-25avcodec/audiotoolboxdec: check packet side data for AAC extradata updatesJames Almer
2016-11-14lavc/audiotoolboxdec: fix OSX SDK detectionDmitry Kalinkin
2016-10-07Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes
2016-06-20lavc/audiotoolboxdec: Forward extradata for QDMC and QDM2.Carl Eugen Hoyos
2016-04-26lavc/audiotoolboxdec: move to new BSF APIRodger Combs
2016-04-26lavc/audiotoolboxdec: fix memory leakRodger Combs
2016-04-13lavf/audiotoolboxdec: only provide block alignment for ILBCRodger Combs
2016-04-13lavf/audiotoolboxdec: only send extradata for formats that use itRodger Combs
2016-04-13lavc/audiotoolboxdec: reindentRodger Combs
2016-04-13lavc/audiotoolboxdec: avoid relying on consumer-provided params when possibleRodger Combs
2016-04-02lavc/audiotoolboxdec: add eac3 decoderRodger Combs
2016-04-02lavc/audiotoolboxdec: fix a number of config and timestamp issuesRodger Combs
2016-04-02lavc/audiotoolboxdec: support ADTS AAC inputRodger Combs
2016-03-22lavc: add AudioToolbox decodersRodger Combs