aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2023-10-27svcenc: Redundant code removedAshwin Natesan
2023-10-10svcenc: Enabled and verified 420sp inputsAshwin Natesan
2023-10-06libavc: Remove duplicate code and improve readabilityRam Mohan M
2023-10-04libavc: correct return value of buf mgr avbl check utilRam Mohan M
2023-07-22decoder: replace KEEP_THREADS_ACTIVE macro with avc decoder struct variableSrujan Vandrangi
2023-02-21Fix formatting in FGC commitHarish Mahendrakar
2023-02-21libavc: Add support for FGC SEI messageShireesh Kadaramandalgi
2023-02-14libavc: Added support for SII SEI messageMallikarjun Kamble
2023-02-08SVC decoder supportchamarthi.kishore
2023-01-30Encoder: SVC encoding support addedAshwin Natesan
2022-12-06Remove mips specific filesHarish Mahendrakar
2022-12-01Add riscv64 supportMao Han
2022-08-30cmake: Set C standard to C90 and move few macros to specific targetsHarish Mahendrakar
2022-08-08Merge "Decoder: MVC decoding support added"Treehugger Robot
2022-08-06Decoder: MVC decoding support addedAshwin Natesan
2022-07-18Merge "Decoder: add support for QP and block_type map export in library"Ray Essick
2022-06-22Recast FWD_QUANT to avoid -1 / unsigned confusionRay Essick
2022-05-17Decoder: add support for QP and block_type map export in libraryShivaansh Agrawal
2022-03-23[automerge] encoder: Fix out of bound access of prediction buffer 2p: 27fbb43bd6Neelkamal Semwal
2022-03-23encoder: Fix out of bound access of prediction bufferNeelkamal Semwal
2022-02-23Merge "Decoder: add support for KEEP_THREADS_ACTIVE"Treehugger Robot
2022-02-09Decoder: add support for KEEP_THREADS_ACTIVEManisha Jajoo
2022-02-02Builds: Modular cmake scripts addedAshwin Natesan
2019-10-31Merge changes I015ebe03,Idc0b0db5 am: 00fa4b6490 am: 7684b467b4Chamarthi Kishore
2019-10-24libavc: Add MDCV, CLL, CCV and AVE SEI messagesChamarthi Kishore
2019-07-22Added error check while parsing scaling_listHarish Mahendrakar
2019-03-28Decoder: Replacing some numbers with equivalent macros.S Hamsalekha
2019-03-28Decoder: Fix Integer Sanitizer IssuesIsha Kulkarni
2019-03-28Decoder: Fix Integer Sanitizer issues in ih264d_process_bsliceIsha Shrikant Kulkarni
2018-04-10Merge "Decoder: Fix undefined left shift"TreeHugger Robot
2018-04-10Decoder: Fix CLZ return valueRitu Baldwa
2018-04-09Decoder: Fix undefined left shiftRitu Baldwa
2016-10-06armv8: Remove unnecessary register shufflingMartin Storsjo
2016-10-06armv8: Use neg instead of sub #0, neg as replacement for rsbMartin Storsjo
2016-10-06arm: Use neg instead of rsb with a #0 immediateMartin Storsjo
2016-10-06armv8: Remove unnecessary sign extensionsMartin Storsjo
2016-10-06armv8: Add missing sign extension for WORD32 parametersMartin Storsjo
2016-10-05arm, armv8: Fix C function signature data typesMartin Storsjo
2016-10-05armv8: Remove duplicated, incorrect function argument declarationsMartin Storsjo
2016-10-05armv8: Remove an unused register assignmentMartin Storsjo
2016-10-05arm, armv8: Fix some comments to refer to the right registerMartin Storsjo
2015-06-27Mark arrays of pointers as constMartin Storsjo
2015-06-25Merge "Remove all other thread implementations than pthread"android-m-preview-1Marco Nelissen
2015-06-25Remove all other thread implementations than pthreadMartin Storsjo
2015-06-25Don't declare variables after statementsMartin Storsjo
2015-06-24arm: Use vqmovun instead of vqshrun #0Martin Storsjo
2015-06-24arm: Use unified syntax, ldrsheq instead of ldreqshMartin Storsjo
2015-06-24armv8: Use the cmn instruction instead of doing cmp with negative valuesMartin Storsjo
2015-06-24armv8: Remove redundant NEON element size declarationsMartin Storsjo
2015-06-24Remove the ithread_exit functionMartin Storsjo