77436 Commits (d7c2b75681e5d8942af6b0c30abf6e79b474d819)
 

Author SHA1 Message Date
Paul B Mahol 04cc4d0550 avfilter/af_sofalizer: check av_fft_init return code 9 years ago
Michael Niedermayer a066ff89bc swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the alignment is insufficient for SSE* 9 years ago
Michael Niedermayer 80bfce35cc swscale/x86/rgb2rgb_template: Do not crash on misaligend stride 9 years ago
Michael Niedermayer 06987dab97 avfilter/vf_decimate: fix typo in fraction 9 years ago
Paul B Mahol e8586ecb86 configure: add conditional library dependency for sofalizer and showfreqs 9 years ago
Paul B Mahol 2f12172d67 avfilter/af_sofalizer: add frequency domain processing and use it by default 9 years ago
Michael Niedermayer 30fe3fd527 avfilter/vf_decimate: Check that input parameters match 9 years ago
Andreas Cadhalpun 22e960ad47 golomb: always check for invalid UE golomb codes in get_ue_golomb 9 years ago
Michael Niedermayer 1925eaeaa6 avfilter/vf_decimate: change ts_unit to AVRational 9 years ago
Michael Niedermayer 997de2e810 avfilter/vf_mpdecimate: Add missing emms_c() 9 years ago
Rostislav Pehlivanov ade31b9424 aacenc: switch to using the RNG from libavutil 9 years ago
Jean Delvare 932cbc846f avfilter/vf_delogo: fix show option when clipping 9 years ago
Agatha Hu 758be45756 avcodec/nvenc: clamp initial qp value to [1, 51] 9 years ago
Agatha Hu f1a8897375 avcodec/nvenc: set slice number to 1 to improve encoding quality 9 years ago
Kieran Kunhya 906c0b7716 get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNAL 9 years ago
Andreas Cadhalpun 28e9b7e8ae fate: increase FUZZ by 1 for aac-tns-encode 9 years ago
Paul B Mahol ac25d1d35e avfilter/af_sofalizer: switch comments positions to correct order 9 years ago
Clément Bœsch 5083900b73 lavfi/ebur128: apply I dual mono correction only if I available 9 years ago
Paul B Mahol f69f050a31 avfilter/af_sofalizer: fix calculation of split point 9 years ago
Michael Niedermayer b51e7554e7 avformat/mxfenc: Do not crash if there is no packet in the first stream 9 years ago
Paul B Mahol 780c4223a5 avfilter/af_sofalizer: remove reorder hack 9 years ago
Paul B Mahol 49d97d9bca avfilter/af_sofalizer: move modulo operation out of loop 9 years ago
Nicolas George 1acc90eaa5 lavf/tee: fix side data double free. 9 years ago
Michael Niedermayer c62d1780ff avformat/hlsenc: Check the return code of avformat_write_header() 9 years ago
Michael Niedermayer 861f47ddf4 avformat/mov: Enable parser for mp3s by old HandBrake 9 years ago
Michael Niedermayer 537e901fe6 avformat/mxfenc: Fix integer overflow in length computation 9 years ago
Paul B Mahol e6258677ee avfilter/af_sofalizer: make it possible to configure speaker elevation 9 years ago
Lvqier 93d336fb07 avformat/segment: Fix memory leak of cur_entry.filename 9 years ago
Paul B Mahol 7dc469f342 doc/general: add missing @tab for ADPCM VIMA 9 years ago
Paul B Mahol d62e979b8c avfilter/af_sofalizer: display some info when loading sofa file 9 years ago
Anton Khirnov 458e53f51f mpegvideo_enc: actually add the side data with vbv_delay to the packet 9 years ago
Paul B Mahol 0a19538bcf avfilter: add SOFAlizer audio filter 9 years ago
Vicente Olivert Riera 69e80d6ce4 mips: i6400 core does have an FPU, so not disable it 9 years ago
Vicente Olivert Riera 88d66f691a mips: add i6400 core optimizations 9 years ago
Vicente Olivert Riera 1dcd96f72f mips: remove --mips64r6 configure option 9 years ago
Michael Niedermayer 625b582d5a avcodec/aacsbr_template: Add Check to read_sbr_envelope() 9 years ago
Carl Eugen Hoyos 7c1c453ce9 lavf/matroskadec: Set codec_tag also for audio codecs. 9 years ago
Jean Delvare ec11cfdf75 avfilter/vf_delogo: Use AVPixFmtDescriptor.nb_components 9 years ago
zjh8890 c18176bd55 avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H 9 years ago
Clément Bœsch 09a8b6691c doc: fix selectivecolor filter position 9 years ago
Michael Niedermayer b78885a3c5 avcodec/aacsbr: Split the env_facs table 9 years ago
Ganesh Ajjanagadde b4f1636a4d lavc: typo fix cliping -> clipping, saftey -> safety 9 years ago
Michael Niedermayer edfc835a56 avformat/mpegtsenc: Add basic multi program support 9 years ago
Michael Niedermayer 8f948b6244 ffmpeg: Add basic support to mux multiple programs 9 years ago
Michael Niedermayer 676a93f2d8 avformat: Add av_program_add_stream_index() 9 years ago
Lou Logan 5f55be7005 doc/issue_tracker.txt: various updates 9 years ago
Ganesh Ajjanagadde b8e5b1d786 lavc/mdct_template: use lrint instead of floor hack 9 years ago
Ganesh Ajjanagadde df679f1264 lavc/dcaenc: avoid wasteful cos calls 9 years ago
Ganesh Ajjanagadde a0ddebfedf lavc/nellymoserdec: replace pow by exp2 9 years ago
Ganesh Ajjanagadde 93afb338a4 lavfi/formats: fix segfault when allocation fails 9 years ago