262 Commits (20b0d24c2f7ae86cebeb17399a2fea3a7e3d0f69)

Author SHA1 Message Date
Andreas Rheinhardt 0c47b070e0 avcodec/cook: Make decoder init-threadsafe 4 years ago
Andreas Rheinhardt 980f002b3f avcodec/cook: Remove redundant free 4 years ago
Andreas Rheinhardt 711f14080c avcodec/cook: Don't use 0 for NULL 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Andreas Rheinhardt 7eef70a001 avcodec/cook: Inline constants 4 years ago
Andreas Rheinhardt 3ff0179b19 avcodec/cook: Avoid big length tables for VLC initialization 4 years ago
Andreas Rheinhardt 3f4cfc48dd avcodec/cook: Apply offset when initializing VLC table 4 years ago
Andreas Rheinhardt 530d86b90d avcodec/cook: Make tables to initialize VLCs smaller 4 years ago
Michael Niedermayer 5a2a7604da avcodec/cook: Check subpacket index against max 4 years ago
Michael Niedermayer 89fd76db71 avcodec/cook: Use 3 stage VLC decoding for channel_coupling 5 years ago
Michael Niedermayer 1c63edcdd2 avcodec/cook: Move up and extend block_align check 5 years ago
Michael Niedermayer 50001cd440 avcodec/cook: Enlarge gain table 5 years ago
Michael Niedermayer 57750bb629 avcodec/cook: Check samples_per_channel earlier 5 years ago
Carl Eugen Hoyos f9f9d5943f lavc/cook: Remove an incorrect comment. 5 years ago
Paul B Mahol aaa3f115d8 avcodec/cook: decoder supports init_cleanup capability 6 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Alexandra Hájková 942e84d2a3 cook: Convert to the new bitstream reader 8 years ago
Anton Khirnov 683da86aab audiodsp: reorder arguments for vector_clipf 8 years ago
Anton Khirnov 409d1cd2c9 cook: use the bytestream2 API for reading extradata 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Ganesh Ajjanagadde 05434b0eea lavc/cook: get rid of wasteful pow in init_pow2table 9 years ago
Michael Niedermayer 7404f3bdb9 lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. 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 828759ed9a avcodec/cook: Remove unneeded #if 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Michael Niedermayer 114a2eb272 avcodec: Use av_clip_uintp2() where possible 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Luca Barbato 299d8ab104 cook: Make sure there is enough extradata 10 years ago
Michael Niedermayer 10e32618ac avcodec/cook: check that the subpacket sizes fit in block_align 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Diego Biurrun 9a9e2f1c8a dsputil: Split audio operations off into a separate context 11 years ago
Michael Niedermayer ea8e089ff7 avcodec/cook: use av_malloc_array() 11 years ago
Paul B Mahol 65988b9916 avcodec/cook: fix deadlock by using get_unary() 11 years ago
Paul B Mahol 66518f6feb avcodec/cook: use av_freep() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Michael Niedermayer c69315a5de cook: check js_subband_start for validity 12 years ago
Justin Ruggles 7b78321597 cook: decode directly to the user-provided AVFrame 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Peter Ross 9ccc349f77 ensure comment blocks that contain doxygen commands start with double asterix 12 years ago
Michael Niedermayer 774830050a cook: check subbands more completely, fix out of array read. 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Michael Niedermayer c9e4554329 cook: fix use of uninitialized variable 12 years ago
Justin Ruggles 93e27f86f1 cook: use av_dlog() for debug logging instead of av_log() with AV_LOG_ERROR 12 years ago
Justin Ruggles 8f173ef019 cook: move samples_per_frame from COOKSubpacket to where it is used 12 years ago