40 Commits (d2d8b9b972ba2df6b2a2ebe29f5307cbb7a69c33)

Author SHA1 Message Date
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
Justin Ruggles 255ad8881d audio encoders: do not set coded_frame->key_frame. 13 years ago
Justin Ruggles 91a28b0e8e avcodec: add ff_samples_to_time_base() convenience function to internal.h 13 years ago
Nicolas George 0098e79f8a libvorbis: proper error logging and return. 13 years ago
Diego Biurrun d4b63054d9 cosmetics: Drop unnecessary parentheses around return values. 13 years ago
Diego Biurrun ca5ab8cd21 libvorbis: K&R reformatting cosmetics 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Diego Biurrun 8671488799 Use explicit struct initializers for AVCodec declarations. 14 years ago