55 Commits (dd1c67d5393303ad23ba8cb494ddb17a2c1a002b)

Author SHA1 Message Date
Andreas Rheinhardt adb5f7b41f avcodec/libopusenc: Remove redundant av_packet_unref() 2 years ago
Andreas Rheinhardt dfe7c7ffce avcodec/vorbis: Split data declarations out into new header 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt a499b4345b avcodec: Make ff_alloc_packet() based encoders accept user buffers 2 years ago
Andreas Rheinhardt 5828e8209f avcodec: Constify frame->data pointers for encoders where possible 2 years ago
Andreas Rheinhardt 6aad1204cc avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 5aabb2596f avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Anton Khirnov e869c06ef5 libopus: convert to new channel layout API 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt 1be3d8a0cb avcodec/avcodec: Stop including channel_layout.h in avcodec.h 3 years ago
Andreas Rheinhardt 56e9e0273a avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() 3 years ago
Andreas Rheinhardt 1c7f252783 avcodec: Remove redundant freeing of extradata of encoders 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Arthur Taylor f4bdeddc3c avcodec/libopusenc: Fix for header pre-skip value 4 years ago
Gyan Doshi 1e5b3f77d9 avcodec/libopusenc: add option to set inband FEC 4 years ago
Andreas Rheinhardt b803993b6d avcodec/libopusenc: Don't free user-provided AVPacket 5 years ago
Rostislav Pehlivanov cf283f2dfb Revert "avcodec/libopusenc: Fix warning when encoding ambisonics with channel mapping 2" 6 years ago
Felicia Lim 4cd6f08d20 avcodec/libopusenc: Fix warning when encoding ambisonics with channel mapping 2 6 years ago
James Almer 3d2cf50ebb avcodec/libopusenc: support encoding packets of sizes bigger than 60ms 6 years ago
Menno 204c7caf0d avcodec/libopus: support disabling phase inversion. 7 years ago
wm4 b945fed629 avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
wm4 47687a2f8a avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
Carl Eugen Hoyos 724cf83f10 Remove some unneeded casts of bit_rate. 7 years ago
pkviet 73bed07373 avocdec/libopus: fix typo 7 years ago
Diego Biurrun 67deba8a41 Use avpriv_report_missing_feature() where appropriate 8 years ago
Michael Graczyk 37941878f1 libopusenc: Add channel mapping family argument 8 years ago
Michael Graczyk a1e3c7cf0f libopusenc: Refactor to simplify forthcoming mapping_family parameter 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Michael Niedermayer 7404f3bdb9 lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. 9 years ago
Michael Niedermayer 6701c92fa4 avcodec/libopusenc: Fix infinite loop on flushing after 0 input 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Michael Niedermayer 1f4ef3ccae avcodec/libopusenc: Use av_mallocz_array() 10 years ago
Vittorio Giovara 8dd0a2c5cf libopusenc: prevent an out-of-bounds read by returning early 10 years ago
Vittorio Giovara b09cf8afc5 libopusenc: check return value 10 years ago
Anton Khirnov 2df0c32ea1 lavc: use a separate field for exporting audio encoder padding 10 years ago
Paul B Mahol 63debaa74c libopusenc: Change default frame duration to 20 ms 11 years ago
Paul B Mahol 74906d3727 avcodec/libopusenc: change default frame duration to 20 ms 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Vignesh Venkatasubramanian ae12d65538 lavcodec: Adding support for End Trimming in Opus encoder 11 years ago
Michael Niedermayer a1f234be11 make the ordering of the return type and av_cold consistent 12 years ago
James Zern 1811f1d840 libopusenc: use ff_alloc_packet2 12 years ago
Nicolas George 13811b19d6 lavc/libopusenc: report an error if global_quality is set. 12 years ago
Michael Niedermayer f5b31daa5e libopusenc: use more specific and correct name for the channel order 12 years ago
Nathan Caldwell 6cb8c85409 Opus encoder using libopus 12 years ago