47 Commits (2f8bf90054a5f7455f35b8705163f81c4413d779)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 10 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 1 year ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 1 year 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 59eadb5060 avcodec/internal: Move ff_samples_to_time_base() to encode.h 2 years ago
Andreas Rheinhardt 6aad1204cc avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFE 3 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
Martin Storsjö f2da2e1458 libavcodec: Split version.h 3 years ago
Anton Khirnov e5d4941c40 libvorbis: convert to new channel layout API 3 years ago
Anton Khirnov a718d84e92 lavc/libvorbisenc: switch to new FIFO API 3 years ago
Andreas Rheinhardt 1be3d8a0cb avcodec/avcodec: Stop including channel_layout.h in avcodec.h 4 years ago
Andreas Rheinhardt d8e66ec1d7 avcodec/libvorbisenc: Avoid copying data, allow user-supplied buffers 4 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
Andreas Rheinhardt bfdf03207b avcodec/vorbis_data: Move encoder-related table to its only user 4 years ago
wm4 b945fed629 avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
Peter Hall ea79dfbad3 avcodec/libvorbisenc: Give CODEC_CAP_SMALL_LAST_FRAME to libvorbis encoder. 10 years ago
Michael Niedermayer 19e66c7232 avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUE 11 years ago
Michael Niedermayer f29cdfec96 avcodec/libvorbisenc: do not attempt to flush if no data was input 11 years ago
Lukasz Marek 9b60d907ae lavc: use av_fifo_freep 11 years ago
Michael Niedermayer 3c8b085764 avcodec/libvorbisenc: drop dependancy on sizeof(AVFrame) 11 years ago
Sean McGovern bf18abb2eb Rename "AVClass class" as "AVClass component_class" for external codecs. 12 years ago
James Zern bcaf64b605 normalize calls to ff_alloc_packet2 12 years ago
Michael Niedermayer bdd71abe5f libvorbisenc: Fix assignments in if() 12 years ago
Michael Niedermayer 8c4145343d libvorbisdec: dont try to update an empty que 12 years ago
Michael Niedermayer 2c34367b4a libvorbisenc: fix afq delay setting 12 years ago
Michael Niedermayer d014e19515 libvorbisenc: switch to av_assert 13 years ago
Paul B Mahol e9d5c0520f lavc: use designated initializers for AVClasses 13 years ago
Paul B Mahol c1d62489e1 libvorbis: split encoder from decoder 13 years ago
Paul B Mahol a7fbc5d004 libvorbis: cosmetics: remove empty line at EOF 13 years ago
Michael Niedermayer d9b92980c9 libvorbis: only store version string if bitexact is not set. 13 years ago
Michael Niedermayer afcb67113d Revert "Remove libvorbis Vorbis decoding support. Our native decoder is complete" 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer 9407cf137f libvorbis: switch to ff_alloc_packet2(). 13 years ago
Justin Ruggles e5aab2d7a4 libvorbis: use AVCodec.encode2() 13 years ago
Justin Ruggles a45a1ea521 libvorbis: add/update error messages 13 years ago
Justin Ruggles 592c4dbc7e libvorbis: use AVFifoBuffer for output packet buffer 13 years ago
Justin Ruggles 1fe7c1be54 libvorbis: remove unneeded e_o_s check 13 years ago
Justin Ruggles 94025d8a99 libvorbis: check return values for functions that can return errors 13 years ago
Justin Ruggles c5063e0348 libvorbis: use float input instead of s16 13 years ago
Justin Ruggles f15c4281dc libvorbis: do not flush libvorbis analysis if dsp state was not initialized 13 years ago
Justin Ruggles 147ff24a0e libvorbis: use VBR by default, with default quality of 3 13 years ago
Justin Ruggles 182d4f1f38 libvorbis: fix use of minrate/maxrate AVOptions 13 years ago
Justin Ruggles eb35ef2932 libvorbis: cosmetics: renaming/pretty-printing/comments/unused code 13 years ago
Justin Ruggles 6f600ab354 libvorbis: improve error checking in oggvorbis_encode_init() 13 years ago