aboutsummaryrefslogtreecommitdiff
path: root/encoder
AgeCommit message (Expand)Author
2023-12-19libavcenc: fix build issues on androidSrujan Vandrangi
2023-12-13svcenc: Integer overflow in irc_ba_get_cur_frm_est_texture_bitsAshwin Natesan
2023-11-20libavcenc: validate dimensions after applying config paramsRam Mohan M
2023-10-27svcenc: Redundant code removedAshwin Natesan
2023-10-18libavcenc: use number_t while computing number of bits in periodRam Mohan
2023-10-10svcenc: Enabled and verified 420sp inputsAshwin Natesan
2023-10-09svcenc: RC parameters verified before RC initAshwin Natesan
2023-10-04libavcenc: Sync default values of library and applicationRam Mohan M
2023-10-04Revert "libavcenc: Correct default values in ih264e_defs.h"Harish Mahendrakar
2023-10-03libavcenc: Correct default values in ih264e_defs.hRam Mohan M
2023-10-03libavcenc: use signed var for integer operationsRam Mohan M
2023-10-03libavcenc: increment picture count only on valid inputsRam Mohan M
2023-10-02svcenc: Fixes for incorrect handling of entropy coding errorsAshwin Natesan
2023-10-01libavcenc: Modified conversion tables between Qstep & QPRam Mohan M
2023-10-01libavcenc: Correct Lagrange parameter for I, P & B slicesRam Mohan M
2023-10-01libavcenc: Remove duplicate code and improve readabilityRam Mohan M
2023-10-01libavcenc: forward current frame intra cost to rc accuratelyRam Mohan M
2023-10-01libavcenc: signal header bits consumed count accurately to rcRam Mohan
2023-09-29libavcenc: reset mb qp delta ctxt during cabac encodingRam Mohan
2023-09-29libavcenc: fix computations that are resulting in overflowRam Mohan
2023-09-28libavcenc: fix the order of arguments passed to get_min_levelRam Mohan
2023-09-28libavcenc: Cleanup air Mode and refresh period config optionsRam Mohan
2023-09-28libavcenc: Added more validity checks for IDR_interval and I_intervalHamsalekha S
2023-09-28libavcenc: Fixed bug in the case of IDR frame being skipped.Hamsalekha S
2023-09-27libavcenc: model CBR-NLDRC as CBR mode with out frame dropsRam Mohan M
2023-09-27libavcenc: relocate the update post enc routinesRam Mohan M
2023-09-27libavcenc: return partially encoded buffer for applicationRam Mohan
2023-09-27libavcenc: update bitstream context state only in successful writesRam Mohan
2023-09-13libavcenc: do not reset status before all threads are made awareRam Mohan
2023-07-25svcenc: Handling frames with few MB's in In-frame RCAshwin Natesan
2023-06-01libavcenc: fix null buffer dereferencingAayush Soni
2023-04-04encoder: Add checks for ME search algorithmSrujan Vandrangi
2023-04-04encoder: Initialize s_inp_buf and s_out_buf to zero in ih264e_encodeHarish Mahendrakar
2023-03-21svcenc: nullSan errors in ILPMv fixedAshwin Natesan
2023-03-19svcenc: RC bitrate overflows preventedAshwin Natesan
2023-03-17avcenc: Fix out of bound read in initialize process contextSuyog Pawar
2023-03-09svcenc: fixed incorrect EPB checksAshwin Natesan
2023-03-08Updates to Android.bp and some formatting fixesHarish Mahendrakar
2023-02-20svcenc: fixed a bug in low bitrate encodesAshwin Natesan
2023-02-20svcenc: fixed incorrect streamBuf accessesAshwin Natesan
2023-02-14Remove printf's from seiMallikarjun Kamble
2023-02-14libavc: Added support for SII SEI messageMallikarjun Kamble
2023-02-13svcenc: increased minimum outbuf sizeAshwin Natesan
2023-02-07svcenc: fixed riscv4 soong build errorsAshwin Natesan
2023-02-05Fixed OOB access of residue buf attributes in some casesAshwin Natesan
2023-02-05Fixed incorrect outbuf size assignment in 'isvce_get_buf_info'Ashwin Natesan
2023-01-30Encoder: SVC encoding support addedAshwin Natesan
2022-12-06Remove mips specific filesHarish Mahendrakar
2022-12-01Add riscv64 supportMao Han
2022-08-24Merge "avcenc: Fix recon dump for last frame"Ray Essick