75 Commits (890cef1ff6ebbcd14f107fedceed23aa3c80b087)

Author SHA1 Message Date
Andreas Rheinhardt 1be3d8a0cb avcodec/avcodec: Stop including channel_layout.h in avcodec.h 4 years ago
Andreas Rheinhardt 8eef32d394 avcodec/ra144enc: Avoid copying packet data, allow user-supplied buffers 4 years ago
Andreas Rheinhardt 51e38d8e15 avcodec/ra144enc: Mark encoder as init-threadsafe 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 8bbd97109c avcodec/ra144enc: Don't free unnecessarily 4 years ago
Andreas Rheinhardt e3fb9af6f1 avcodec/ra144enc: Fix invalid left shift of negative number 5 years ago
Jai Luthra 0c023d181e lavc/lpc: Add min_shift parameter in LPC 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
Anton Khirnov 2df0c32ea1 lavc: use a separate field for exporting audio encoder padding 10 years ago
James Almer 9e0e1f9067 x86/dsputil: add emms to ff_scalarproduct_int16_mmxext() 11 years ago
Michael Niedermayer 100e8f8b67 avcodec/ra144enc: avoid calling emms when the SSE2 version is used 11 years ago
Christophe Gisquet 93c4cd618c ra144enc: fix use of scalarprod_int16 11 years ago
Vittorio Giovara 973dc4e8d4 put_bits: Remove unused includes 11 years ago
Michael Niedermayer 8f92edf6f8 avcodec/ra144: remove redundant AV_ZERO128 11 years ago
Christophe Gisquet c3390fd56c ra144: use scalarproduct_int16 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Alexis Ballier 69383d055e ra144enc: set supported channel layouts. 12 years ago
Carl Eugen Hoyos 742b961769 Rename constant FRAMESIZE in ra144 codec as FRAME_SIZE. 12 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
James Zern bcaf64b605 normalize calls to ff_alloc_packet2 12 years ago
Michael Niedermayer 1d7ffd06e4 lavc: Fix assignments in if() when calling ff_af_queue_add 12 years ago
Michael Niedermayer e2704381e5 ra144enc: Fix assignments in if() 12 years ago
Michael Niedermayer 85a4dbeb9c ra144enc: fix two "may be used uninitialized in this function" warnings 12 years ago
Piotr Bandurski 7e93b0ba4b ra144enc: reject unsupported sample rates 12 years ago
Michael Niedermayer 17b3251c6c ra144enc: avoid integer overflows. 13 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer b7d4eebd3b ra144enc: switch to ff_alloc_packet2() 13 years ago
Justin Ruggles 330d9d1b50 ra144enc: use AVCodec.encode2() 13 years ago
Justin Ruggles b0350c1c30 ra144enc: fix end-of-stream handling 13 years ago
Justin Ruggles 4b7f8838e8 ra144enc: use int16_t* for input samples rather than void* 13 years ago
Justin Ruggles 03359ebcf9 ra144enc: set AVCodecContext.coded_frame 13 years ago
Justin Ruggles a65f7c96fc ra144enc: remove unneeded sample_fmt check 13 years ago
Paul B Mahol 38c6bbc118 ra144enc: drop pointless "encoder" from .long_name 13 years ago
Diego Biurrun d4b63054d9 cosmetics: Drop unnecessary parentheses around return values. 13 years ago
Justin Ruggles 9a3f10695a ra144enc: zero the reflection coeffs if the filter is unstable 13 years ago
Justin Ruggles fed5ca255f ra144enc: add sample_fmts list to ff_ra_144_encoder 13 years ago
Diego Biurrun 8671488799 Use explicit struct initializers for AVCodec declarations. 14 years ago
Anton Khirnov 188dea1dbf lavc: move some flac-specific options to its private context. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Justin Ruggles 7101b18508 Separate window function from autocorrelation. 14 years ago
Justin Ruggles 0d8837bdda Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 14 years ago
Justin Ruggles 77a78e9bdc Separate window function from autocorrelation. 14 years ago
Justin Ruggles 56f8952b25 Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago